chore: update dependency gatsby to ^2.13.57 (#16506)

This commit is contained in:
GatsbyJS Bot
2019-08-09 22:12:36 +00:00
parent 730a7cb347
commit 9971e6eb9a
3 changed files with 17 additions and 17 deletions
+7 -7
View File
@@ -5360,9 +5360,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "2.13.56",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.56.tgz",
"integrity": "sha512-e40VmEQHxah/L3AKb1U7UEl/qQ9YZJFvINyUgv1eP4RSVuhvgL7JE6YrzqhhAe4UA/yvQIqOiYbOc2JFjBPZDg==",
"version": "2.13.57",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.57.tgz",
"integrity": "sha512-glckm9KFVwghlBQt/5B0NEu1ogMa/K0noe1+M6b/sP535YcbCEm35pApmeBIM1N55rkI2SB2Pd2CjijnqDjTnQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -5420,7 +5420,7 @@
"flat": "^4.0.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
"gatsby-cli": "^2.7.28",
"gatsby-cli": "^2.7.29",
"gatsby-core-utils": "^1.0.4",
"gatsby-graphiql-explorer": "^0.2.3",
"gatsby-link": "^2.2.4",
@@ -5563,9 +5563,9 @@
}
},
"gatsby-cli": {
"version": "2.7.28",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.28.tgz",
"integrity": "sha512-jPAh0ycXMg2l1s2DUAmZmc5O2VuKf6ZU13RPu4sSvFeZIRxNHWFeJ7gTh2ncNKMZ0faUaIqb2PjDjQNsLNq/dA==",
"version": "2.7.29",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.29.tgz",
"integrity": "sha512-6GDRZUVaB7nYi3aQi9UjISxsuMCsgvqpPTOJ81H6rxbxGOh9pGKzomO4lEPOI92xmDdoRSL5TlKj28xEWLWRNA==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.13.56",
"gatsby": "^2.13.57",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
+9 -9
View File
@@ -4063,10 +4063,10 @@ functional-red-black-tree@^1.0.1:
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
gatsby-cli@^2.7.28:
version "2.7.28"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.7.28.tgz#f620b68e0c0759025e61fbc7f5125cc506f1b8d4"
integrity sha512-jPAh0ycXMg2l1s2DUAmZmc5O2VuKf6ZU13RPu4sSvFeZIRxNHWFeJ7gTh2ncNKMZ0faUaIqb2PjDjQNsLNq/dA==
gatsby-cli@^2.7.29:
version "2.7.29"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.7.29.tgz#326caf669b1e860aafae8dfe76f46538cd7bfa74"
integrity sha512-6GDRZUVaB7nYi3aQi9UjISxsuMCsgvqpPTOJ81H6rxbxGOh9pGKzomO4lEPOI92xmDdoRSL5TlKj28xEWLWRNA==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/runtime" "^7.0.0"
@@ -4189,10 +4189,10 @@ gatsby-telemetry@^1.1.11:
stack-utils "1.0.2"
uuid "3.3.2"
gatsby@^2.13.56:
version "2.13.56"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.56.tgz#e09f421cda044cfb95f59bde44a82e081ba9a2de"
integrity sha512-e40VmEQHxah/L3AKb1U7UEl/qQ9YZJFvINyUgv1eP4RSVuhvgL7JE6YrzqhhAe4UA/yvQIqOiYbOc2JFjBPZDg==
gatsby@^2.13.57:
version "2.13.57"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.57.tgz#21fbe58304916fe0bfaba1c823f29bf7adabc12c"
integrity sha512-glckm9KFVwghlBQt/5B0NEu1ogMa/K0noe1+M6b/sP535YcbCEm35pApmeBIM1N55rkI2SB2Pd2CjijnqDjTnQ==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
@@ -4250,7 +4250,7 @@ gatsby@^2.13.56:
flat "^4.0.0"
fs-exists-cached "1.0.0"
fs-extra "^5.0.0"
gatsby-cli "^2.7.28"
gatsby-cli "^2.7.29"
gatsby-core-utils "^1.0.4"
gatsby-graphiql-explorer "^0.2.3"
gatsby-link "^2.2.4"