fix(zod-openapi): bump `@asteasolutions/zod-to-openapi` (#582)
* fix(zod-openapi): bump `@asteasolutions/zod-to-openapi` * add changeset * update lockfilepull/583/head
parent
9d3609f1ca
commit
053a85c722
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@hono/zod-openapi': patch
|
||||
---
|
||||
|
||||
fix: bump `@asteasolutions/zod-to-openapi`
|
Binary file not shown.
|
@ -51,7 +51,7 @@
|
|||
"zod": "^3.22.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@asteasolutions/zod-to-openapi": "^7.0.0",
|
||||
"@asteasolutions/zod-to-openapi": "^7.1.0",
|
||||
"@hono/zod-validator": "0.2.2"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -15,14 +15,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@asteasolutions/zod-to-openapi@npm:^7.0.0":
|
||||
version: 7.0.0
|
||||
resolution: "@asteasolutions/zod-to-openapi@npm:7.0.0"
|
||||
"@asteasolutions/zod-to-openapi@npm:^7.1.0":
|
||||
version: 7.1.0
|
||||
resolution: "@asteasolutions/zod-to-openapi@npm:7.1.0"
|
||||
dependencies:
|
||||
openapi3-ts: "npm:^4.1.2"
|
||||
peerDependencies:
|
||||
zod: ^3.20.2
|
||||
checksum: 120499b6d997bd3fa21b4e6600f42d6b9201e2a85a7656b722a02c712d6a9fd7c474bf62ad31f76646fbd129d75331408ad3ed5c350c1436856ef306966a33e1
|
||||
checksum: cd2931826073004c240ce8272a390107299881b9ad96fe10a31e824de0ec1b6c97c2949270c09dec9c71c25c45e00de8f03019bb47c8c41f85006a9018fc2d78
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -591,7 +591,7 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "@hono/zod-openapi@workspace:."
|
||||
dependencies:
|
||||
"@asteasolutions/zod-to-openapi": "npm:^7.0.0"
|
||||
"@asteasolutions/zod-to-openapi": "npm:^7.1.0"
|
||||
"@cloudflare/workers-types": "npm:^4.20240117.0"
|
||||
"@hono/zod-validator": "npm:0.2.2"
|
||||
hono: "npm:^4.3.6"
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -50,14 +50,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@asteasolutions/zod-to-openapi@npm:^7.0.0":
|
||||
version: 7.0.0
|
||||
resolution: "@asteasolutions/zod-to-openapi@npm:7.0.0"
|
||||
"@asteasolutions/zod-to-openapi@npm:^7.1.0":
|
||||
version: 7.1.0
|
||||
resolution: "@asteasolutions/zod-to-openapi@npm:7.1.0"
|
||||
dependencies:
|
||||
openapi3-ts: "npm:^4.1.2"
|
||||
peerDependencies:
|
||||
zod: ^3.20.2
|
||||
checksum: 120499b6d997bd3fa21b4e6600f42d6b9201e2a85a7656b722a02c712d6a9fd7c474bf62ad31f76646fbd129d75331408ad3ed5c350c1436856ef306966a33e1
|
||||
checksum: cd2931826073004c240ce8272a390107299881b9ad96fe10a31e824de0ec1b6c97c2949270c09dec9c71c25c45e00de8f03019bb47c8c41f85006a9018fc2d78
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -2177,7 +2177,7 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "@hono/zod-openapi@workspace:packages/zod-openapi"
|
||||
dependencies:
|
||||
"@asteasolutions/zod-to-openapi": "npm:^7.0.0"
|
||||
"@asteasolutions/zod-to-openapi": "npm:^7.1.0"
|
||||
"@cloudflare/workers-types": "npm:^4.20240117.0"
|
||||
"@hono/zod-validator": "npm:0.2.2"
|
||||
hono: "npm:^4.3.6"
|
||||
|
|
Loading…
Reference in New Issue