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 changesetpull/391/head
parent
86f2be936c
commit
c789dab697
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@hono/graphql-server': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: change peer dependency to support v4.0.0
|
|
@ -23,7 +23,7 @@
|
||||||
"release": "np"
|
"release": "np"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"hono": "^3.0.0"
|
"hono": ">=3.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "^16.5.0"
|
"graphql": "^16.5.0"
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
"eslint-plugin-flowtype": "^8.0.3",
|
"eslint-plugin-flowtype": "^8.0.3",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"hono": "^3.11.7",
|
"hono": "^4.0.2",
|
||||||
"jest": "^28.1.2",
|
"jest": "^28.1.2",
|
||||||
"jest-environment-miniflare": "^2.6.0",
|
"jest-environment-miniflare": "^2.6.0",
|
||||||
"np": "^7.6.2",
|
"np": "^7.6.2",
|
||||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -1485,7 +1485,7 @@ __metadata:
|
||||||
eslint-plugin-import: "npm:^2.26.0"
|
eslint-plugin-import: "npm:^2.26.0"
|
||||||
eslint-plugin-node: "npm:^11.1.0"
|
eslint-plugin-node: "npm:^11.1.0"
|
||||||
graphql: "npm:^16.5.0"
|
graphql: "npm:^16.5.0"
|
||||||
hono: "npm:^3.11.7"
|
hono: "npm:^4.0.2"
|
||||||
jest: "npm:^28.1.2"
|
jest: "npm:^28.1.2"
|
||||||
jest-environment-miniflare: "npm:^2.6.0"
|
jest-environment-miniflare: "npm:^2.6.0"
|
||||||
np: "npm:^7.6.2"
|
np: "npm:^7.6.2"
|
||||||
|
@ -1494,7 +1494,7 @@ __metadata:
|
||||||
ts-jest: "npm:^28.0.5"
|
ts-jest: "npm:^28.0.5"
|
||||||
typescript: "npm:^4.7.4"
|
typescript: "npm:^4.7.4"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
hono: ^3.0.0
|
hono: ">=3.0.0"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
|
@ -8922,6 +8922,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
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":
|
"hosted-git-info@npm:^2.1.4":
|
||||||
version: 2.8.9
|
version: 2.8.9
|
||||||
resolution: "hosted-git-info@npm:2.8.9"
|
resolution: "hosted-git-info@npm:2.8.9"
|
||||||
|
|
Loading…
Reference in New Issue