Skip to content

Commit

Permalink
feat: Allow React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Feb 9, 2024
1 parent 9413004 commit 0e18450
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 @@ -98,8 +98,8 @@
"typescript": "5.3.3"
},
"peerDependencies": {
"@types/react": "^16.8.2 || ^17.0.0 || ^18.0.0-0",
"react": "^16.8.2 || ^17.0.0 || ^18.0.0-0"
"@types/react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit 0e18450

Please sign in to comment.