Skip to content

Commit

Permalink
fix: fixed peerDependencies (#64)
Browse files Browse the repository at this point in the history
* fix: fixed `peerDependencies`

* changeset

* update lock file
  • Loading branch information
yusukebe authored Jan 28, 2024
1 parent 0d42200 commit 47f3a10
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/chilled-rocks-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@hono/vite-cloudflare-pages': patch
'@hono/vite-dev-server': patch
---

fix: peerDependencies
2 changes: 1 addition & 1 deletion packages/cloudflare-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"vitest": "^1.2.1"
},
"peerDependencies": {
"hono": ">=3.11.7"
"hono": "*"
},
"engines": {
"node": ">=18.14.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"hono": ">=3.11.7"
"hono": "*"
},
"engines": {
"node": ">=18.14.1"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ __metadata:
vite: ^5.0.12
vitest: ^1.2.1
peerDependencies:
hono: ">=3.11.7"
hono: "*"
languageName: unknown
linkType: soft

Expand All @@ -771,7 +771,7 @@ __metadata:
vite: ^5.0.12
vitest: ^0.34.6
peerDependencies:
hono: ">=3.11.7"
hono: "*"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 47f3a10

Please sign in to comment.