From d566315d17833bd7cc5a0350fbdd9dc88bca4912 Mon Sep 17 00:00:00 2001 From: Rodrigo Quezada Date: Mon, 3 Dec 2018 06:43:23 -0600 Subject: [PATCH] chore: update dependencies (#10247) 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 #10245 --- packages/gatsby/package.json | 4 ++++ yarn.lock | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 1cf3acba814f8..17dcf4dc7d35b 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -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", @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 51e3230108825..8dccebfcc2b09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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= @@ -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== @@ -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=