Skip to content

Commit

Permalink
fix: Valibot peer dependency to support dist-tags (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller authored Nov 4, 2024
1 parent d79ae74 commit b9613c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/valibot-form-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"valibot": "1.0.0-beta.3"
},
"peerDependencies": {
"valibot": "^1.0.0"
"valibot": "^1.0.0 || ^1.0.0-beta || ^1.0.0-rc"
}
}

0 comments on commit b9613c8

Please sign in to comment.