Skip to content

Commit

Permalink
fix: Allow React 19 as peer dependency
Browse files Browse the repository at this point in the history
Fixes #380.
  • Loading branch information
fitiskin committed Dec 13, 2024
1 parent b051308 commit 008e3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^16.9.0 || ^17.0.0 || ^18.0.0"
"react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {},
"targets": {
Expand Down

0 comments on commit 008e3f2

Please sign in to comment.