@textbus/collaborate 3.3.4 → 3.3.6

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": "3.3.4",
3
+ "version": "3.3.6",
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",
@@ -25,9 +25,9 @@
25
25
  "typescript editor"
26
26
  ],
27
27
  "dependencies": {
28
- "@tanbo/di": "^1.1.4",
29
- "@tanbo/stream": "^1.1.9",
30
- "@textbus/core": "^3.3.4",
28
+ "@tanbo/di": "^1.1.5",
29
+ "@tanbo/stream": "^1.2.0",
30
+ "@textbus/core": "^3.3.6",
31
31
  "reflect-metadata": "^0.1.13",
32
32
  "y-protocols": "^1.0.5",
33
33
  "yjs": "^13.5.39"
@@ -50,5 +50,5 @@
50
50
  "bugs": {
51
51
  "url": "https://github.com/textbus/textbus.git/issues"
52
52
  },
53
- "gitHead": "38e3a1379ed4d6f9c85790613255cd8c6f9f89b9"
53
+ "gitHead": "6de0789f760d7d4680342951468fb0753457e586"
54
54
  }