@textbus/collaborate 4.0.0-alpha.73 → 4.0.0-alpha.74

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/collaborate",
3
- "version": "4.0.0-alpha.73",
3
+ "version": "4.0.0-alpha.74",
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/index.js",
6
6
  "module": "./bundles/index.esm.js",
@@ -26,8 +26,8 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@tanbo/stream": "^1.2.5",
29
- "@textbus/core": "^4.0.0-alpha.73",
30
- "@viewfly/core": "^1.0.0-alpha.21",
29
+ "@textbus/core": "^4.0.0-alpha.74",
30
+ "@viewfly/core": "^1.0.0-alpha.22",
31
31
  "y-websocket": "^1.4.3",
32
32
  "yjs": "^13.6.14"
33
33
  },
@@ -49,5 +49,5 @@
49
49
  "bugs": {
50
50
  "url": "https://github.com/textbus/textbus.git/issues"
51
51
  },
52
- "gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1"
52
+ "gitHead": "fcd0c2f0e5111a1019cdd92144cde932fb4f5acd"
53
53
  }