Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 605dfbb

Browse files
committed
Update dependency graphql-request to v2
1 parent 8094de5 commit 605dfbb

2 files changed

Lines changed: 5 additions & 25 deletions

File tree

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "yarn --cwd ../../ now-lambda"
1010
},
1111
"devDependencies": {
12-
"graphql-request": "1.8.2",
12+
"graphql-request": "2.0.0",
1313
"jest": "26.0.1",
1414
"jest-puppeteer": "4.4.0",
1515
"puppeteer": "3.1.0"

yarn.lock

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5678,14 +5678,6 @@ cross-env@7.0.2:
56785678
dependencies:
56795679
cross-spawn "^7.0.1"
56805680

5681-
cross-fetch@2.2.2:
5682-
version "2.2.2"
5683-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.2.tgz#a47ff4f7fc712daba8f6a695a11c948440d45723"
5684-
integrity sha1-pH/09/xxLauo9qaVoRyUhEDUVyM=
5685-
dependencies:
5686-
node-fetch "2.1.2"
5687-
whatwg-fetch "2.0.4"
5688-
56895681
cross-fetch@^3.0.4:
56905682
version "3.0.4"
56915683
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.4.tgz#7bef7020207e684a7638ef5f2f698e24d9eb283c"
@@ -7997,12 +7989,10 @@ graphql-hooks@4.4.4:
79977989
dequal "^1.0.0"
79987990
extract-files "^8.0.0"
79997991

8000-
graphql-request@1.8.2:
8001-
version "1.8.2"
8002-
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.8.2.tgz#398d10ae15c585676741bde3fc01d5ca948f8fbe"
8003-
integrity sha512-dDX2M+VMsxXFCmUX0Vo0TopIZIX4ggzOtiCsThgtrKR4niiaagsGTDIHj3fsOMFETpa064vzovI+4YV4QnMbcg==
8004-
dependencies:
8005-
cross-fetch "2.2.2"
7992+
graphql-request@2.0.0:
7993+
version "2.0.0"
7994+
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-2.0.0.tgz#8dd12cf1eb2ce0c80f4114fd851741e091134862"
7995+
integrity sha512-Ww3Ax+G3l2d+mPT8w7HC9LfrKjutnCKtnDq7ZZp2ghVk5IQDjwAk3/arRF1ix17Ky15rm0hrSKVKxRhIVlSuoQ==
80067996

80077997
graphql@^14.0.2:
80087998
version "14.5.8"
@@ -10885,11 +10875,6 @@ node-dir@^0.1.10:
1088510875
dependencies:
1088610876
minimatch "^3.0.2"
1088710877

10888-
node-fetch@2.1.2:
10889-
version "2.1.2"
10890-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
10891-
integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=
10892-
1089310878
node-fetch@2.6.0, node-fetch@^2.2.0, node-fetch@^2.6.0:
1089410879
version "2.6.0"
1089510880
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
@@ -15975,11 +15960,6 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5:
1597515960
dependencies:
1597615961
iconv-lite "0.4.24"
1597715962

15978-
whatwg-fetch@2.0.4:
15979-
version "2.0.4"
15980-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
15981-
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
15982-
1598315963
whatwg-fetch@3.0.0, whatwg-fetch@>=0.10.0:
1598415964
version "3.0.0"
1598515965
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"

0 commit comments

Comments
 (0)