Skip to content

Commit

Permalink
fix(graphql-server): hono peer dependency to support v4.0.0 (#390)
Browse files Browse the repository at this point in the history
* chore(graphql-server): Update hono peer dependency to support v4.0.0

* chore(graphql-server): Add changeset
  • Loading branch information
a-skua authored Feb 14, 2024
1 parent 86f2be9 commit c789dab
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-cups-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/graphql-server': patch
---

fix: change peer dependency to support v4.0.0
4 changes: 2 additions & 2 deletions packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"release": "np"
},
"peerDependencies": {
"hono": "^3.0.0"
"hono": ">=3.0.0"
},
"dependencies": {
"graphql": "^16.5.0"
Expand All @@ -41,7 +41,7 @@
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"hono": "^3.11.7",
"hono": "^4.0.2",
"jest": "^28.1.2",
"jest-environment-miniflare": "^2.6.0",
"np": "^7.6.2",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ __metadata:
eslint-plugin-import: "npm:^2.26.0"
eslint-plugin-node: "npm:^11.1.0"
graphql: "npm:^16.5.0"
hono: "npm:^3.11.7"
hono: "npm:^4.0.2"
jest: "npm:^28.1.2"
jest-environment-miniflare: "npm:^2.6.0"
np: "npm:^7.6.2"
Expand All @@ -1494,7 +1494,7 @@ __metadata:
ts-jest: "npm:^28.0.5"
typescript: "npm:^4.7.4"
peerDependencies:
hono: ^3.0.0
hono: ">=3.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8922,6 +8922,13 @@ __metadata:
languageName: node
linkType: hard

"hono@npm:^4.0.2":
version: 4.0.2
resolution: "hono@npm:4.0.2"
checksum: c0806a912c1be094aa7e34050e8391c41f2623fae683239d9d1f1680f8646602ebf91a8e1c58bf75de510a6d0fe70189e57f629c0e48f8abb5ab873ba844a481
languageName: node
linkType: hard

"hosted-git-info@npm:^2.1.4":
version: 2.8.9
resolution: "hosted-git-info@npm:2.8.9"
Expand Down

0 comments on commit c789dab

Please sign in to comment.