Skip to content

Commit

Permalink
chore: reduce package size (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Oct 15, 2020
1 parent 2ace39b commit 6f77162
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
4 changes: 1 addition & 3 deletions packages/info/package.json
Expand Up @@ -12,9 +12,7 @@
"lib"
],
"dependencies": {
"colorette": "^1.2.1",
"envinfo": "^7.5.0",
"prettyjson": "^1.2.1"
"envinfo": "^7.7.3"
},
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9",
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Expand Up @@ -14,7 +14,6 @@
"dependencies": {
"colorette": "^1.2.1",
"cross-spawn": "^7.0.3",
"enquirer": "^2.3.6",
"execa": "^4.0.0",
"findup-sync": "^4.0.0",
"global-modules": "^2.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/webpack-cli/package.json
Expand Up @@ -57,6 +57,9 @@
},
"webpack-bundle-analyzer": {
"optional": true
},
"webpack-dev-server": {
"optional": true
}
},
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
Expand Down
10 changes: 1 addition & 9 deletions yarn.lock
Expand Up @@ -4750,7 +4750,7 @@ env-paths@^2.2.0:
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz#cdca557dc009152917d6166e2febe1f039685e43"
integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA==

envinfo@^7.3.1, envinfo@^7.5.0:
envinfo@^7.3.1, envinfo@^7.7.3:
version "7.7.3"
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.7.3.tgz#4b2d8622e3e7366afb8091b23ed95569ea0208cc"
integrity sha512-46+j5QxbPWza0PB1i15nZx0xQ4I/EfQxg9J8Had3b408SV63nEtor2e+oiY63amTo9KTuh2a3XLObNwduxYwwA==
Expand Down Expand Up @@ -9339,14 +9339,6 @@ pretty-format@^25.2.1, pretty-format@^25.5.0:
ansi-styles "^4.0.0"
react-is "^16.12.0"

prettyjson@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/prettyjson/-/prettyjson-1.2.1.tgz#fcffab41d19cab4dfae5e575e64246619b12d289"
integrity sha1-/P+rQdGcq0365eV15kJGYZsS0ok=
dependencies:
colors "^1.1.2"
minimist "^1.2.0"

private@^0.1.8:
version "0.1.8"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
Expand Down

0 comments on commit 6f77162

Please sign in to comment.