Skip to content

Commit aba93ac

Browse files
authored
[easy] remove unused deps coveralls and @actuallyworks/node-fetch (#27792)
I do not see references to these modules. Unless there's some dynamic loading going on (hopefully we should see that in CI) these seem like they can be removed.
1 parent c29ca23 commit aba93ac

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"packages/*"
55
],
66
"devDependencies": {
7-
"@actuallyworks/node-fetch": "^2.6.0",
87
"@babel/cli": "^7.10.5",
98
"@babel/code-frame": "^7.10.4",
109
"@babel/core": "^7.11.1",
@@ -47,7 +46,6 @@
4746
"coffee-script": "^1.12.7",
4847
"confusing-browser-globals": "^1.0.9",
4948
"core-js": "^3.6.4",
50-
"coveralls": "^3.0.9",
5149
"create-react-class": "^15.6.3",
5250
"danger": "^11.2.3",
5351
"error-stack-parser": "^2.0.6",

yarn.lock

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@actuallyworks/node-fetch@^2.6.0":
6-
version "2.6.0"
7-
resolved "https://registry.yarnpkg.com/@actuallyworks/node-fetch/-/node-fetch-2.6.0.tgz#d1adc48813ab2866d86481950b99287c8d22d677"
8-
integrity sha512-4G5iCA6JJk5TYy9GqSyyjGIOnf1w/K+XvCdVDm/Q6ryQGPhAwIGyZpIkPMLFStdjoswlgJTiY64j3yMw4S6l8g==
9-
105
"@ampproject/remapping@^2.1.0":
116
version "2.2.0"
127
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
@@ -5734,17 +5729,6 @@ [email protected], core-util-is@~1.0.0:
57345729
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
57355730
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
57365731

5737-
coveralls@^3.0.9:
5738-
version "3.0.9"
5739-
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.9.tgz#8cfc5a5525f84884e2948a0bf0f1c0e90aac0420"
5740-
integrity sha512-nNBg3B1+4iDox5A5zqHKzUTiwl2ey4k2o0NEcVZYvl+GOSJdKBj4AJGKLv6h3SvWch7tABHePAQOSZWM9E2hMg==
5741-
dependencies:
5742-
js-yaml "^3.13.1"
5743-
lcov-parse "^1.0.0"
5744-
log-driver "^1.2.7"
5745-
minimist "^1.2.0"
5746-
request "^2.88.0"
5747-
57485732
crc32-stream@^2.0.0:
57495733
version "2.0.0"
57505734
resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-2.0.0.tgz#e3cdd3b4df3168dd74e3de3fbbcb7b297fe908f4"
@@ -10546,11 +10530,6 @@ lcid@^3.0.0:
1054610530
dependencies:
1054710531
invert-kv "^3.0.0"
1054810532

10549-
lcov-parse@^1.0.0:
10550-
version "1.0.0"
10551-
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-1.0.0.tgz#eb0d46b54111ebc561acb4c408ef9363bdc8f7e0"
10552-
integrity sha1-6w1GtUER68VhrLTECO+TY73I9+A=
10553-
1055410533
leven@^3.1.0:
1055510534
version "3.1.0"
1055610535
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
@@ -10792,11 +10771,6 @@ lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.1
1079210771
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1079310772
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1079410773

10795-
log-driver@^1.2.7:
10796-
version "1.2.7"
10797-
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
10798-
integrity sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg==
10799-
1080010774
logalot@^2.0.0:
1080110775
version "2.1.0"
1080210776
resolved "https://registry.yarnpkg.com/logalot/-/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552"
@@ -13249,7 +13223,7 @@ replace-ext@^2.0.0:
1324913223
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-2.0.0.tgz#9471c213d22e1bcc26717cd6e50881d88f812b06"
1325013224
integrity sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==
1325113225

13252-
[email protected], request@^2.83.0, request@^2.88.0, request@~2.88.0:
13226+
[email protected], request@^2.83.0, request@~2.88.0:
1325313227
version "2.88.0"
1325413228
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
1325513229
integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==

0 commit comments

Comments
 (0)