@textbus/adapter-react 4.0.0-alpha.13 → 4.0.0-alpha.14

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/adapter-react",
3
- "version": "4.0.0-alpha.13",
3
+ "version": "4.0.0-alpha.14",
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",
@@ -28,7 +28,7 @@
28
28
  "@tanbo/stream": "^1.2.0",
29
29
  "@textbus/core": "^4.0.0-alpha.13",
30
30
  "@textbus/platform-browser": "^4.0.0-alpha.13",
31
- "react": "^18.2.0"
31
+ "react": "^17.0.0 || ^18.0.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@rollup/plugin-commonjs": "^23.0.2",
@@ -49,5 +49,5 @@
49
49
  "bugs": {
50
50
  "url": "https://github.com/textbus/textbus.git/issues"
51
51
  },
52
- "gitHead": "625efd792f5cc6d8008cdb007b4fe2adf6701189"
52
+ "gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1"
53
53
  }