Skip to content

Commit ca6401d

Browse files
committed
Wider graphql version support
1 parent 676caa4 commit ca6401d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"author": "Benjie Gillam <[email protected]>",
4747
"license": "MIT",
4848
"dependencies": {
49-
"graphql": "16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a"
49+
"graphql": "15.x | 16.x | 17.x"
5050
},
5151
"devDependencies": {
5252
"@tsconfig/recommended": "^1.0.7",
@@ -58,6 +58,7 @@
5858
"eslint-plugin-import": "^2.28.1",
5959
"eslint-plugin-simple-import-sort": "^10.0.0",
6060
"eslint_d": "^13.0.0",
61+
"graphql-pr-4192": "npm:graphql@16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a",
6162
"prettier": "^3.3.3",
6263
"typescript": "^5.6.2"
6364
},

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,11 +918,16 @@ graphemer@^1.4.0:
918918
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
919919
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
920920

921-
graphql@16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a:
921+
"graphql-pr-4192@npm:graphql@16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a":
922922
version "16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a"
923923
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a.tgz#c5bbcdb258959b98352bcd9ea7f17790647113ae"
924924
integrity sha512-P8UYoxSUI1KGr9O5f+AMA3TuLYxOcELoQebxGrnVAIUHM6HCpiLDT+CylrBWEBmvcc7S0xRFRiwvgwzChzLTyQ==
925925

926+
"[email protected] | 16.x | 17.x":
927+
version "17.0.0-alpha.8"
928+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-17.0.0-alpha.8.tgz#dba4a0cbe3efe8243666726f1b4ffd65f87d9b06"
929+
integrity sha512-j9Jn56NCWVaLMt1hSNkMDoCuAisBwY3bxp/5tbrJuPtNtHg9dAf4NjKnlVDCksVP3jBVcipFaEXKWsdNxTlcyg==
930+
926931
has-bigints@^1.0.1, has-bigints@^1.0.2:
927932
version "1.0.2"
928933
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"

0 commit comments

Comments
 (0)