Skip to content

Commit

Permalink
fix(zod-openapi): bump Hono for peerDependencies (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Oct 29, 2023
1 parent 66710bc commit a80c84b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-socks-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/zod-openapi': patch
---

fix: bump Hono for `peerDependencies`
4 changes: 2 additions & 2 deletions packages/zod-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"hono": "*",
"hono": ">=3.9.0",
"zod": "3.*"
},
"devDependencies": {
Expand All @@ -47,4 +47,4 @@
"engines": {
"node": ">=16.0.0"
}
}
}

0 comments on commit a80c84b

Please sign in to comment.