mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
fix(deps): update gatsby
This commit is contained in:
parent
27ee3099d7
commit
3d04fb9622
@ -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.9.4",
|
"gatsby": "^2.9.11",
|
||||||
"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.3",
|
"gatsby-plugin-feed": "^2.2.3",
|
||||||
@ -54,8 +54,8 @@
|
|||||||
"gatsby-plugin-netlify-cms": "^3.0.18",
|
"gatsby-plugin-netlify-cms": "^3.0.18",
|
||||||
"gatsby-plugin-offline": "^2.1.3",
|
"gatsby-plugin-offline": "^2.1.3",
|
||||||
"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.13",
|
||||||
"gatsby-plugin-sharp": "^2.1.5",
|
"gatsby-plugin-sharp": "^2.1.9",
|
||||||
"gatsby-plugin-sitemap": "^2.1.0",
|
"gatsby-plugin-sitemap": "^2.1.0",
|
||||||
"gatsby-remark-autolink-headers": "^2.0.18",
|
"gatsby-remark-autolink-headers": "^2.0.18",
|
||||||
"gatsby-remark-copy-linked-files": "^2.0.13",
|
"gatsby-remark-copy-linked-files": "^2.0.13",
|
||||||
@ -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.39",
|
"gatsby-source-filesystem": "^2.0.43",
|
||||||
"gatsby-transformer-remark": "^2.4.0",
|
"gatsby-transformer-remark": "^2.4.0",
|
||||||
"gatsby-transformer-sharp": "^2.1.21",
|
"gatsby-transformer-sharp": "^2.1.21",
|
||||||
"invariant": "^2.2.4",
|
"invariant": "^2.2.4",
|
||||||
|
60
yarn.lock
60
yarn.lock
@ -5605,9 +5605,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.7:
|
gatsby-cli@^2.6.13:
|
||||||
version "2.6.7"
|
version "2.6.13"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.6.7.tgz#8e2038c4e35cec3edcb465c16e74c1ae9483eecb"
|
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.6.13.tgz#03194f7a67064e47535ab7c37286a993548cefec"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.0.0"
|
"@babel/code-frame" "^7.0.0"
|
||||||
"@babel/runtime" "^7.0.0"
|
"@babel/runtime" "^7.0.0"
|
||||||
@ -5623,15 +5623,16 @@ gatsby-cli@^2.6.7:
|
|||||||
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.11"
|
gatsby-telemetry "^1.0.12"
|
||||||
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"
|
||||||
meant "^1.0.1"
|
meant "^1.0.1"
|
||||||
node-fetch "2.3.0"
|
node-fetch "^2.6.0"
|
||||||
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"
|
||||||
|
progress "^2.0.3"
|
||||||
prompts "^2.1.0"
|
prompts "^2.1.0"
|
||||||
react "^16.8.4"
|
react "^16.8.4"
|
||||||
resolve-cwd "^2.0.0"
|
resolve-cwd "^2.0.0"
|
||||||
@ -5750,16 +5751,16 @@ gatsby-plugin-react-helmet@^3.0.12:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.0.0"
|
"@babel/runtime" "^7.0.0"
|
||||||
|
|
||||||
gatsby-plugin-sass@^2.0.11:
|
gatsby-plugin-sass@^2.0.13:
|
||||||
version "2.0.11"
|
version "2.0.13"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.0.11.tgz#25ef6a206107e24ac49d50866f0595c2aa489649"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.0.13.tgz#f66bd5fec28cf1a186a1e3c09b268dbd3a1702aa"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@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.5:
|
gatsby-plugin-sharp@^2.1.9:
|
||||||
version "2.1.5"
|
version "2.1.9"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.5.tgz#f032cd6e1a42980685cbb386a58420a168002060"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.9.tgz#0ed1a105b93a6c5e65e534f234f7aa1c65a2edfc"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.0.0"
|
"@babel/runtime" "^7.0.0"
|
||||||
async "^2.1.2"
|
async "^2.1.2"
|
||||||
@ -5773,7 +5774,7 @@ gatsby-plugin-sharp@^2.1.5:
|
|||||||
mini-svg-data-uri "^1.0.0"
|
mini-svg-data-uri "^1.0.0"
|
||||||
potrace "^2.1.1"
|
potrace "^2.1.1"
|
||||||
probe-image-size "^4.0.0"
|
probe-image-size "^4.0.0"
|
||||||
progress "^1.1.8"
|
progress "^2.0.3"
|
||||||
semver "^5.6.0"
|
semver "^5.6.0"
|
||||||
sharp "^0.22.1"
|
sharp "^0.22.1"
|
||||||
svgo "^1.2.0"
|
svgo "^1.2.0"
|
||||||
@ -5880,9 +5881,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.39:
|
gatsby-source-filesystem@^2.0.43:
|
||||||
version "2.0.39"
|
version "2.0.43"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.0.39.tgz#39d0f55aae594eea65454728676d92f1b43ba6e5"
|
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.0.43.tgz#0f5dcca737db63b57b4e6b3d922a9991246222da"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.0.0"
|
"@babel/runtime" "^7.0.0"
|
||||||
better-queue "^3.8.7"
|
better-queue "^3.8.7"
|
||||||
@ -5894,14 +5895,14 @@ gatsby-source-filesystem@^2.0.39:
|
|||||||
md5-file "^3.1.1"
|
md5-file "^3.1.1"
|
||||||
mime "^2.2.0"
|
mime "^2.2.0"
|
||||||
pretty-bytes "^4.0.2"
|
pretty-bytes "^4.0.2"
|
||||||
progress "^1.1.8"
|
progress "^2.0.3"
|
||||||
read-chunk "^3.0.0"
|
read-chunk "^3.0.0"
|
||||||
valid-url "^1.0.9"
|
valid-url "^1.0.9"
|
||||||
xstate "^3.1.0"
|
xstate "^3.1.0"
|
||||||
|
|
||||||
gatsby-telemetry@^1.0.11:
|
gatsby-telemetry@^1.0.12:
|
||||||
version "1.0.11"
|
version "1.0.12"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.0.11.tgz#18b7fd03080db189f63265637cee333d2b811af8"
|
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.0.12.tgz#37b2294835b3807c36d77e26200685085577a4dd"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.0.0"
|
"@babel/code-frame" "^7.0.0"
|
||||||
"@babel/runtime" "^7.0.0"
|
"@babel/runtime" "^7.0.0"
|
||||||
@ -5912,6 +5913,7 @@ gatsby-telemetry@^1.0.11:
|
|||||||
envinfo "^5.8.1"
|
envinfo "^5.8.1"
|
||||||
fs-extra "^7.0.1"
|
fs-extra "^7.0.1"
|
||||||
is-docker "1.1.0"
|
is-docker "1.1.0"
|
||||||
|
lodash "^4.17.10"
|
||||||
node-fetch "2.3.0"
|
node-fetch "2.3.0"
|
||||||
resolve-cwd "^2.0.0"
|
resolve-cwd "^2.0.0"
|
||||||
source-map "^0.5.7"
|
source-map "^0.5.7"
|
||||||
@ -5956,9 +5958,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.9.4:
|
gatsby@^2.9.11:
|
||||||
version "2.9.4"
|
version "2.9.11"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.9.4.tgz#63efbf28d579bfe601e53908ebad712117355beb"
|
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.9.11.tgz#b5519f1c454d6d12a76211f66a7a77cb11d4c304"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.0.0"
|
"@babel/code-frame" "^7.0.0"
|
||||||
"@babel/core" "^7.0.0"
|
"@babel/core" "^7.0.0"
|
||||||
@ -6016,12 +6018,12 @@ gatsby@^2.9.4:
|
|||||||
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.7"
|
gatsby-cli "^2.6.13"
|
||||||
gatsby-graphiql-explorer "^0.1.2"
|
gatsby-graphiql-explorer "^0.1.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.11"
|
gatsby-telemetry "^1.0.12"
|
||||||
glob "^7.1.1"
|
glob "^7.1.1"
|
||||||
got "8.0.0"
|
got "8.0.0"
|
||||||
graphql "^14.1.1"
|
graphql "^14.1.1"
|
||||||
@ -9659,6 +9661,10 @@ node-fetch@^2.1.1, node-fetch@^2.2.0:
|
|||||||
version "2.5.0"
|
version "2.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.5.0.tgz#8028c49fc1191bba56a07adc6e2a954644a48501"
|
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.5.0.tgz#8028c49fc1191bba56a07adc6e2a954644a48501"
|
||||||
|
|
||||||
|
node-fetch@^2.6.0:
|
||||||
|
version "2.6.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
|
||||||
|
|
||||||
node-forge@0.7.5:
|
node-forge@0.7.5:
|
||||||
version "0.7.5"
|
version "0.7.5"
|
||||||
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df"
|
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df"
|
||||||
@ -11123,11 +11129,7 @@ process@~0.5.1:
|
|||||||
version "0.5.2"
|
version "0.5.2"
|
||||||
resolved "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf"
|
resolved "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf"
|
||||||
|
|
||||||
progress@^1.1.8:
|
progress@^2.0.0, progress@^2.0.3:
|
||||||
version "1.1.8"
|
|
||||||
resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be"
|
|
||||||
|
|
||||||
progress@^2.0.0:
|
|
||||||
version "2.0.3"
|
version "2.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
|
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user