Skip to content

Commit

Permalink
Add react 19 in peerDependencies (#381)
Browse files Browse the repository at this point in the history
Fix #380
  • Loading branch information
Yohannfra authored Dec 11, 2024
1 parent 5d9ec58 commit 858d283
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 @@ -46,7 +46,7 @@
"lib"
],
"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": {
"@jest/globals": "^29.5.0",
Expand Down

0 comments on commit 858d283

Please sign in to comment.