Skip to content

Commit c3889ff

Browse files
greenkeeper[bot]medfreeman
authored andcommitted
Update babel-eslint to the latest version 🚀 (#16)
* chore(package): update babel-eslint to version 8.0.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
1 parent 65b9316 commit c3889ff

File tree

2 files changed

+94
-78
lines changed

2 files changed

+94
-78
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"babel-cli": "^6.26.0",
35-
"babel-eslint": "^7.2.3",
35+
"babel-eslint": "^8.0.0",
3636
"babel-plugin-transform-decorators-legacy": "^1.3.4",
3737
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3838
"babel-preset-env": "^1.6.0",

‎yarn.lock‎

Lines changed: 93 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,14 @@ babel-cli@^6.26.0:
445445
optionalDependencies:
446446
chokidar "^1.6.1"
447447

448+
449+
version "7.0.0-beta.0"
450+
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-beta.0.tgz#418a7b5f3f7dc9a4670e61b1158b4c5661bec98d"
451+
dependencies:
452+
chalk "^2.0.0"
453+
esutils "^2.0.2"
454+
js-tokens "^3.0.0"
455+
448456
babel-code-frame@^6.11.0, babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
449457
version "6.26.0"
450458
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
@@ -477,14 +485,14 @@ babel-core@^6.0.0, babel-core@^6.11.4, babel-core@^6.26.0:
477485
slash "^1.0.0"
478486
source-map "^0.5.6"
479487

480-
babel-eslint@^7.2.3:
481-
version "7.2.3"
482-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.3.tgz#b2fe2d80126470f5c19442dc757253a897710827"
488+
babel-eslint@8.0.0:
489+
version "8.0.0"
490+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.0.tgz#ce06f385bdfb5b6d7e603f06222f891abd14c240"
483491
dependencies:
484-
babel-code-frame "^6.22.0"
485-
babel-traverse "^6.23.1"
486-
babel-types "^6.23.0"
487-
babylon "^6.17.0"
492+
babel-code-frame "7.0.0-beta.0"
493+
babel-traverse "7.0.0-beta.0"
494+
babel-types "7.0.0-beta.0"
495+
babylon "7.0.0-beta.22"
488496

489497
babel-generator@^6.18.0, babel-generator@^6.26.0:
490498
version "6.26.0"
@@ -558,6 +566,15 @@ babel-helper-explode-class@^6.24.1:
558566
babel-traverse "^6.24.1"
559567
babel-types "^6.24.1"
560568

569+
570+
version "7.0.0-beta.0"
571+
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-7.0.0-beta.0.tgz#d1b6779b647e5c5c31ebeb05e13b998e4d352d56"
572+
dependencies:
573+
babel-helper-get-function-arity "7.0.0-beta.0"
574+
babel-template "7.0.0-beta.0"
575+
babel-traverse "7.0.0-beta.0"
576+
babel-types "7.0.0-beta.0"
577+
561578
babel-helper-function-name@^6.24.1:
562579
version "6.24.1"
563580
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
@@ -568,6 +585,12 @@ babel-helper-function-name@^6.24.1:
568585
babel-traverse "^6.24.1"
569586
babel-types "^6.24.1"
570587

588+
589+
version "7.0.0-beta.0"
590+
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-beta.0.tgz#9d1ab7213bb5efe1ef1638a8ea1489969b5a8b6e"
591+
dependencies:
592+
babel-types "7.0.0-beta.0"
593+
571594
babel-helper-get-function-arity@^6.24.1:
572595
version "6.24.1"
573596
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d"
@@ -653,6 +676,10 @@ babel-loader@^7.1.2:
653676
loader-utils "^1.0.2"
654677
mkdirp "^0.5.1"
655678

679+
680+
version "7.0.0-beta.0"
681+
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-beta.0.tgz#6df01296e49fc8fbd0637394326a167f36da817b"
682+
656683
babel-messages@^6.23.0:
657684
version "6.23.0"
658685
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
@@ -1231,6 +1258,15 @@ [email protected], babel-runtime@^6.18.0, babel-runtime@^6.2.0, babel-runtime@
12311258
core-js "^2.4.0"
12321259
regenerator-runtime "^0.11.0"
12331260

1261+
1262+
version "7.0.0-beta.0"
1263+
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-beta.0.tgz#85083cf9e4395d5e48bf5154d7a8d6991cafecfb"
1264+
dependencies:
1265+
babel-traverse "7.0.0-beta.0"
1266+
babel-types "7.0.0-beta.0"
1267+
babylon "7.0.0-beta.22"
1268+
lodash "^4.2.0"
1269+
12341270
babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0, babel-template@^6.3.0, babel-template@^6.7.0:
12351271
version "6.26.0"
12361272
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
@@ -1241,7 +1277,21 @@ babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0, babel-te
12411277
babylon "^6.18.0"
12421278
lodash "^4.17.4"
12431279

1244-
babel-traverse@^6.18.0, babel-traverse@^6.23.1, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
1280+
1281+
version "7.0.0-beta.0"
1282+
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-beta.0.tgz#da14be9b762f62a2f060db464eaafdd8cd072a41"
1283+
dependencies:
1284+
babel-code-frame "7.0.0-beta.0"
1285+
babel-helper-function-name "7.0.0-beta.0"
1286+
babel-messages "7.0.0-beta.0"
1287+
babel-types "7.0.0-beta.0"
1288+
babylon "7.0.0-beta.22"
1289+
debug "^3.0.1"
1290+
globals "^10.0.0"
1291+
invariant "^2.2.0"
1292+
lodash "^4.2.0"
1293+
1294+
babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
12451295
version "6.26.0"
12461296
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
12471297
dependencies:
@@ -1255,7 +1305,15 @@ babel-traverse@^6.18.0, babel-traverse@^6.23.1, babel-traverse@^6.24.1, babel-tr
12551305
invariant "^2.2.2"
12561306
lodash "^4.17.4"
12571307

1258-
babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.23.0, babel-types@^6.24.1, babel-types@^6.26.0:
1308+
1309+
version "7.0.0-beta.0"
1310+
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-beta.0.tgz#eb8b6e556470e6dcc4aef982d79ad229469b5169"
1311+
dependencies:
1312+
esutils "^2.0.2"
1313+
lodash "^4.2.0"
1314+
to-fast-properties "^2.0.0"
1315+
1316+
babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
12591317
version "6.26.0"
12601318
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
12611319
dependencies:
@@ -1264,7 +1322,11 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.23.0, babel-types@^6.24
12641322
lodash "^4.17.4"
12651323
to-fast-properties "^1.0.3"
12661324

1267-
babylon@^6.17.0, babylon@^6.18.0:
1325+
1326+
version "7.0.0-beta.22"
1327+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.22.tgz#74f0ad82ed7c7c3cfeab74cf684f815104161b65"
1328+
1329+
babylon@^6.18.0:
12681330
version "6.18.0"
12691331
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
12701332

@@ -2467,7 +2529,7 @@ debug@~0.7.4:
24672529
version "0.7.4"
24682530
resolved "https://registry.yarnpkg.com/debug/-/debug-0.7.4.tgz#06e1ea8082c2cb14e39806e22e2f6f757f92af39"
24692531

2470-
debuglog@*, debuglog@^1.0.1:
2532+
debuglog@^1.0.1:
24712533
version "1.0.1"
24722534
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
24732535

@@ -3725,6 +3787,10 @@ global@^4.3.0:
37253787
min-document "^2.19.0"
37263788
process "~0.5.1"
37273789

3790+
globals@^10.0.0:
3791+
version "10.1.0"
3792+
resolved "https://registry.yarnpkg.com/globals/-/globals-10.1.0.tgz#4425a1881be0d336b4a823a82a7be725d5dd987c"
3793+
37283794
globals@^9.17.0, globals@^9.18.0:
37293795
version "9.18.0"
37303796
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -4012,11 +4078,7 @@ home-or-tmp@^2.0.0:
40124078
os-homedir "^1.0.0"
40134079
os-tmpdir "^1.0.1"
40144080

4015-
hosted-git-info@^2.1.4, hosted-git-info@^2.1.5, hosted-git-info@^2.4.2:
4016-
version "2.5.0"
4017-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"
4018-
4019-
hosted-git-info@~2.4.2:
4081+
hosted-git-info@^2.1.4, hosted-git-info@^2.1.5, hosted-git-info@~2.4.2:
40204082
version "2.4.2"
40214083
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67"
40224084

@@ -4152,7 +4214,7 @@ immutable@^3.7.6, immutable@^3.8.1:
41524214
version "3.8.1"
41534215
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.1.tgz#200807f11ab0f72710ea485542de088075f68cd2"
41544216

4155-
imurmurhash@*, imurmurhash@^0.1.4:
4217+
imurmurhash@^0.1.4:
41564218
version "0.1.4"
41574219
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
41584220

@@ -5268,36 +5330,18 @@ lodash-es@^4.2.0, lodash-es@^4.2.1:
52685330
version "4.17.4"
52695331
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.4.tgz#dcc1d7552e150a0640073ba9cb31d70f032950e7"
52705332

5271-
lodash._baseindexof@*:
5272-
version "3.1.0"
5273-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
5274-
52755333
lodash._baseuniq@~4.6.0:
52765334
version "4.6.0"
52775335
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
52785336
dependencies:
52795337
lodash._createset "~4.0.0"
52805338
lodash._root "~3.0.0"
52815339

5282-
lodash._bindcallback@*:
5283-
version "3.0.1"
5284-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
5285-
5286-
lodash._cacheindexof@*:
5287-
version "3.0.2"
5288-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
5289-
5290-
lodash._createcache@*:
5291-
version "3.1.2"
5292-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
5293-
dependencies:
5294-
lodash._getnative "^3.0.0"
5295-
52965340
lodash._createset@~4.0.0:
52975341
version "4.0.3"
52985342
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
52995343

5300-
lodash._getnative@*, lodash._getnative@^3.0.0:
5344+
lodash._getnative@^3.0.0:
53015345
version "3.9.1"
53025346
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
53035347

@@ -5357,10 +5401,6 @@ lodash.pick@^4.2.1:
53575401
version "4.4.0"
53585402
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
53595403

5360-
lodash.restparam@*:
5361-
version "3.6.1"
5362-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
5363-
53645404
lodash.template@^4.0.2, lodash.template@^4.2.4, lodash.template@^4.4.0:
53655405
version "4.4.0"
53665406
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.4.0.tgz#e73a0385c8355591746e020b99679c690e68fba0"
@@ -5669,18 +5709,14 @@ minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatc
56695709
dependencies:
56705710
brace-expansion "^1.1.7"
56715711

5672-
5712+
[email protected], minimist@~0.0.1:
56735713
version "0.0.8"
56745714
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
56755715

56765716
[email protected], minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@~1.2.0:
56775717
version "1.2.0"
56785718
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
56795719

5680-
minimist@~0.0.1:
5681-
version "0.0.10"
5682-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
5683-
56845720
mississippi@~1.3.0:
56855721
version "1.3.0"
56865722
resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-1.3.0.tgz#d201583eb12327e3c5c1642a404a9cacf94e34f5"
@@ -5849,20 +5885,13 @@ no-case@^2.2.0:
58495885
dependencies:
58505886
lower-case "^1.1.1"
58515887

5852-
5888+
[email protected], node-fetch@^1.0.1:
58535889
version "1.6.3"
58545890
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.6.3.tgz#dc234edd6489982d58e8f0db4f695029abcd8c04"
58555891
dependencies:
58565892
encoding "^0.1.11"
58575893
is-stream "^1.0.1"
58585894

5859-
node-fetch@^1.0.1:
5860-
version "1.7.3"
5861-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
5862-
dependencies:
5863-
encoding "^0.1.11"
5864-
is-stream "^1.0.1"
5865-
58665895
node-gyp@^3.3.1, node-gyp@~3.6.0:
58675896
version "3.6.2"
58685897
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.6.2.tgz#9bfbe54562286284838e750eac05295853fa1c60"
@@ -6070,22 +6099,13 @@ npm-install-checks@~3.0.0:
60706099
dependencies:
60716100
semver "^2.3.0 || 3.x || 4 || 5"
60726101

6073-
"npm-package-arg@^3.0.0 || ^4.0.0", npm-package-arg@^4.1.1, npm-package-arg@~4.2.1:
6102+
"npm-package-arg@^3.0.0 || ^4.0.0", "npm-package-arg@^3.0.0 || ^4.0.0 || ^5.0.0", "npm-package-arg@^4.0.0 || ^5.0.0", npm-package-arg@^4.1.1, npm-package-arg@~4.2.1:
60746103
version "4.2.1"
60756104
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-4.2.1.tgz#593303fdea85f7c422775f17f9eb7670f680e3ec"
60766105
dependencies:
60776106
hosted-git-info "^2.1.5"
60786107
semver "^5.1.0"
60796108

6080-
"npm-package-arg@^3.0.0 || ^4.0.0 || ^5.0.0", "npm-package-arg@^4.0.0 || ^5.0.0":
6081-
version "5.1.2"
6082-
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-5.1.2.tgz#fb18d17bb61e60900d6312619919bd753755ab37"
6083-
dependencies:
6084-
hosted-git-info "^2.4.2"
6085-
osenv "^0.1.4"
6086-
semver "^5.1.0"
6087-
validate-npm-package-name "^3.0.0"
6088-
60896109
npm-path@^2.0.2:
60906110
version "2.0.3"
60916111
resolved "https://registry.yarnpkg.com/npm-path/-/npm-path-2.0.3.tgz#15cff4e1c89a38da77f56f6055b24f975dfb2bbe"
@@ -7448,18 +7468,14 @@ [email protected]:
74487468
version "6.5.0"
74497469
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.0.tgz#8d04954d364def3efc55b5a0793e1e2c8b1e6e49"
74507470

7451-
qs@^6.1.0, qs@^6.2.0:
7452-
version "6.5.1"
7453-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8"
7471+
qs@^6.1.0, qs@^6.2.0, qs@~6.4.0:
7472+
version "6.4.0"
7473+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
74547474

74557475
qs@~6.2.0:
74567476
version "6.2.3"
74577477
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.3.tgz#1cfcb25c10a9b2b483053ff39f5dfc9233908cfe"
74587478

7459-
qs@~6.4.0:
7460-
version "6.4.0"
7461-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
7462-
74637479
query-string@^3.0.0:
74647480
version "3.0.3"
74657481
resolved "https://registry.yarnpkg.com/query-string/-/query-string-3.0.3.tgz#ae2e14b4d05071d4e9b9eb4873c35b0dcd42e638"
@@ -7935,7 +7951,7 @@ readable-stream@~2.2.9:
79357951
string_decoder "~1.0.0"
79367952
util-deprecate "~1.0.1"
79377953

7938-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
7954+
readdir-scoped-modules@^1.0.0:
79397955
version "1.0.2"
79407956
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
79417957
dependencies:
@@ -9204,6 +9220,10 @@ to-fast-properties@^1.0.3:
92049220
version "1.0.3"
92059221
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
92069222

9223+
to-fast-properties@^2.0.0:
9224+
version "2.0.0"
9225+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
9226+
92079227
92089228
version "0.0.8"
92099229
resolved "https://registry.yarnpkg.com/toml-js/-/toml-js-0.0.8.tgz#648ea6f1a4d63b19c0bb30b8ed03e40d09473b0a"
@@ -9603,7 +9623,7 @@ v8flags@^2.1.1:
96039623
dependencies:
96049624
user-home "^1.1.1"
96059625

9606-
validate-npm-package-license@*, validate-npm-package-license@^3.0.1:
9626+
validate-npm-package-license@^3.0.1:
96079627
version "3.0.1"
96089628
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc"
96099629
dependencies:
@@ -9889,11 +9909,7 @@ whatwg-encoding@^1.0.1:
98899909
dependencies:
98909910
iconv-lite "0.4.13"
98919911

9892-
whatwg-fetch@>=0.10.0:
9893-
version "2.0.3"
9894-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
9895-
9896-
whatwg-fetch@^1.0.0:
9912+
whatwg-fetch@>=0.10.0, whatwg-fetch@^1.0.0:
98979913
version "1.1.1"
98989914
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-1.1.1.tgz#ac3c9d39f320c6dce5339969d054ef43dd333319"
98999915

0 commit comments

Comments
 (0)