Skip to content

Commit 86bb897

Browse files
authored
Add a peer dependency for React 19 (#271)
1 parent b5b2bf3 commit 86bb897

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
@@ -50,8 +50,8 @@
5050
},
5151
"peerDependencies": {
5252
"prop-types": "^15.0.0",
53-
"react": "^0.14.0 || ^15.0.0 || ^16.0.1 || ^17.0.0 || ^18.0.0",
54-
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.1 || ^17.0.0 || ^18.0.0"
53+
"react": "^0.14.0 || ^15.0.0 || ^16.0.1 || ^17.0.0 || ^18.0.0 || ^19.0.0",
54+
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
5555
},
5656
"devDependencies": {
5757
"@babel/cli": "^7.25.9",

0 commit comments

Comments
 (0)