Skip to content

Commit abbbe2e

Browse files
author
Divyendu Singh
authored
Merge pull request #12 from divyenduz/fix_cross_fetch
fix: realFetch.call caused by cross-fetch dep
2 parents 16768d9 + c1ca01c commit abbbe2e

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"apollo-link": "^1.2.1",
45-
"cross-fetch": "2.0.0",
45+
"cross-fetch": "2.2.2",
4646
"dataloader": "^1.4.0"
4747
}
4848
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sourceMap": true,
88
"strictNullChecks": true,
99
"outDir": "dist",
10-
"lib": ["es2015", "es2016", "dom"]
10+
"lib": ["es2015", "es2016", "dom", "esnext.asynciterable"]
1111
},
1212
"exclude": [
1313
"node_modules"

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -944,12 +944,12 @@ create-error-class@^3.0.0:
944944
dependencies:
945945
capture-stack-trace "^1.0.0"
946946

947-
cross-fetch@2.0.0:
948-
version "2.0.0"
949-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.0.0.tgz#a17475449561e0f325146cea636a8619efb9b382"
947+
cross-fetch@2.2.2:
948+
version "2.2.2"
949+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.2.tgz#a47ff4f7fc712daba8f6a695a11c948440d45723"
950950
dependencies:
951-
node-fetch "2.0.0"
952-
whatwg-fetch "2.0.3"
951+
node-fetch "2.1.2"
952+
whatwg-fetch "2.0.4"
953953

954954
cross-spawn@^4.0.0:
955955
version "4.0.2"
@@ -2004,9 +2004,9 @@ nan@^2.3.0:
20042004
version "2.6.2"
20052005
resolved "https://registry.yarnpkg.com/nan/-/nan-2.6.2.tgz#e4ff34e6c95fdfb5aecc08de6596f43605a7db45"
20062006

2007-
node-fetch@2.0.0:
2008-
version "2.0.0"
2009-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.0.0.tgz#982bba43ecd4f2922a29cc186a6bbb0bb73fcba6"
2007+
node-fetch@2.1.2:
2008+
version "2.1.2"
2009+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
20102010

20112011
node-pre-gyp@^0.6.29:
20122012
version "0.6.36"
@@ -2961,9 +2961,9 @@ well-known-symbols@^1.0.0:
29612961
version "1.0.0"
29622962
resolved "https://registry.yarnpkg.com/well-known-symbols/-/well-known-symbols-1.0.0.tgz#73c78ae81a7726a8fa598e2880801c8b16225518"
29632963

2964-
whatwg-fetch@2.0.3:
2965-
version "2.0.3"
2966-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
2964+
whatwg-fetch@2.0.4:
2965+
version "2.0.4"
2966+
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
29672967

29682968
which@^1.2.9:
29692969
version "1.2.14"

0 commit comments

Comments
 (0)