fix package
Showing
| ... | ... | @@ -31,7 +31,8 @@ |
| "@tiptap/extension-table": "^2.11.7", | ||
| "@tiptap/pm": "^2.11.7", | ||
| "prosemirror-tables": "^1.4.0", | ||
| "react": "^17.0.2" | ||
| "react": "^17.0.2", | ||
| "react-dom": "^17.0.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.27.1", | ||
| ... | ... | @@ -61,8 +62,6 @@ |
| "prosemirror-transform": "^1.10.4", | ||
| "prosemirror-utils": "^1.2.2", | ||
| "prosemirror-view": "^1.39.2", | ||
| "react": "^17.0.2", | ||
| "react-dom": "^17.0.2", | ||
| "react-scripts": "^5.0.1", | ||
| "webpack": "4.42.0" | ||
| }, | ||
| ... | ... | @@ -100,7 +99,6 @@ |
| "levenary": "^1.1.1", | ||
| "prosemirror-state": "^1.4.3", | ||
| "rc-upload": "^4.3.3", | ||
| "react": "^17.0.2", | ||
| "react-device-detect": "^2.2.3", | ||
| "react-media-recorder": "^1.6.6", | ||
| "react-stopwatch": "^2.0.4", | ||
| ... | ... |
Please
register
or
sign in
to comment