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

Commit 9536638

Browse files
committed
Update dependency graphql-request to v2
1 parent 228866c commit 9536638

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.2.2",
1414
"jest-puppeteer": "4.4.0",
1515
"puppeteer": "5.2.1"

yarn.lock

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5777,14 +5777,6 @@ cross-env@7.0.2:
57775777
dependencies:
57785778
cross-spawn "^7.0.1"
57795779

5780-
cross-fetch@2.2.2:
5781-
version "2.2.2"
5782-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.2.tgz#a47ff4f7fc712daba8f6a695a11c948440d45723"
5783-
integrity sha1-pH/09/xxLauo9qaVoRyUhEDUVyM=
5784-
dependencies:
5785-
node-fetch "2.1.2"
5786-
whatwg-fetch "2.0.4"
5787-
57885780
cross-fetch@^3.0.4:
57895781
version "3.0.4"
57905782
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.4.tgz#7bef7020207e684a7638ef5f2f698e24d9eb283c"
@@ -8100,12 +8092,10 @@ graphql-hooks@4.5.0:
81008092
dequal "^1.0.0"
81018093
extract-files "^8.0.0"
81028094

8103-
graphql-request@1.8.2:
8104-
version "1.8.2"
8105-
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.8.2.tgz#398d10ae15c585676741bde3fc01d5ca948f8fbe"
8106-
integrity sha512-dDX2M+VMsxXFCmUX0Vo0TopIZIX4ggzOtiCsThgtrKR4niiaagsGTDIHj3fsOMFETpa064vzovI+4YV4QnMbcg==
8107-
dependencies:
8108-
cross-fetch "2.2.2"
8095+
graphql-request@2.0.0:
8096+
version "2.0.0"
8097+
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-2.0.0.tgz#8dd12cf1eb2ce0c80f4114fd851741e091134862"
8098+
integrity sha512-Ww3Ax+G3l2d+mPT8w7HC9LfrKjutnCKtnDq7ZZp2ghVk5IQDjwAk3/arRF1ix17Ky15rm0hrSKVKxRhIVlSuoQ==
81098099

81108100
graphql@^14.0.2:
81118101
version "14.5.8"
@@ -11028,11 +11018,6 @@ node-dir@^0.1.10:
1102811018
dependencies:
1102911019
minimatch "^3.0.2"
1103011020

11031-
node-fetch@2.1.2:
11032-
version "2.1.2"
11033-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
11034-
integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=
11035-
1103611021
node-fetch@2.6.0, node-fetch@^2.2.0, node-fetch@^2.6.0:
1103711022
version "2.6.0"
1103811023
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
@@ -16156,11 +16141,6 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5:
1615616141
dependencies:
1615716142
iconv-lite "0.4.24"
1615816143

16159-
whatwg-fetch@2.0.4:
16160-
version "2.0.4"
16161-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
16162-
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
16163-
1616416144
whatwg-fetch@3.0.0, whatwg-fetch@>=0.10.0:
1616516145
version "3.0.0"
1616616146
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"

0 commit comments

Comments
 (0)