Skip to content

Commit

Permalink
fix: Valibot peer dependency to support dist-tags (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller authored Oct 28, 2024
1 parent 37c3f78 commit 3ab415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"peerDependencies": {
"@hookform/resolvers": "^2.0.0",
"react-hook-form": "^7.0.0",
"valibot": "^1.0.0"
"valibot": "^1.0.0 || ^1.0.0-beta || ^1.0.0-rc"
}
}

0 comments on commit 3ab415e

Please sign in to comment.