@textbus/adapter-react 4.0.0-alpha.62 → 4.0.0-alpha.64

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/adapter-react",
3
- "version": "4.0.0-alpha.62",
3
+ "version": "4.0.0-alpha.64",
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.61",
30
- "@textbus/platform-browser": "^4.0.0-alpha.62",
29
+ "@textbus/core": "^4.0.0-alpha.64",
30
+ "@textbus/platform-browser": "^4.0.0-alpha.64",
31
31
  "react": "^17.0.0 || ^18.0.0"
32
32
  },
33
33
  "devDependencies": {
@@ -49,5 +49,5 @@
49
49
  "bugs": {
50
50
  "url": "https://github.com/textbus/textbus.git/issues"
51
51
  },
52
- "gitHead": "1077dc15671dc6a8cd168c375f2c7b5ef175d096"
52
+ "gitHead": "519971adaa514d2caed9d8509a8b309207b2e35e"
53
53
  }