Skip to content

Commit

Permalink
Add support for React 19 peer dependency (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv authored Jan 18, 2025
1 parent 9245597 commit ffe7c70
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 31 deletions.
82 changes: 53 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"release": "npm run prerelease && np --tag latest"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.8.3",
Expand Down

0 comments on commit ffe7c70

Please sign in to comment.