Skip to content

Commit

Permalink
fix(valibot-validator): add support for v1 dist-tags (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller authored Oct 29, 2024
1 parent 61a2fa4 commit 0ff894a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-tools-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/valibot-validator': patch
---

Fix Valibot peer dependency to support dist-tags
2 changes: 1 addition & 1 deletion packages/valibot-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"hono": ">=3.9.0",
"valibot": "^1.0.0"
"valibot": "^1.0.0 || ^1.0.0-beta || ^1.0.0-rc"
},
"devDependencies": {
"hono": "^4.5.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,7 @@ __metadata:
valibot: "npm:^1.0.0-beta.0"
peerDependencies:
hono: ">=3.9.0"
valibot: ^1.0.0
valibot: ^1.0.0 || ^1.0.0-beta || ^1.0.0-rc
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 0ff894a

Please sign in to comment.