Skip to content

Commit 986b1d1

Browse files
Add graphql@^16 in core peer dependencies
1 parent 4c30882 commit 986b1d1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
},
1818
"devDependencies": {
1919
"bob-the-bundler": "1.1.0",
20-
"graphql": "15.6.0",
20+
"graphql": "16.0.1",
2121
"typescript": "3.9.7"
2222
},
2323
"peerDependencies": {
24-
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
24+
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2525
},
2626
"buildOptions": {
2727
"input": "./src/index.ts"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3914,6 +3914,11 @@ graphql@15.6.0:
39143914
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.6.0.tgz#e69323c6a9780a1a4b9ddf7e35ca8904bb04df02"
39153915
integrity sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ==
39163916

3917+
graphql@16.0.1:
3918+
version "16.0.1"
3919+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.0.1.tgz#93a13cd4e0e38ca8d0832e79614c8578bfd34f10"
3920+
integrity sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==
3921+
39173922
growly@^1.3.0:
39183923
version "1.3.0"
39193924
resolved "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"

0 commit comments

Comments
 (0)