Merge pull request #327 from alxshelepenok/renovate/gatsby

fix(deps): update gatsby
This commit is contained in:
Alexander Shelepenok 2019-07-30 21:16:48 +03:00 committed by GitHub
commit d6d7675f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -41,10 +41,10 @@
"bluebird": "^3.5.5",
"classnames": "^2.2.6",
"codecov": "^3.5.0",
"gatsby": "^2.13.42",
"gatsby-link": "^2.2.3",
"gatsby": "^2.13.44",
"gatsby-link": "^2.2.4",
"gatsby-plugin-catch-links": "^2.1.2",
"gatsby-plugin-feed": "^2.3.5",
"gatsby-plugin-feed": "^2.3.6",
"gatsby-plugin-flow": "^1.1.2",
"gatsby-plugin-google-gtag": "^1.1.4",
"gatsby-plugin-manifest": "^2.2.4",

View File

@ -5629,9 +5629,9 @@ gatsby-graphiql-explorer@^0.2.3:
dependencies:
"@babel/runtime" "^7.0.0"
gatsby-link@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.2.3.tgz#2477c0093a0183014ce8012758db94e06d0cf43d"
gatsby-link@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.2.4.tgz#8846130b3829e0c9c62d11d924ba63e98e07c93d"
dependencies:
"@babel/runtime" "^7.0.0"
"@types/reach__router" "^1.0.0"
@ -5657,9 +5657,9 @@ gatsby-plugin-catch-links@^2.1.2:
"@babel/runtime" "^7.0.0"
escape-string-regexp "^1.0.5"
gatsby-plugin-feed@^2.3.5:
version "2.3.5"
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.3.5.tgz#b988010ee799664fc4d5f55e7dd66f9832dea0e6"
gatsby-plugin-feed@^2.3.6:
version "2.3.6"
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.3.6.tgz#2547d28e436b6418021995b6fbb9fd6f85a89793"
dependencies:
"@babel/runtime" "^7.0.0"
"@hapi/joi" "^15.0.0"
@ -5962,9 +5962,9 @@ gatsby-transformer-sharp@^2.2.5:
semver "^5.6.0"
sharp "^0.22.1"
gatsby@^2.13.42:
version "2.13.42"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.42.tgz#b398505fda61588da1c571a708dc7e2094e5f884"
gatsby@^2.13.44:
version "2.13.44"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.44.tgz#37782acb3dab87f090d89367b9cba756853b8f7e"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
@ -6025,7 +6025,7 @@ gatsby@^2.13.42:
gatsby-cli "^2.7.21"
gatsby-core-utils "^1.0.3"
gatsby-graphiql-explorer "^0.2.3"
gatsby-link "^2.2.3"
gatsby-link "^2.2.4"
gatsby-plugin-page-creator "^2.1.5"
gatsby-react-router-scroll "^2.1.3"
gatsby-telemetry "^1.1.7"