@flozy/editor 1.0.9 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flozy/editor",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.1.1",
|
4
4
|
"description": "An Editor for flozy app brain",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
@@ -34,8 +34,8 @@
|
|
34
34
|
"yjs": "^13.6.8"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
|
-
"react": "
|
38
|
-
"react-dom": "
|
37
|
+
"react": ">=16.0.0",
|
38
|
+
"react-dom": ">=16.0.0"
|
39
39
|
},
|
40
40
|
"scripts": {
|
41
41
|
"prepare": "husky install .husky",
|