fix(deps): update dependency gatsby to ^2.6.3

This commit is contained in:
Renovate Bot 2019-05-22 17:13:18 +00:00
parent 0d11d78074
commit 2dbd4d74d6
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 22 additions and 15 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.2", "gatsby": "^2.6.3",
"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",

View File

@ -5542,9 +5542,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.1: gatsby-cli@^2.6.2:
version "2.6.1" version "2.6.2"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.6.1.tgz#ff9cf68c8278680d388ff4a37976fd00439c11c6" resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.6.2.tgz#d3c74e324afdc604e86caab8ab6c62c33d4a4df4"
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
@ -5560,7 +5560,7 @@ gatsby-cli@^2.6.1:
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.9" gatsby-telemetry "^1.0.10"
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"
@ -5569,7 +5569,7 @@ gatsby-cli@^2.6.1:
object.entries "^1.1.0" object.entries "^1.1.0"
opentracing "^0.14.3" opentracing "^0.14.3"
pretty-error "^2.1.1" pretty-error "^2.1.1"
prompts "^2.0.4" prompts "^2.1.0"
react "^16.8.4" react "^16.8.4"
resolve-cwd "^2.0.0" resolve-cwd "^2.0.0"
semver "^6.0.0" semver "^6.0.0"
@ -5831,9 +5831,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.9: gatsby-telemetry@^1.0.10:
version "1.0.9" version "1.0.10"
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.0.9.tgz#f9192d5bf72fb239d477e9b556a7dc040c4a566b" resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.0.10.tgz#c472210ffd7363f329fa853097274c2a2ed62135"
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
@ -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.2: gatsby@^2.6.3:
version "2.6.2" version "2.6.3"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.6.2.tgz#5ac5d26311dc213966e2cab6970c7af14698fb81" resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.6.3.tgz#a87e71629b3424794ca1160622c7ca521ad43922"
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0" "@babel/core" "^7.0.0"
@ -5948,11 +5948,11 @@ gatsby@^2.6.2:
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.1" gatsby-cli "^2.6.2"
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.9" gatsby-telemetry "^1.0.10"
glob "^7.1.1" glob "^7.1.1"
got "8.0.0" got "8.0.0"
graphql "^14.1.1" graphql "^14.1.1"
@ -11056,13 +11056,20 @@ promise@^7.1.1:
dependencies: dependencies:
asap "~2.0.3" asap "~2.0.3"
prompts@^2.0.1, prompts@^2.0.4: prompts@^2.0.1:
version "2.0.4" version "2.0.4"
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.0.4.tgz#179f9d4db3128b9933aa35f93a800d8fce76a682" resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.0.4.tgz#179f9d4db3128b9933aa35f93a800d8fce76a682"
dependencies: dependencies:
kleur "^3.0.2" kleur "^3.0.2"
sisteransi "^1.0.0" sisteransi "^1.0.0"
prompts@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.1.0.tgz#bf90bc71f6065d255ea2bdc0fe6520485c1b45db"
dependencies:
kleur "^3.0.2"
sisteransi "^1.0.0"
prop-types@^15.0.0, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2: prop-types@^15.0.0, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2" version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"