Merge pull request #211 from alxshelepenok/renovate/gatsby

fix(deps): update gatsby
This commit is contained in:
Alexander Shelepenok 2019-05-10 13:49:32 +03:00 committed by GitHub
commit 7519dc232a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -43,7 +43,7 @@
"bluebird": "^3.5.4",
"classnames": "^2.2.6",
"codecov": "^3.4.0",
"gatsby": "^2.4.2",
"gatsby": "^2.4.3",
"gatsby-link": "^2.1.1",
"gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-feed": "^2.2.0",
@ -55,7 +55,7 @@
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.36",
"gatsby-plugin-sharp": "^2.0.37",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-copy-linked-files": "^2.0.12",

View File

@ -5389,9 +5389,9 @@ fuzzy@^0.1.1:
version "0.1.3"
resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8"
gatsby-cli@^2.5.12:
version "2.5.12"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.5.12.tgz#c1c92af0dd12ffbad76da05c136d926d3c66854d"
gatsby-cli@^2.5.13:
version "2.5.13"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.5.13.tgz#24f0c8b4d5a1650560bdf490606d4a56b0a6b046"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/runtime" "^7.0.0"
@ -5529,9 +5529,9 @@ gatsby-plugin-sass@^2.0.11:
"@babel/runtime" "^7.0.0"
sass-loader "^7.0.1"
gatsby-plugin-sharp@^2.0.36:
version "2.0.36"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.36.tgz#a8877cea81a7f2f6a0a1af2d0b96705a03b943d2"
gatsby-plugin-sharp@^2.0.37:
version "2.0.37"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.37.tgz#3cc07de6b3eb13df80317ad45bd639074a4f2d59"
dependencies:
"@babel/runtime" "^7.0.0"
async "^2.1.2"
@ -5729,9 +5729,9 @@ gatsby-transformer-sharp@^2.1.19:
semver "^5.6.0"
sharp "^0.22.1"
gatsby@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.4.2.tgz#4df378568e487a6f580d2cc8ddbc81dc2b85851a"
gatsby@^2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.4.3.tgz#30bc286583baa9e2a6e37aad2986fe02e8a03ffd"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
@ -5788,7 +5788,7 @@ gatsby@^2.4.2:
flat "^4.0.0"
fs-exists-cached "1.0.0"
fs-extra "^5.0.0"
gatsby-cli "^2.5.12"
gatsby-cli "^2.5.13"
gatsby-link "^2.1.1"
gatsby-plugin-page-creator "^2.0.12"
gatsby-react-router-scroll "^2.0.7"