Skip to content

Commit

Permalink
widen supported version of react in peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
antcar112 committed Mar 30, 2023
1 parent 8e4700d commit e5a84ae
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 @@ -54,7 +54,7 @@
],
"peerDependencies": {
"@hookform/resolvers": "^2.8.0",
"react": "^18.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-hook-form": "^7.39.0",
"zod": "^3.19.0"
}
Expand Down

0 comments on commit e5a84ae

Please sign in to comment.