Skip to content

Commit 9a70122

Browse files
committed
Downgrade GraphQL to fix typescript error
graphql/graphql-js#2490 apollographql/apollo-client#6220
1 parent d0bfa85 commit 9a70122

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-plugin-import": "2.20.2",
4848
"eslint-plugin-jest": "23.8.2",
4949
"eslint-plugin-prettier": "3.1.3",
50-
"graphql": "15.0.0",
50+
"graphql": "14.5.8",
5151
"graphql-tag": "2.10.3",
5252
"jest": "25.5.3",
5353
"micro": "9.3.4",

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3683,10 +3683,12 @@ graphql-upload@^8.0.2:
36833683
http-errors "^1.7.3"
36843684
object-path "^0.11.4"
36853685

3686-
3687-
version "15.0.0"
3688-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.0.0.tgz#042a5eb5e2506a2e2111ce41eb446a8e570b8be9"
3689-
integrity sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ==
3686+
3687+
version "14.5.8"
3688+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.8.tgz#504f3d3114cb9a0a3f359bbbcf38d9e5bf6a6b3c"
3689+
integrity sha512-MMwmi0zlVLQKLdGiMfWkgQD7dY/TUKt4L+zgJ/aR0Howebod3aNgP5JkgvAULiR2HPVZaP2VEElqtdidHweLkg==
3690+
dependencies:
3691+
iterall "^1.2.2"
36903692

36913693
graphql@^14.5.3:
36923694
version "14.6.0"

0 commit comments

Comments
 (0)