From 463344b48e9fba8c5d98939820a816ac2356867a Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Fri, 17 May 2019 10:52:24 +0000 Subject: [PATCH] fix(starters): update dependency gatsby to ^2.5.2 (#14112) --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d00392..a736dd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5201,9 +5201,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.5.1.tgz", - "integrity": "sha512-ncBAIKCQfOkEPo2ZzxG7Y92tU2GIV1BeIQZMaru0fz45C/6corvOgbLnUBNRePa/H2yR1AZAd4ndLYn+j/lidw==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.5.2.tgz", + "integrity": "sha512-ylX5YKalNFtSBdAGkraKeIYdP+kC0y8FVP1gyBgyafWhWz6VdVZsXRx05SLykSHhKVC7uZfAe3LJGGscnC2F2A==", "requires": { "@babel/code-frame": "^7.0.0", "@babel/core": "^7.0.0", @@ -5303,7 +5303,7 @@ "raw-loader": "^0.5.1", "react-dev-utils": "^4.2.1", "react-error-overlay": "^3.0.0", - "react-hot-loader": "^4.6.2", + "react-hot-loader": "^4.8.4", "redux": "^4.0.0", "redux-thunk": "^2.3.0", "semver": "^5.6.0", diff --git a/package.json b/package.json index f7b63ad..69f6d4b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"" }, "dependencies": { - "gatsby": "^2.5.1", + "gatsby": "^2.5.2", "react": "^16.8.6", "react-dom": "^16.8.6" }, diff --git a/yarn.lock b/yarn.lock index 8ca0e4b..ffd8cf1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4077,10 +4077,10 @@ gatsby-telemetry@^1.0.9: stack-utils "1.0.2" uuid "3.3.2" -gatsby@^2.5.1: - version "2.5.1" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.5.1.tgz#fce39d20d6dfbafdc400ba7cdb01d15f0b0908c4" - integrity sha512-ncBAIKCQfOkEPo2ZzxG7Y92tU2GIV1BeIQZMaru0fz45C/6corvOgbLnUBNRePa/H2yR1AZAd4ndLYn+j/lidw== +gatsby@^2.5.2: + version "2.5.2" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.5.2.tgz#a439638df78c7ad3a2fcecd2da9341057f7ec4fd" + integrity sha512-ylX5YKalNFtSBdAGkraKeIYdP+kC0y8FVP1gyBgyafWhWz6VdVZsXRx05SLykSHhKVC7uZfAe3LJGGscnC2F2A== dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.0.0" @@ -4180,7 +4180,7 @@ gatsby@^2.5.1: raw-loader "^0.5.1" react-dev-utils "^4.2.1" react-error-overlay "^3.0.0" - react-hot-loader "^4.6.2" + react-hot-loader "^4.8.4" redux "^4.0.0" redux-thunk "^2.3.0" semver "^5.6.0" @@ -7404,7 +7404,7 @@ react-error-overlay@^3.0.0: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-3.0.0.tgz#c2bc8f4d91f1375b3dad6d75265d51cd5eeaf655" integrity sha512-XzgvowFrwDo6TWcpJ/WTiarb9UI6lhA4PMzS7n1joK3sHfBBBOQHUc0U4u57D6DWO9vHv6lVSWx2Q/Ymfyv4hw== -react-hot-loader@^4.6.2: +react-hot-loader@^4.8.4: version "4.8.5" resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.8.5.tgz#9fb383345f8f059ed160c084f985744047e374d9" integrity sha512-9Stc+7C2p23O9iOB78t+fKNxSxNfgXJpwsiToRuZZe7rNFJ0IMCyesXF2ls70XIxAzgnU36FzfW9c9mXhTz2xQ==