Skip to content

Commit 8bad1a7

Browse files
authored
chore: Remove unused deps (#36368)
1 parent df76277 commit 8bad1a7

File tree

7 files changed

+0
-14
lines changed

7 files changed

+0
-14
lines changed

packages/create-gatsby/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
],
1818
"devDependencies": {
1919
"@ascorbic/worker-threads-shim": "^1.0.0",
20-
"@babel/runtime": "^7.15.4",
2120
"@lukeed/uuid": "^2.0.0",
2221
"@types/configstore": "^4.0.0",
2322
"@types/fs-extra": "^9.0.13",
2423
"@types/node": "^14.17.34",
2524
"ansi-wordwrap": "^1.0.2",
2625
"common-tags": "^1.8.2",
2726
"enquirer": "^2.3.6",
28-
"eslint": "^7.32.0",
2927
"execa": "^5.1.1",
3028
"fs-extra": "^10.1.0",
3129
"gatsby-plugin-utils": "^3.16.0-next.0",

packages/gatsby-cli/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"chalk": "^4.1.2",
2626
"clipboardy": "^2.3.0",
2727
"common-tags": "^1.8.2",
28-
"configstore": "^5.0.1",
2928
"convert-hrtime": "^3.0.0",
3029
"create-gatsby": "^2.22.0-next.0",
3130
"envinfo": "^7.8.1",
@@ -38,7 +37,6 @@
3837
"is-valid-path": "^0.1.1",
3938
"joi": "^17.4.2",
4039
"lodash": "^4.17.21",
41-
"meant": "^1.0.3",
4240
"node-fetch": "^2.6.6",
4341
"opentracing": "^0.14.5",
4442
"pretty-error": "^2.1.2",

packages/gatsby-plugin-sharp/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616
"fs-extra": "^10.1.0",
1717
"gatsby-core-utils": "^3.22.0-next.0",
1818
"gatsby-plugin-utils": "^3.16.0-next.0",
19-
"gatsby-telemetry": "^3.22.0-next.0",
2019
"lodash": "^4.17.21",
2120
"mini-svg-data-uri": "^1.4.4",
2221
"probe-image-size": "^7.2.3",
23-
"progress": "^2.0.3",
2422
"semver": "^7.3.7",
2523
"sharp": "^0.30.7",
2624
"svgo": "1.3.2"

packages/gatsby-plugin-sharp/src/__tests__/utils.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
jest.mock(`gatsby/reporter`)
2-
jest.mock(`progress`)
32
const { calculateImageSizes } = require(`../utils`)
43
const reporter = require(`gatsby/reporter`)
54
const sharp = require(`sharp`)

packages/gatsby-source-filesystem/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"md5-file": "^5.0.0",
1616
"mime": "^2.5.2",
1717
"pretty-bytes": "^5.4.1",
18-
"progress": "^2.0.3",
1918
"valid-url": "^1.0.9",
2019
"xstate": "^4.26.1"
2120
},

packages/gatsby-telemetry/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"@babel/runtime": "^7.15.4",
1212
"@turist/fetch": "^7.2.0",
1313
"@turist/time": "^0.0.2",
14-
"async-retry-ng": "^2.0.1",
1514
"boxen": "^4.2.0",
1615
"configstore": "^5.0.1",
1716
"fs-extra": "^10.1.0",

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -6301,11 +6301,6 @@ async-limiter@~1.0.0:
63016301
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
63026302
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
63036303

6304-
async-retry-ng@^2.0.1:
6305-
version "2.0.1"
6306-
resolved "https://registry.yarnpkg.com/async-retry-ng/-/async-retry-ng-2.0.1.tgz#f5285ec1c52654a2ba6a505d0c18b1eadfaebd41"
6307-
integrity sha512-iitlc2murdQ3/A5Re3CcplQBEf7vOmFrFQ6RFn3+/+zZUyIHYkZnnEziMSa6YIb2Bs2EJEPZWReTxjHqvQbDbw==
6308-
63096304
63106305
version "1.2.3"
63116306
resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.2.3.tgz#a6521f338358d322b1a0012b79030c6f411d1ce0"

0 commit comments

Comments
 (0)