Skip to content

Commit

Permalink
fix(zod-openapi): bump @hono/zod-validator (#437)
Browse files Browse the repository at this point in the history
* fix(zod-openapi): bump `@hono/zod-validator`

* add changeset
  • Loading branch information
yusukebe authored Mar 29, 2024
1 parent 9e9c326 commit 9fc8591
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/slimy-peaches-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/zod-openapi': patch
---

fix: bump `@hono/zod-validator`
Binary file modified packages/zod-openapi/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/zod-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^5.5.0",
"@hono/zod-validator": "0.1.11"
"@hono/zod-validator": "0.2.1"
},
"engines": {
"node": ">=16.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/zod-openapi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ __metadata:
dependencies:
"@asteasolutions/zod-to-openapi": "npm:^5.5.0"
"@cloudflare/workers-types": "npm:^4.20240117.0"
"@hono/zod-validator": "npm:0.1.11"
"@hono/zod-validator": "npm:0.2.1"
hono: "npm:^3.11.7"
jest: "npm:^29.7.0"
openapi3-ts: "npm:^4.1.2"
Expand All @@ -607,13 +607,13 @@ __metadata:
languageName: unknown
linkType: soft

"@hono/zod-validator@npm:0.1.11":
version: 0.1.11
resolution: "@hono/zod-validator@npm:0.1.11"
"@hono/zod-validator@npm:0.2.1":
version: 0.2.1
resolution: "@hono/zod-validator@npm:0.2.1"
peerDependencies:
hono: ">=3.9.0"
zod: ^3.19.1
checksum: 72bac0d5579c2e19d5cf92476fd3980ccafc7d6d6bd6ad878c7935143424677a866befe4e08a493abfa8cc983131137937b3c5f6a092b475701e38876ef4e3d8
checksum: de399abc8ab26552111c745ae0ecad714af549e79b0412c2285d057bde72b434b09b8f9b65940d3a4b2dd82dcfb52e1601ac505effb410e4439e9c8835a99d7d
languageName: node
linkType: hard

Expand Down

0 comments on commit 9fc8591

Please sign in to comment.