Skip to content

Commit

Permalink
⚛️ close react-hook-form#11932 allow react 19 peer dependency (react-…
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 authored May 25, 2024
1 parent 927535b commit b491b29
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 @@ -123,7 +123,7 @@
]
},
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18"
"react": "^16.8.0 || ^17 || ^18 || ^19"
},
"lint-staged": {
"*.{js,ts,tsx}": [
Expand Down

0 comments on commit b491b29

Please sign in to comment.