Skip to content

Commit

Permalink
feat: Add support for React 19 (#50)
Browse files Browse the repository at this point in the history
* feat: Add support for React 19

* WIP
  • Loading branch information
alexnault authored Sep 17, 2024
1 parent 344e5d6 commit 151cc78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"sideEffects": false,
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^7.0.8",
Expand Down

0 comments on commit 151cc78

Please sign in to comment.