fix(starters): update dependency gatsby to ^2.5.2 (#14112)

This commit is contained in:
GatsbyJS Bot
2019-05-17 10:52:24 +00:00
parent 6a4e08ad38
commit 463344b48e
3 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -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",