mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
fix(react): allow react 19 (#5807)
This commit is contained in:
parent
e5228ea6be
commit
ddd3d713e5
5
.changeset/polite-buttons-wash.md
Normal file
5
.changeset/polite-buttons-wash.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tiptap/react": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
React 19 is now allowed as a peer dep, we did not have to make any changes for React 19
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -19762,8 +19762,8 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@tiptap/core": "^2.7.0",
|
"@tiptap/core": "^2.7.0",
|
||||||
"@tiptap/pm": "^2.7.0",
|
"@tiptap/pm": "^2.7.0",
|
||||||
"react": "^17.0.0 || ^18.0.0",
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||||
"react-dom": "^17.0.0 || ^18.0.0"
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/starter-kit": {
|
"packages/starter-kit": {
|
||||||
|
@ -46,8 +46,8 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@tiptap/core": "^2.7.0",
|
"@tiptap/core": "^2.7.0",
|
||||||
"@tiptap/pm": "^2.7.0",
|
"@tiptap/pm": "^2.7.0",
|
||||||
"react": "^17.0.0 || ^18.0.0",
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||||
"react-dom": "^17.0.0 || ^18.0.0"
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user