@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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "1.0.9",
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": "^18.2.0",
38
- "react-dom": "^18.2.0"
37
+ "react": ">=16.0.0",
38
+ "react-dom": ">=16.0.0"
39
39
  },
40
40
  "scripts": {
41
41
  "prepare": "husky install .husky",