chore(zod-openapi): lock zod-to-openapi to `^7.3.0` to fix `z.custom` (#1127)
* chore(zod-openapi): lock zod-to-openapi to `^7.3.0` to fix schemas using `z.custom` * add changesetpull/1128/head
parent
6c36f525f9
commit
63a9dff2b9
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@hono/zod-openapi': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
chore: lock zod-to-openapi to `^7.3.0` to fix `z.custom`
|
|
@ -52,7 +52,7 @@
|
||||||
"zod": "^3.22.1"
|
"zod": "^3.22.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@asteasolutions/zod-to-openapi": "^7.1.0",
|
"@asteasolutions/zod-to-openapi": "^7.3.0",
|
||||||
"@hono/zod-validator": "workspace:^"
|
"@hono/zod-validator": "workspace:^"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -99,7 +99,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@asteasolutions/zod-to-openapi@npm:^7.1.0":
|
"@asteasolutions/zod-to-openapi@npm:^7.3.0":
|
||||||
version: 7.3.0
|
version: 7.3.0
|
||||||
resolution: "@asteasolutions/zod-to-openapi@npm:7.3.0"
|
resolution: "@asteasolutions/zod-to-openapi@npm:7.3.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -2363,7 +2363,7 @@ __metadata:
|
||||||
resolution: "@hono/zod-openapi@workspace:packages/zod-openapi"
|
resolution: "@hono/zod-openapi@workspace:packages/zod-openapi"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@arethetypeswrong/cli": "npm:^0.17.4"
|
"@arethetypeswrong/cli": "npm:^0.17.4"
|
||||||
"@asteasolutions/zod-to-openapi": "npm:^7.1.0"
|
"@asteasolutions/zod-to-openapi": "npm:^7.3.0"
|
||||||
"@hono/zod-validator": "workspace:^"
|
"@hono/zod-validator": "workspace:^"
|
||||||
publint: "npm:^0.3.9"
|
publint: "npm:^0.3.9"
|
||||||
tsup: "npm:^8.4.0"
|
tsup: "npm:^8.4.0"
|
||||||
|
|
Loading…
Reference in New Issue