Skip to content

Commit

Permalink
fix: update peer deps for React 19 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes authored Oct 25, 2024
1 parent 4bd2678 commit ec15d93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"coverage": "c8 report --reporter=text-lcov > ./coverage/lcov.info"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18",
"@types/react": "^17.0.0 || ^17.0.0-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0",
"next": ">=12.0.0",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"
"react": "^17.0.2 || ^17.0.0-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0",
"react-dom": "^17.0.2 || ^17.0.2-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit ec15d93

Please sign in to comment.