Skip to content

Commit

Permalink
feat: update peerDependencies to support React 19
Browse files Browse the repository at this point in the history
* Update `package.json` to include React 19 in `peerDependencies` for both `react` and `react-dom`.
  • Loading branch information
KLXYinc committed Dec 11, 2024
1 parent c5e78f2 commit 53705fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
"@tiptap/extension-table": "^2.0.0-beta.210",
"@tiptap/pm": "^2.0.0-beta.210",
"@tiptap/react": "^2.0.0-beta.210",
"react": "^16.8.0 || ^17.0.2 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.2 || ^18.0.0"
"react": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@emotion/react": "^11.11.0",
Expand Down

0 comments on commit 53705fe

Please sign in to comment.