@textbus/collaborate 2.6.2 → 2.6.3

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": "2.6.2",
3
+ "version": "2.6.3",
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",
@@ -27,8 +27,8 @@
27
27
  "dependencies": {
28
28
  "@tanbo/di": "^1.1.4",
29
29
  "@tanbo/stream": "^1.1.9",
30
- "@textbus/browser": "^2.6.2",
31
- "@textbus/core": "^2.6.2",
30
+ "@textbus/browser": "^2.6.3",
31
+ "@textbus/core": "^2.6.3",
32
32
  "reflect-metadata": "^0.1.13",
33
33
  "y-protocols": "^1.0.5",
34
34
  "yjs": "^13.5.39"
@@ -51,5 +51,5 @@
51
51
  "bugs": {
52
52
  "url": "https://github.com/textbus/textbus.git/issues"
53
53
  },
54
- "gitHead": "e0e1cb58e49807c6809c01816b4d4a12b43bb0bf"
54
+ "gitHead": "c0c11b03683dd8473f8de9f289edce644dcc3a43"
55
55
  }