@textbus/collaborate 2.0.0-beta.58 → 2.0.0-beta.60

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/collaborate",
3
- "version": "2.0.0-beta.58",
3
+ "version": "2.0.0-beta.60",
4
4
  "description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",
5
5
  "main": "./bundles/public-api.js",
6
6
  "module": "./bundles/public-api.js",
@@ -25,10 +25,10 @@
25
25
  "typescript editor"
26
26
  ],
27
27
  "dependencies": {
28
- "@tanbo/di": "^1.1.2",
28
+ "@tanbo/di": "^1.1.3",
29
29
  "@tanbo/stream": "^1.1.5",
30
- "@textbus/browser": "^2.0.0-beta.58",
31
- "@textbus/core": "^2.0.0-beta.58",
30
+ "@textbus/browser": "^2.0.0-beta.60",
31
+ "@textbus/core": "^2.0.0-beta.60",
32
32
  "reflect-metadata": "^0.1.13",
33
33
  "y-protocols": "^1.0.5",
34
34
  "yjs": "^13.5.39"
@@ -44,5 +44,5 @@
44
44
  "bugs": {
45
45
  "url": "https://github.com/textbus/textbus.git/issues"
46
46
  },
47
- "gitHead": "cd75d4ae54f0976cbb87c654ab322b5d66f572e5"
47
+ "gitHead": "f0b2eea526bb5cea6b13036c1f689b79d4e5edc9"
48
48
  }