Skip to content

Commit

Permalink
feat(valibot-validator): upgrade valibot peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Nov 10, 2024
1 parent 2f55c21 commit 73698e7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-cycles-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/valibot-validator': minor
---

Upgrade Valibot peer dependency to >=v1.0.0-beta.4
2 changes: 1 addition & 1 deletion packages/class-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"class-validator": "^0.14.1",
"reflect-metadata": "^0.2.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/valibot-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"hono": ">=3.9.0",
"valibot": "^1.0.0 || ^1.0.0-beta || ^1.0.0-rc"
"valibot": "^1.0.0 || ^1.0.0-beta.4 || ^1.0.0-rc"
},
"devDependencies": {
"hono": "^4.5.1",
"jest": "^29.7.0",
"tsup": "^8.3.0",
"valibot": "^1.0.0-beta.0"
"valibot": "^1.0.0-beta.5"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2884,10 +2884,10 @@ __metadata:
hono: "npm:^4.5.1"
jest: "npm:^29.7.0"
tsup: "npm:^8.3.0"
valibot: "npm:^1.0.0-beta.0"
valibot: "npm:^1.0.0-beta.5"
peerDependencies:
hono: ">=3.9.0"
valibot: ^1.0.0 || ^1.0.0-beta || ^1.0.0-rc
valibot: ^1.0.0 || ^1.0.0-beta.4 || ^1.0.0-rc
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -20466,15 +20466,15 @@ __metadata:
languageName: node
linkType: hard

"valibot@npm:^1.0.0-beta.0":
version: 1.0.0-beta.0
resolution: "valibot@npm:1.0.0-beta.0"
"valibot@npm:^1.0.0-beta.5":
version: 1.0.0-beta.5
resolution: "valibot@npm:1.0.0-beta.5"
peerDependencies:
typescript: ">=5"
peerDependenciesMeta:
typescript:
optional: true
checksum: 0b5525fb3504f65011d2c7f57679d187f63c1205da2f441397f3d263514672938d2a8145b85ea2e1e46c505b5641d79f5628ba3262689b34fb918177176660fe
checksum: 9c433f6a6ba5d1761a42801d76ae87e9d81ade16908d8a74643d0f7c6f9f744f289b042c80cf619757a72c57891ab7e73b8d6b5d24e9e89bb4a78f0a9936552d
languageName: node
linkType: hard

Expand Down

0 comments on commit 73698e7

Please sign in to comment.