Skip to content

Commit

Permalink
chore: better support for react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
danestves authored Nov 5, 2024
1 parent 08154b2 commit 4aee32f
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 @@ -111,8 +111,8 @@
"vitest": "2.1.4"
},
"peerDependencies": {
"react": ">=17 || >=18 || >=19",
"react-dom": ">=17 || >=18 || >=19"
"react": "^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
"react-dom": "^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 4aee32f

Please sign in to comment.