Skip to content

Commit 3ab415e

Browse files
fix: Valibot peer dependency to support dist-tags (react-hook-form#723)
1 parent 37c3f78 commit 3ab415e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valibot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"peerDependencies": {
1414
"@hookform/resolvers": "^2.0.0",
1515
"react-hook-form": "^7.0.0",
16-
"valibot": "^1.0.0"
16+
"valibot": "^1.0.0 || ^1.0.0-beta || ^1.0.0-rc"
1717
}
1818
}

0 commit comments

Comments
 (0)