fix(valibot-validator): add support for v1 dist-tags (#797)

pull/798/head
Fabian Hiller 2024-10-28 20:31:59 -04:00 committed by GitHub
parent 61a2fa4d6e
commit 0ff894aeb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/valibot-validator': patch
---
Fix Valibot peer dependency to support dist-tags

View File

@ -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",

View File

@ -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