chore(hello): fix `peerDependencies` (#44)

* chore(hello): fix `peerDependencies`

* add changeset
pull/45/head
Yusuke Wada 2023-02-12 16:47:14 +09:00 committed by GitHub
parent c8b9d1ef67
commit fe80b939e5
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/hello': patch
---
fix peerDependencies

View File

@ -25,7 +25,7 @@
}, },
"homepage": "https://github.com/honojs/middleware", "homepage": "https://github.com/honojs/middleware",
"peerDependencies": { "peerDependencies": {
"hono": "^2.7.2" "hono": "*"
}, },
"devDependencies": { "devDependencies": {
"hono": "^2.7.2" "hono": "^2.7.2"