Skip to content

Commit

Permalink
chore: update dependencies (gatsbyjs#10247)
Browse files Browse the repository at this point in the history
This pr, adds all the missing dependencies used on the gatsby code base to the package.json the dependencies and the versions were obtained by doing a dry run of yarn PnP.

It adresses gatsbyjs#10245
  • Loading branch information
Ikana authored and gpetrioli committed Jan 22, 2019
1 parent 225eb51 commit d566315
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@babel/traverse": "^7.0.0",
"@moocar/lokijs": "^1.0.1",
"@reach/router": "^1.1.1",
"address": "1.0.3",
"autoprefixer": "^8.6.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.2.2",
Expand All @@ -26,8 +27,10 @@
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-remove-graphql-queries": "^2.5.2",
"babel-preset-gatsby": "^0.1.6",
"babel-traverse": "6.26.0",
"better-queue": "^3.8.6",
"bluebird": "^3.5.0",
"browserslist": "3.2.8",
"cache-manager": "^2.9.0",
"cache-manager-fs-hash": "^0.0.6",
"chalk": "^2.3.2",
Expand Down Expand Up @@ -58,6 +61,7 @@
"file-loader": "^1.1.11",
"flat": "^4.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
"gatsby-cli": "^2.4.6",
"gatsby-link": "^2.0.7",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3638,7 +3638,7 @@ babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0, babel-te
babylon "^6.18.0"
lodash "^4.17.4"

babel-traverse@^6.0.0, babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
babel-traverse@6.26.0, babel-traverse@^6.0.0, babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=
Expand Down Expand Up @@ -4103,7 +4103,7 @@ browserify-zlib@^0.2.0:
dependencies:
pako "~1.0.5"

browserslist@^3.2.6, browserslist@^3.2.8:
browserslist@3.2.8, browserslist@^3.2.6, browserslist@^3.2.8:
version "3.2.8"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.8.tgz#b0005361d6471f0f5952797a76fc985f1f978fc6"
integrity sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==
Expand Down Expand Up @@ -8350,7 +8350,7 @@ fs-copy-file-sync@^1.1.1:
resolved "https://registry.yarnpkg.com/fs-copy-file-sync/-/fs-copy-file-sync-1.1.1.tgz#11bf32c096c10d126e5f6b36d06eece776062918"
integrity sha512-2QY5eeqVv4m2PfyMiEuy9adxNP+ajf+8AR05cEi+OAzPcOj90hvFImeZhTmKLBgSd9EvG33jsD7ZRxsx9dThkQ==

fs-exists-cached@^1.0.0:
fs-exists-cached@1.0.0, fs-exists-cached@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs-exists-cached/-/fs-exists-cached-1.0.0.tgz#cf25554ca050dc49ae6656b41de42258989dcbce"
integrity sha1-zyVVTKBQ3EmuZla0HeQiWJidy84=
Expand Down

0 comments on commit d566315

Please sign in to comment.