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 2aa31bc commit 6656c05
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 @@ -47,8 +47,8 @@
"node": ">=10"
},
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"@types/react": "*",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit 6656c05

Please sign in to comment.