fix(zod-validator): bump Hono version of `peerDependencie` (#215)

* fix(zod-validator): bump Hono version of `peerDependencie`

* changeset
pull/216/head
Yusuke Wada 2023-10-30 06:13:40 +09:00 committed by GitHub
parent e5434ffc2f
commit ab2176bf6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/zod-validator': patch
---
fix: bump Hono version of `peerDependencie`

View File

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