fix(starters): update dependency gatsby to ^2.5.5 (#14141)

This commit is contained in:
GatsbyJS Bot
2019-05-18 09:52:23 +00:00
parent 98ab893b8d
commit 5d0c3881b8
3 changed files with 23 additions and 23 deletions
+10 -10
View File
@@ -5201,9 +5201,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.5.4.tgz",
"integrity": "sha512-qkXIiqe4YM5WhwpqxZiw1WSPh5pphbF0tqkryHXZGdpswaLF+ltG+VXcT477P6Jrn69F/Sczcr1a7utRQ/vL6g==",
"version": "2.5.5",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.5.5.tgz",
"integrity": "sha512-Jxw7EyRuKzEPpASJDYU06FeXxrP5URqFRjPxZLEnbLXu1lj+NkS3ab4NLh7TIxMT0ykKg4ZPkZXHGu2gobCV+Q==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -5261,7 +5261,7 @@
"flat": "^4.0.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
"gatsby-cli": "^2.5.14",
"gatsby-cli": "^2.5.15",
"gatsby-link": "^2.1.1",
"gatsby-plugin-page-creator": "^2.0.13",
"gatsby-react-router-scroll": "^2.0.7",
@@ -5388,9 +5388,9 @@
}
},
"gatsby-cli": {
"version": "2.5.14",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.5.14.tgz",
"integrity": "sha512-g05QENiBqeBFmELyII2+Kbqu5y4IwlPmZx4lGiKUh31lY+7S+rXkwsefwVQk+hwGRvmpkqoR4fSeGOEfiHR2lQ==",
"version": "2.5.15",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.5.15.tgz",
"integrity": "sha512-RtXInDDqcimbMve2E7/8nvMcedMTPWPf/SnNklgA6LzzFuGJTmNEeuvo4RMQN0sFSmgo6OBbDtYFJh0zIjQ6Yw==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -9319,9 +9319,9 @@
"integrity": "sha512-XzgvowFrwDo6TWcpJ/WTiarb9UI6lhA4PMzS7n1joK3sHfBBBOQHUc0U4u57D6DWO9vHv6lVSWx2Q/Ymfyv4hw=="
},
"react-hot-loader": {
"version": "4.8.5",
"resolved": "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-4.8.5.tgz",
"integrity": "sha512-9Stc+7C2p23O9iOB78t+fKNxSxNfgXJpwsiToRuZZe7rNFJ0IMCyesXF2ls70XIxAzgnU36FzfW9c9mXhTz2xQ==",
"version": "4.8.6",
"resolved": "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-4.8.6.tgz",
"integrity": "sha512-OjQVJ91+Jt1lRfJh2Ig9DKs32U/MdUvbnKfC2Yns1MSMqgT+6aiPrBEoyCeItzMvobBHIAsoD4Q3a1JN6jII/g==",
"requires": {
"fast-levenshtein": "^2.0.6",
"global": "^4.3.0",