Skip to content

Commit

Permalink
Remove unused deps (#7389)
Browse files Browse the repository at this point in the history
* Remove unused deps

* Update lockfile
  • Loading branch information
m-allanson authored and pieh committed Aug 17, 2018
1 parent 37caeb6 commit 524b9a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 67 deletions.
9 changes: 0 additions & 9 deletions packages/gatsby/package.json
Expand Up @@ -23,7 +23,6 @@
"@babel/runtime": "7.0.0-beta.52",
"@babel/traverse": "7.0.0-beta.52",
"@reach/router": "^1.1.1",
"async": "^2.1.2",
"autoprefixer": "^8.6.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.2.2",
Expand Down Expand Up @@ -63,7 +62,6 @@
"file-loader": "^1.1.11",
"flat": "^4.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"front-matter": "^2.1.0",
"fs-extra": "^5.0.0",
"gatsby-cli": "^2.0.0-beta.14",
"gatsby-link": "^2.0.0-beta.22",
Expand All @@ -76,7 +74,6 @@
"graphql-tools": "^3.0.4",
"graphql-type-json": "^0.2.1",
"hash-mod": "^0.0.5",
"history": "^4.6.2",
"invariant": "^2.2.4",
"is-relative": "^1.0.0",
"is-relative-url": "^2.0.0",
Expand All @@ -86,8 +83,6 @@
"json-stringify-safe": "^5.0.1",
"kebab-hash": "^0.1.2",
"lodash": "^4.17.4",
"lodash-id": "^0.14.0",
"lowdb": "0.16.2",
"md5": "^2.2.1",
"md5-file": "^3.1.1",
"mime": "^2.2.0",
Expand All @@ -96,13 +91,11 @@
"mkdirp": "^0.5.1",
"moment": "^2.21.0",
"name-all-modules-plugin": "^1.0.1",
"node-libs-browser": "^2.0.0",
"normalize-path": "^2.1.1",
"null-loader": "^0.1.1",
"opentracing": "^0.14.3",
"opn": "^5.3.0",
"parse-filepath": "^1.0.1",
"path-exists": "^3.0.0",
"physical-cpu-count": "^2.0.0",
"postcss-flexbugs-fixes": "^3.0.0",
"postcss-loader": "^2.1.3",
Expand All @@ -120,7 +113,6 @@
"socket.io": "^2.0.3",
"string-similarity": "^1.2.0",
"style-loader": "^0.21.0",
"treeify": "^1.1.0",
"type-of": "^2.0.1",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^1.0.1",
Expand All @@ -130,7 +122,6 @@
"webpack-dev-middleware": "^3.0.1",
"webpack-dev-server": "^3.1.1",
"webpack-hot-middleware": "^2.21.0",
"webpack-md5-hash": "^0.0.6",
"webpack-merge": "^4.1.0",
"webpack-stats-plugin": "^0.1.5",
"yaml-loader": "^0.5.0"
Expand Down
63 changes: 5 additions & 58 deletions yarn.lock
Expand Up @@ -6700,12 +6700,6 @@ from@~0:
version "0.1.7"
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"

front-matter@^2.1.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/front-matter/-/front-matter-2.3.0.tgz#7203af896ce357ee04e2aa45169ea91ed7f67504"
dependencies:
js-yaml "^3.10.0"

fs-constants@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
Expand Down Expand Up @@ -7246,7 +7240,7 @@ got@^8.0.0, got@^8.0.1:
url-parse-lax "^3.0.0"
url-to-options "^1.0.1"

graceful-fs@^4.0.0, graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6:
graceful-fs@^4.0.0, graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

Expand Down Expand Up @@ -7680,16 +7674,6 @@ highlight.js@^9.12.0:
version "9.12.0"
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.12.0.tgz#e6d9dbe57cbefe60751f02af336195870c90c01e"

history@^4.6.2:
version "4.7.2"
resolved "https://registry.yarnpkg.com/history/-/history-4.7.2.tgz#22b5c7f31633c5b8021c7f4a8a954ac139ee8d5b"
dependencies:
invariant "^2.2.1"
loose-envify "^1.2.0"
resolve-pathname "^2.2.0"
value-equal "^0.4.0"
warning "^3.0.0"

hjson@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/hjson/-/hjson-3.1.1.tgz#eaab95eebc6c0c749442219a817d9b4ff0070dd2"
Expand Down Expand Up @@ -8101,7 +8085,7 @@ into-stream@^3.1.0:
from2 "^2.1.1"
p-is-promise "^1.1.0"

invariant@^2.2.0, invariant@^2.2.1, invariant@^2.2.2, invariant@^2.2.3, invariant@^2.2.4:
invariant@^2.2.0, invariant@^2.2.2, invariant@^2.2.3, invariant@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
dependencies:
Expand Down Expand Up @@ -9542,10 +9526,6 @@ lodash-es@^4.2.1:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.10.tgz#62cd7104cdf5dd87f235a837f0ede0e8e5117e05"

lodash-id@^0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/lodash-id/-/lodash-id-0.14.0.tgz#baf48934e543a1b5d6346f8c84698b1a8c803896"

lodash-webpack-plugin@^0.11.5:
version "0.11.5"
resolved "https://registry.yarnpkg.com/lodash-webpack-plugin/-/lodash-webpack-plugin-0.11.5.tgz#c4bd064b4f561c3f823fa5982bdeb12c475390b9"
Expand Down Expand Up @@ -9775,7 +9755,7 @@ lodash.uniq@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"

lodash@4, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.16.4, lodash@^4.17.10, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
lodash@^4.11.1, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.16.4, lodash@^4.17.10, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"

Expand Down Expand Up @@ -9836,7 +9816,7 @@ longest@^1.0.0, longest@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"

loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1:
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1:
version "1.4.0"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
dependencies:
Expand All @@ -9849,15 +9829,6 @@ loud-rejection@^1.0.0, loud-rejection@^1.2.0, loud-rejection@^1.6.0:
currently-unhandled "^0.4.1"
signal-exit "^3.0.0"

lowdb@0.16.2:
version "0.16.2"
resolved "https://registry.yarnpkg.com/lowdb/-/lowdb-0.16.2.tgz#a2a976eb66ec57797291970f3c87cdb61126fa3a"
dependencies:
graceful-fs "^4.1.3"
is-promise "^2.1.0"
lodash "4"
steno "^0.4.1"

lower-case-first@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/lower-case-first/-/lower-case-first-1.0.2.tgz#e5da7c26f29a7073be02d52bac9980e5922adfa1"
Expand Down Expand Up @@ -10003,7 +9974,7 @@ md5.js@^1.3.4:
hash-base "^3.0.0"
inherits "^2.0.1"

md5@^2.0.0, md5@^2.2.1:
md5@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/md5/-/md5-2.2.1.tgz#53ab38d5fe3c8891ba465329ea23fac0540126f9"
dependencies:
Expand Down Expand Up @@ -13165,10 +13136,6 @@ resolve-options@^1.1.0:
dependencies:
value-or-function "^3.0.0"

resolve-pathname@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-2.2.0.tgz#7e9ae21ed815fd63ab189adeee64dc831eefa879"

resolve-url@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
Expand Down Expand Up @@ -14052,12 +14019,6 @@ stealthy-require@^1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"

steno@^0.4.1:
version "0.4.4"
resolved "https://registry.yarnpkg.com/steno/-/steno-0.4.4.tgz#071105bdfc286e6615c0403c27e9d7b5dcb855cb"
dependencies:
graceful-fs "^4.1.3"

stream-array@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/stream-array/-/stream-array-1.1.2.tgz#9e5f7345f2137c30ee3b498b9114e80b52bb7eb5"
Expand Down Expand Up @@ -14793,10 +14754,6 @@ tr46@^1.0.1:
dependencies:
punycode "^2.1.0"

treeify@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/treeify/-/treeify-1.1.0.tgz#4e31c6a463accd0943879f30667c4fdaff411bb8"

trim-lines@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/trim-lines/-/trim-lines-1.1.1.tgz#da738ff58fa74817588455e30b11b85289f2a396"
Expand Down Expand Up @@ -15380,10 +15337,6 @@ validate-npm-package-name@^3.0.0:
dependencies:
builtins "^1.0.3"

value-equal@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-0.4.0.tgz#c5bdd2f54ee093c04839d71ce2e4758a6890abc7"

value-or-function@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/value-or-function/-/value-or-function-3.0.0.tgz#1c243a50b595c1be54a754bfece8563b9ff8d813"
Expand Down Expand Up @@ -15712,12 +15665,6 @@ webpack-log@^1.0.1, webpack-log@^1.1.2:
loglevelnext "^1.0.1"
uuid "^3.1.0"

webpack-md5-hash@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/webpack-md5-hash/-/webpack-md5-hash-0.0.6.tgz#317b766a0a724eb5501610b3c8f4cddc4edf70f5"
dependencies:
md5 "^2.0.0"

webpack-merge@^4.1.0:
version "4.1.3"
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.1.3.tgz#8aaff2108a19c29849bc9ad2a7fd7fce68e87c4a"
Expand Down

0 comments on commit 524b9a1

Please sign in to comment.