Skip to content

Commit

Permalink
Merge pull request #479 from jaredhan418/patch-2
Browse files Browse the repository at this point in the history
Support React 19
  • Loading branch information
joepuzzo authored Dec 12, 2024
2 parents cef342b + dbae1be commit 5e9b2e9
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 @@ -138,10 +138,10 @@
"yup": "^0.28.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"optionalDependencies": {
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"nyc": {
"instrument": false,
Expand Down

0 comments on commit 5e9b2e9

Please sign in to comment.