Merge pull request #236 from alxshelepenok/renovate/gatsby

fix(deps): update gatsby
This commit is contained in:
Alexander Shelepenok 2019-05-25 14:22:35 +03:00 committed by GitHub
commit 4b1bb86ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -47,7 +47,7 @@
"gatsby-link": "^2.1.1", "gatsby-link": "^2.1.1",
"gatsby-plugin-catch-links": "^2.0.15", "gatsby-plugin-catch-links": "^2.0.15",
"gatsby-plugin-feed": "^2.2.1", "gatsby-plugin-feed": "^2.2.1",
"gatsby-plugin-flow": "^1.0.5", "gatsby-plugin-flow": "^1.0.6",
"gatsby-plugin-google-gtag": "^1.0.17", "gatsby-plugin-google-gtag": "^1.0.17",
"gatsby-plugin-manifest": "^2.1.1", "gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-netlify": "^2.0.17", "gatsby-plugin-netlify": "^2.0.17",
@ -55,7 +55,7 @@
"gatsby-plugin-offline": "^2.1.1", "gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12", "gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11", "gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.1.0", "gatsby-plugin-sharp": "^2.1.1",
"gatsby-plugin-sitemap": "^2.1.0", "gatsby-plugin-sitemap": "^2.1.0",
"gatsby-remark-autolink-headers": "^2.0.16", "gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-copy-linked-files": "^2.0.12", "gatsby-remark-copy-linked-files": "^2.0.12",

View File

@ -5628,9 +5628,9 @@ gatsby-plugin-feed@^2.2.1:
lodash.merge "^4.6.0" lodash.merge "^4.6.0"
rss "^1.2.2" rss "^1.2.2"
gatsby-plugin-flow@^1.0.5: gatsby-plugin-flow@^1.0.6:
version "1.0.5" version "1.0.6"
resolved "https://registry.yarnpkg.com/gatsby-plugin-flow/-/gatsby-plugin-flow-1.0.5.tgz#1078160648cce0d91610fe37721fd78cae904705" resolved "https://registry.yarnpkg.com/gatsby-plugin-flow/-/gatsby-plugin-flow-1.0.6.tgz#24b76a2996cb91e497c911e73a5f135dc11d5c15"
dependencies: dependencies:
"@babel/preset-flow" "^7.0.0-rc.1" "@babel/preset-flow" "^7.0.0-rc.1"
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
@ -5708,9 +5708,9 @@ gatsby-plugin-sass@^2.0.11:
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
sass-loader "^7.0.1" sass-loader "^7.0.1"
gatsby-plugin-sharp@^2.1.0: gatsby-plugin-sharp@^2.1.1:
version "2.1.0" version "2.1.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.0.tgz#d943276cf6a67b886e8e705b9c30630db3c33c8e" resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.1.tgz#a282ead8575466d0ee01e88ff65f7b32838c800a"
dependencies: dependencies:
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
async "^2.1.2" async "^2.1.2"