chore: update dependency gatsby to ^2.13.54 (#16479)

This commit is contained in:
GatsbyJS Bot
2019-08-08 22:29:37 +00:00
parent 3590be4d1d
commit 54b5828bea
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -5366,9 +5366,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "2.13.53",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.53.tgz",
"integrity": "sha512-Kk3c9fUuymcEwHGMdcDC/Ppq3EapJaJxfWxb5maYKNqglj9b6sDhD2yw7R3fQXPyiybCtWDKamfGDrQI99M6gw==",
"version": "2.13.54",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.54.tgz",
"integrity": "sha512-VUN789hwTMHi7IdpnbmBpSsKmcYc1PHrf+apyVSdKHnB4+W6ziNlFTegabTn5LYkEOvKeFMDdWGkpM5/Rh73wg==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.13.53",
"gatsby": "^2.13.54",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
+4 -4
View File
@@ -4195,10 +4195,10 @@ gatsby-telemetry@^1.1.11:
stack-utils "1.0.2"
uuid "3.3.2"
gatsby@^2.13.53:
version "2.13.53"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.53.tgz#1fb1255db97246d2390026b64e3267cc5cbc5966"
integrity sha512-Kk3c9fUuymcEwHGMdcDC/Ppq3EapJaJxfWxb5maYKNqglj9b6sDhD2yw7R3fQXPyiybCtWDKamfGDrQI99M6gw==
gatsby@^2.13.54:
version "2.13.54"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.54.tgz#faa3d0435e184b4cac1a8af1f9940b7b6b7ea375"
integrity sha512-VUN789hwTMHi7IdpnbmBpSsKmcYc1PHrf+apyVSdKHnB4+W6ziNlFTegabTn5LYkEOvKeFMDdWGkpM5/Rh73wg==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"