Merge pull request #246 from alxshelepenok/renovate/gatsby

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

View File

@ -43,7 +43,7 @@
"bluebird": "^3.5.5", "bluebird": "^3.5.5",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"codecov": "^3.5.0", "codecov": "^3.5.0",
"gatsby": "^2.8.0", "gatsby": "^2.8.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.2", "gatsby-plugin-feed": "^2.2.2",
@ -65,7 +65,7 @@
"gatsby-remark-relative-images": "^0.2.2", "gatsby-remark-relative-images": "^0.2.2",
"gatsby-remark-responsive-iframe": "^2.1.1", "gatsby-remark-responsive-iframe": "^2.1.1",
"gatsby-remark-smartypants": "^2.0.9", "gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-filesystem": "^2.0.37", "gatsby-source-filesystem": "^2.0.38",
"gatsby-transformer-remark": "^2.3.12", "gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.21", "gatsby-transformer-sharp": "^2.1.21",
"invariant": "^2.2.4", "invariant": "^2.2.4",

View File

@ -5589,9 +5589,9 @@ fuzzy@^0.1.1:
version "0.1.3" version "0.1.3"
resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8" resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8"
gatsby-cli@^2.6.3: gatsby-cli@^2.6.4:
version "2.6.3" version "2.6.4"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.6.3.tgz#591608d893ad20f0ad48711b33e3e4d3cdcb6190" resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.6.4.tgz#9d8285e4b020425c88f5ed0986ff8b8124ad2849"
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
@ -5607,7 +5607,7 @@ gatsby-cli@^2.6.3:
execa "^0.8.0" execa "^0.8.0"
fs-exists-cached "^1.0.0" fs-exists-cached "^1.0.0"
fs-extra "^4.0.1" fs-extra "^4.0.1"
gatsby-telemetry "^1.0.10" gatsby-telemetry "^1.0.11"
hosted-git-info "^2.6.0" hosted-git-info "^2.6.0"
is-valid-path "^0.1.1" is-valid-path "^0.1.1"
lodash "^4.17.10" lodash "^4.17.10"
@ -5869,9 +5869,9 @@ gatsby-remark-smartypants@^2.0.9:
retext-smartypants "^3.0.0" retext-smartypants "^3.0.0"
unist-util-visit "^1.3.0" unist-util-visit "^1.3.0"
gatsby-source-filesystem@^2.0.37: gatsby-source-filesystem@^2.0.38:
version "2.0.37" version "2.0.38"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.0.37.tgz#f1de0ab81809ce4c1fdd8cdfb573b1fd25731a8e" resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.0.38.tgz#8f9c2b8c0f17d1f8c464c3488a14e15c62c6eca2"
dependencies: dependencies:
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
better-queue "^3.8.7" better-queue "^3.8.7"
@ -5889,9 +5889,9 @@ gatsby-source-filesystem@^2.0.37:
valid-url "^1.0.9" valid-url "^1.0.9"
xstate "^3.1.0" xstate "^3.1.0"
gatsby-telemetry@^1.0.10: gatsby-telemetry@^1.0.11:
version "1.0.10" version "1.0.11"
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.0.10.tgz#c472210ffd7363f329fa853097274c2a2ed62135" resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.0.11.tgz#18b7fd03080db189f63265637cee333d2b811af8"
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
@ -5946,9 +5946,9 @@ gatsby-transformer-sharp@^2.1.21:
semver "^5.6.0" semver "^5.6.0"
sharp "^0.22.1" sharp "^0.22.1"
gatsby@^2.8.0: gatsby@^2.8.1:
version "2.8.0" version "2.8.1"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.8.0.tgz#19fcf9475364e3f9b74fa376a8616656d872a1d5" resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.8.1.tgz#a2a2de89b38ec1c592eb05e90c7c7327bc7f1fda"
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0" "@babel/core" "^7.0.0"
@ -6006,12 +6006,12 @@ gatsby@^2.8.0:
flat "^4.0.0" flat "^4.0.0"
fs-exists-cached "1.0.0" fs-exists-cached "1.0.0"
fs-extra "^5.0.0" fs-extra "^5.0.0"
gatsby-cli "^2.6.3" gatsby-cli "^2.6.4"
gatsby-graphiql-explorer "^0.1.1" gatsby-graphiql-explorer "^0.1.1"
gatsby-link "^2.1.1" gatsby-link "^2.1.1"
gatsby-plugin-page-creator "^2.0.13" gatsby-plugin-page-creator "^2.0.13"
gatsby-react-router-scroll "^2.0.7" gatsby-react-router-scroll "^2.0.7"
gatsby-telemetry "^1.0.10" gatsby-telemetry "^1.0.11"
glob "^7.1.1" glob "^7.1.1"
got "8.0.0" got "8.0.0"
graphql "^14.1.1" graphql "^14.1.1"