Skip to content

Commit

Permalink
add react 19 to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Dec 15, 2024
1 parent 00efccd commit 99779e0
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 @@ -50,8 +50,8 @@
"url": "https://github.com/theKashey/react-focus-lock/issues"
},
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"@types/react": "*",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit 99779e0

Please sign in to comment.