fix(zod-openapi): bump Hono for `peerDependencies` (#217)

pull/219/head
Yusuke Wada 2023-10-30 06:35:00 +09:00 committed by GitHub
parent 66710bcca0
commit a80c84ba07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/zod-openapi': patch
---
fix: bump Hono for `peerDependencies`

View File

@ -33,7 +33,7 @@
}, },
"homepage": "https://github.com/honojs/middleware", "homepage": "https://github.com/honojs/middleware",
"peerDependencies": { "peerDependencies": {
"hono": "*", "hono": ">=3.9.0",
"zod": "3.*" "zod": "3.*"
}, },
"devDependencies": { "devDependencies": {