Skip to content

Commit

Permalink
Merge pull request #99 from antcar112/build/93/react-peer-dep
Browse files Browse the repository at this point in the history
Lower required version of React in peerDependencies
  • Loading branch information
iway1 authored Mar 31, 2023
2 parents 8e4700d + e5a84ae commit 94398d0
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

1 comment on commit 94398d0

@vercel
Copy link

@vercel vercel bot commented on 94398d0 Mar 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.