Skip to content

Commit f187c1b

Browse files
committed
INT-3336: Update peer dependencies for React and ReactDOM to support version 19
1 parent d5432fe commit f187c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"prop-types": "^15.6.2"
3030
},
3131
"peerDependencies": {
32-
"react": "^18.0.0 || ^17.0.1 || ^16.7.0",
33-
"react-dom": "^18.0.0 || ^17.0.1 || ^16.7.0",
32+
"react": "^19.0.0 || ^18.0.0 || ^17.0.1 || ^16.7.0",
33+
"react-dom": "^19.0.0 || ^18.0.0 || ^17.0.1 || ^16.7.0",
3434
"tinymce": "^7.0.0 || ^6.0.0 || ^5.5.1"
3535
},
3636
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)