Skip to content

Commit

Permalink
Merge pull request #798 from amannn/patch-1
Browse files Browse the repository at this point in the history
feat: Support React 19
  • Loading branch information
bvaughn authored Dec 17, 2024
2 parents 8736ede + f61fd09 commit a7f5577
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 @@ -68,8 +68,8 @@
"memoize-one": ">=3.1.1 <6"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down

0 comments on commit a7f5577

Please sign in to comment.