Merge pull request #245 from alxshelepenok/renovate/gatsby

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

View File

@ -43,10 +43,10 @@
"bluebird": "^3.5.5",
"classnames": "^2.2.6",
"codecov": "^3.5.0",
"gatsby": "^2.7.5",
"gatsby": "^2.8.0",
"gatsby-link": "^2.1.1",
"gatsby-plugin-catch-links": "^2.0.15",
"gatsby-plugin-feed": "^2.2.1",
"gatsby-plugin-feed": "^2.2.2",
"gatsby-plugin-flow": "^1.0.6",
"gatsby-plugin-google-gtag": "^1.0.17",
"gatsby-plugin-manifest": "^2.1.1",
@ -55,7 +55,7 @@
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.1.2",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-copy-linked-files": "^2.0.13",
@ -67,7 +67,7 @@
"gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-filesystem": "^2.0.37",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.20",
"gatsby-transformer-sharp": "^2.1.21",
"invariant": "^2.2.4",
"katex": "^0.10.2",
"lodash": "^4.17.11",

View File

@ -5657,9 +5657,9 @@ gatsby-plugin-catch-links@^2.0.15:
"@babel/runtime" "^7.0.0"
escape-string-regexp "^1.0.5"
gatsby-plugin-feed@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.2.1.tgz#a087cf681d925d070771e7012c30e120e1f8b72b"
gatsby-plugin-feed@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.2.2.tgz#522078455daf20832019dd9ff981ba8f6c977b6e"
dependencies:
"@babel/runtime" "^7.0.0"
fs-extra "^7.0.1"
@ -5746,9 +5746,9 @@ gatsby-plugin-sass@^2.0.11:
"@babel/runtime" "^7.0.0"
sass-loader "^7.0.1"
gatsby-plugin-sharp@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.2.tgz#5cdb237f8b5258a327958349d74c5255f09877d1"
gatsby-plugin-sharp@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.3.tgz#d3a110aee8d9d9788a8fa7c10ccebd90387481eb"
dependencies:
"@babel/runtime" "^7.0.0"
async "^2.1.2"
@ -5934,9 +5934,9 @@ gatsby-transformer-remark@^2.3.12:
unist-util-select "^1.5.0"
unist-util-visit "^1.3.0"
gatsby-transformer-sharp@^2.1.20:
version "2.1.20"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.1.20.tgz#62729fba7983935f2818ab724308736a9fbb0297"
gatsby-transformer-sharp@^2.1.21:
version "2.1.21"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.1.21.tgz#b49bffbeba7588f419351bfea46bb522c80b6de7"
dependencies:
"@babel/runtime" "^7.0.0"
bluebird "^3.5.0"
@ -5946,9 +5946,9 @@ gatsby-transformer-sharp@^2.1.20:
semver "^5.6.0"
sharp "^0.22.1"
gatsby@^2.7.5:
version "2.7.5"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.7.5.tgz#039923ab9297f0351247f8aeba8986bc0023be45"
gatsby@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.8.0.tgz#19fcf9475364e3f9b74fa376a8616656d872a1d5"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"