fix(graphql-server): hono peer dependency to support v4.0.0 (#390)

* chore(graphql-server): Update hono peer dependency to support v4.0.0

* chore(graphql-server): Add changeset
pull/391/head
asuka 2024-02-15 05:22:19 +09:00 committed by GitHub
parent 86f2be936c
commit c789dab697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 4 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/graphql-server': patch
---
fix: change peer dependency to support v4.0.0

View File

@ -23,7 +23,7 @@
"release": "np"
},
"peerDependencies": {
"hono": "^3.0.0"
"hono": ">=3.0.0"
},
"dependencies": {
"graphql": "^16.5.0"
@ -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",

View File

@ -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"
@ -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
@ -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"