Merge pull request #232 from alxshelepenok/renovate/gatsby

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

View File

@ -43,7 +43,7 @@
"bluebird": "^3.5.4", "bluebird": "^3.5.4",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"codecov": "^3.5.0", "codecov": "^3.5.0",
"gatsby": "^2.6.3", "gatsby": "^2.7.1",
"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",
@ -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.0.37", "gatsby-plugin-sharp": "^2.1.0",
"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

@ -5688,9 +5688,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.0.37: gatsby-plugin-sharp@^2.1.0:
version "2.0.37" version "2.1.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.37.tgz#3cc07de6b3eb13df80317ad45bd639074a4f2d59" resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.0.tgz#d943276cf6a67b886e8e705b9c30630db3c33c8e"
dependencies: dependencies:
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
async "^2.1.2" async "^2.1.2"
@ -5888,9 +5888,9 @@ gatsby-transformer-sharp@^2.1.19:
semver "^5.6.0" semver "^5.6.0"
sharp "^0.22.1" sharp "^0.22.1"
gatsby@^2.6.3: gatsby@^2.7.1:
version "2.6.3" version "2.7.1"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.6.3.tgz#a87e71629b3424794ca1160622c7ca521ad43922" resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.7.1.tgz#39ca2e9c57f6fec794fbd2bec1e230b5b48b247c"
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0" "@babel/core" "^7.0.0"