Skip to content

Commit

Permalink
feat: add react v19 to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Oct 22, 2024
1 parent 6266966 commit de7e0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-resizable-panels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"react-dom": "experimental"
},
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0"
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
},
"browserslist": [
"Chrome 79"
Expand Down

0 comments on commit de7e0f9

Please sign in to comment.