Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove unused deps #36368

Merged
merged 2 commits into from Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/create-gatsby/package.json
Expand Up @@ -17,15 +17,13 @@
],
"devDependencies": {
"@ascorbic/worker-threads-shim": "^1.0.0",
"@babel/runtime": "^7.15.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also listed as a dependency, can we remove that too or is it needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was added in #32954, I just want to leave it for now and we can revisit it later. Didn't want to break anything

"@lukeed/uuid": "^2.0.0",
"@types/configstore": "^4.0.0",
"@types/fs-extra": "^9.0.13",
"@types/node": "^14.17.34",
"ansi-wordwrap": "^1.0.2",
"common-tags": "^1.8.2",
"enquirer": "^2.3.6",
"eslint": "^7.32.0",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"gatsby-plugin-utils": "^3.16.0-next.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/gatsby-cli/package.json
Expand Up @@ -25,7 +25,6 @@
"chalk": "^4.1.2",
"clipboardy": "^2.3.0",
"common-tags": "^1.8.2",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^2.22.0-next.0",
"envinfo": "^7.8.1",
Expand All @@ -38,7 +37,6 @@
"is-valid-path": "^0.1.1",
"joi": "^17.4.2",
"lodash": "^4.17.21",
"meant": "^1.0.3",
"node-fetch": "^2.6.6",
"opentracing": "^0.14.5",
"pretty-error": "^2.1.2",
Expand Down
2 changes: 0 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
Expand Up @@ -16,11 +16,9 @@
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.22.0-next.0",
"gatsby-plugin-utils": "^3.16.0-next.0",
"gatsby-telemetry": "^3.22.0-next.0",
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.4.4",
"probe-image-size": "^7.2.3",
"progress": "^2.0.3",
"semver": "^7.3.7",
"sharp": "^0.30.7",
"svgo": "1.3.2"
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-plugin-sharp/src/__tests__/utils.js
@@ -1,5 +1,4 @@
jest.mock(`gatsby/reporter`)
jest.mock(`progress`)
const { calculateImageSizes } = require(`../utils`)
const reporter = require(`gatsby/reporter`)
const sharp = require(`sharp`)
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-source-filesystem/package.json
Expand Up @@ -15,7 +15,6 @@
"md5-file": "^5.0.0",
"mime": "^2.5.2",
"pretty-bytes": "^5.4.1",
"progress": "^2.0.3",
"valid-url": "^1.0.9",
"xstate": "^4.26.1"
},
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-telemetry/package.json
Expand Up @@ -11,7 +11,6 @@
"@babel/runtime": "^7.15.4",
"@turist/fetch": "^7.2.0",
"@turist/time": "^0.0.2",
"async-retry-ng": "^2.0.1",
"boxen": "^4.2.0",
"configstore": "^5.0.1",
"fs-extra": "^10.1.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -6301,11 +6301,6 @@ async-limiter@~1.0.0:
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==

async-retry-ng@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/async-retry-ng/-/async-retry-ng-2.0.1.tgz#f5285ec1c52654a2ba6a505d0c18b1eadfaebd41"
integrity sha512-iitlc2murdQ3/A5Re3CcplQBEf7vOmFrFQ6RFn3+/+zZUyIHYkZnnEziMSa6YIb2Bs2EJEPZWReTxjHqvQbDbw==

async-retry@1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.2.3.tgz#a6521f338358d322b1a0012b79030c6f411d1ce0"
Expand Down