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
9bac5faa21
commit
0ecd26c853
@ -41,7 +41,7 @@
|
|||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"codecov": "^3.7.0",
|
"codecov": "^3.7.0",
|
||||||
"gatsby": "^2.24.3",
|
"gatsby": "^2.24.5",
|
||||||
"gatsby-link": "^2.4.13",
|
"gatsby-link": "^2.4.13",
|
||||||
"gatsby-plugin-catch-links": "^2.3.11",
|
"gatsby-plugin-catch-links": "^2.3.11",
|
||||||
"gatsby-plugin-feed": "^2.5.11",
|
"gatsby-plugin-feed": "^2.5.11",
|
||||||
@ -54,7 +54,7 @@
|
|||||||
"gatsby-plugin-optimize-svgs": "^1.0.4",
|
"gatsby-plugin-optimize-svgs": "^1.0.4",
|
||||||
"gatsby-plugin-react-helmet": "^3.3.10",
|
"gatsby-plugin-react-helmet": "^3.3.10",
|
||||||
"gatsby-plugin-sass": "^2.3.12",
|
"gatsby-plugin-sass": "^2.3.12",
|
||||||
"gatsby-plugin-sharp": "^2.6.19",
|
"gatsby-plugin-sharp": "^2.6.20",
|
||||||
"gatsby-plugin-sitemap": "^2.4.11",
|
"gatsby-plugin-sitemap": "^2.4.11",
|
||||||
"gatsby-remark-autolink-headers": "^2.3.11",
|
"gatsby-remark-autolink-headers": "^2.3.11",
|
||||||
"gatsby-remark-copy-linked-files": "^2.3.11",
|
"gatsby-remark-copy-linked-files": "^2.3.11",
|
||||||
@ -65,7 +65,7 @@
|
|||||||
"gatsby-remark-relative-images": "^0.3.0",
|
"gatsby-remark-relative-images": "^0.3.0",
|
||||||
"gatsby-remark-responsive-iframe": "^2.4.11",
|
"gatsby-remark-responsive-iframe": "^2.4.11",
|
||||||
"gatsby-remark-smartypants": "^2.3.10",
|
"gatsby-remark-smartypants": "^2.3.10",
|
||||||
"gatsby-source-filesystem": "^2.3.19",
|
"gatsby-source-filesystem": "^2.3.20",
|
||||||
"gatsby-transformer-remark": "^2.8.25",
|
"gatsby-transformer-remark": "^2.8.25",
|
||||||
"gatsby-transformer-sharp": "^2.5.11",
|
"gatsby-transformer-sharp": "^2.5.11",
|
||||||
"invariant": "^2.2.4",
|
"invariant": "^2.2.4",
|
||||||
|
58
yarn.lock
58
yarn.lock
@ -7973,10 +7973,10 @@ 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.12.61:
|
gatsby-cli@^2.12.63:
|
||||||
version "2.12.61"
|
version "2.12.63"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.61.tgz#0b63e79887b3c3f0e02bc45bc746b3fc5b56ce81"
|
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.63.tgz#2905b10a97f49f4d32a41ea1ed558640eaa809fb"
|
||||||
integrity sha512-Bdk640xw2fGtog6YUvlWqGVdghzOraEkRkLgdxAHJQWs7U8TiyxVv+urkp8MmIvWK4fe0vdO8VSzg3dmBQytCg==
|
integrity sha512-vBIgP/5c+3wfw36YUr2wld1PYRktZWxAX8wDjMjrkj8i1xqkZDc24cxGX+yNAXx5UJ6lCNuRRXSaRiqFErqa2A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.10.3"
|
"@babel/code-frame" "^7.10.3"
|
||||||
"@hapi/joi" "^15.1.1"
|
"@hapi/joi" "^15.1.1"
|
||||||
@ -7992,8 +7992,8 @@ gatsby-cli@^2.12.61:
|
|||||||
fs-exists-cached "^1.0.0"
|
fs-exists-cached "^1.0.0"
|
||||||
fs-extra "^8.1.0"
|
fs-extra "^8.1.0"
|
||||||
gatsby-core-utils "^1.3.12"
|
gatsby-core-utils "^1.3.12"
|
||||||
gatsby-recipes "^0.1.52"
|
gatsby-recipes "^0.1.53"
|
||||||
gatsby-telemetry "^1.3.19"
|
gatsby-telemetry "^1.3.20"
|
||||||
hosted-git-info "^3.0.4"
|
hosted-git-info "^3.0.4"
|
||||||
ink "^2.7.1"
|
ink "^2.7.1"
|
||||||
ink-spinner "^3.1.0"
|
ink-spinner "^3.1.0"
|
||||||
@ -8187,10 +8187,10 @@ gatsby-plugin-sass@^2.3.12:
|
|||||||
"@babel/runtime" "^7.10.3"
|
"@babel/runtime" "^7.10.3"
|
||||||
sass-loader "^7.3.1"
|
sass-loader "^7.3.1"
|
||||||
|
|
||||||
gatsby-plugin-sharp@^2.6.19:
|
gatsby-plugin-sharp@^2.6.20:
|
||||||
version "2.6.19"
|
version "2.6.20"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.19.tgz#027e9a55e44fafff80e1c4c4811242a2fae8d12c"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.20.tgz#c0e5bfb537a8df5be9650544ba8cec65759b366a"
|
||||||
integrity sha512-0SVP2xk8Ml+hml30+oBP/SRm/ztGV6sDOlOUoEHuv6SssxkDcKc9aSScn0qB1HsKGDYDm1gcmDmw48Bq4U78rA==
|
integrity sha512-5M6wYzxer+yWEIhq+eE7XwcDWpJqm2Nr6V14UCfbR5KYmYpkEbDVm2dw1raBFonf/XUQ15idYjPp3U0mY6xfAg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.10.3"
|
"@babel/runtime" "^7.10.3"
|
||||||
async "^2.6.3"
|
async "^2.6.3"
|
||||||
@ -8241,10 +8241,10 @@ gatsby-react-router-scroll@^3.0.12:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.10.3"
|
"@babel/runtime" "^7.10.3"
|
||||||
|
|
||||||
gatsby-recipes@^0.1.52:
|
gatsby-recipes@^0.1.53:
|
||||||
version "0.1.52"
|
version "0.1.53"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.1.52.tgz#a2806d1a080d47ed4d3249704420a4e232860f6c"
|
resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.1.53.tgz#b018ff3a5640d062e1ed0be321efd1fd71d5420b"
|
||||||
integrity sha512-dxba6tO/VpTA5tPXcPuYDyatqEcT5O71eeRvT3vrEQQZzC0mwQzGG6m0BT1Hh1Z61b0LqFUh5trVCxTlFbEQSw==
|
integrity sha512-q1dfVLUysncIOtOj9S1EQCL8TDUf3aM8Y4dEfvVYjmMMG58ad7sECSZOEQRjHKz3nJhxBCkJb9rEBKo62DvYYQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.10.3"
|
"@babel/core" "^7.10.3"
|
||||||
"@babel/generator" "^7.10.3"
|
"@babel/generator" "^7.10.3"
|
||||||
@ -8270,7 +8270,7 @@ gatsby-recipes@^0.1.52:
|
|||||||
express-graphql "^0.9.0"
|
express-graphql "^0.9.0"
|
||||||
fs-extra "^8.1.0"
|
fs-extra "^8.1.0"
|
||||||
gatsby-core-utils "^1.3.12"
|
gatsby-core-utils "^1.3.12"
|
||||||
gatsby-telemetry "^1.3.19"
|
gatsby-telemetry "^1.3.20"
|
||||||
glob "^7.1.6"
|
glob "^7.1.6"
|
||||||
graphql "^14.6.0"
|
graphql "^14.6.0"
|
||||||
graphql-compose "^6.3.8"
|
graphql-compose "^6.3.8"
|
||||||
@ -8411,10 +8411,10 @@ gatsby-remark-smartypants@^2.3.10:
|
|||||||
retext-smartypants "^3.0.3"
|
retext-smartypants "^3.0.3"
|
||||||
unist-util-visit "^1.4.1"
|
unist-util-visit "^1.4.1"
|
||||||
|
|
||||||
gatsby-source-filesystem@^2.3.19:
|
gatsby-source-filesystem@^2.3.20:
|
||||||
version "2.3.19"
|
version "2.3.20"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.19.tgz#48871ca06d1dc431f415f72476f9358a59e6910c"
|
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.20.tgz#fefd30acf0c4297e401570d78d9a0b073188ded1"
|
||||||
integrity sha512-vFNm1Qx7nHJVtnvA1tsQYNYdr7co8hI8rrt7OwIExW19ouryqSNtzSs7T2MHQNyeXLuIajEA2xOh4Q1OgC+9UA==
|
integrity sha512-zwHsOe3BipnGeHvCNz4JSzz9bWbQEFgbpkjCpmOSsPtbNaKKbk7bK8TCLGj268K24x7E5fGuXPTLqXcRfYgEOA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.10.3"
|
"@babel/runtime" "^7.10.3"
|
||||||
better-queue "^3.8.10"
|
better-queue "^3.8.10"
|
||||||
@ -8432,10 +8432,10 @@ gatsby-source-filesystem@^2.3.19:
|
|||||||
valid-url "^1.0.9"
|
valid-url "^1.0.9"
|
||||||
xstate "^4.11.0"
|
xstate "^4.11.0"
|
||||||
|
|
||||||
gatsby-telemetry@^1.3.19:
|
gatsby-telemetry@^1.3.20:
|
||||||
version "1.3.19"
|
version "1.3.20"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.19.tgz#ab10fc272eef130341669ae69f0901a38b6437f4"
|
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.20.tgz#38617c72baf27701d8d83d536b82c11e47ec1af2"
|
||||||
integrity sha512-pou+2FFmeZ+5hC3FNA8Nu50kLXViulWInWggdu3wi6OkeNTaIkHArCYuTH8hi71w2sv3/XZ1YKQZd7SMRUugLw==
|
integrity sha512-0aeEL1O8tPgBgiOh/5lH18z9w8i3vGs8EWDQiOeGYz4Ka78wTcxyDUsO/90yt8jkqQuUo78s2vkDeqh1LWqPxg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.10.3"
|
"@babel/code-frame" "^7.10.3"
|
||||||
"@babel/runtime" "^7.10.3"
|
"@babel/runtime" "^7.10.3"
|
||||||
@ -8490,10 +8490,10 @@ gatsby-transformer-sharp@^2.5.11:
|
|||||||
semver "^5.7.1"
|
semver "^5.7.1"
|
||||||
sharp "^0.25.1"
|
sharp "^0.25.1"
|
||||||
|
|
||||||
gatsby@^2.24.3:
|
gatsby@^2.24.5:
|
||||||
version "2.24.3"
|
version "2.24.5"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.24.3.tgz#334675d7dcdb1f630275d293c9d2aad0c3b72f0b"
|
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.24.5.tgz#1b85868989ba3c3c85d4cf071cca513d431ebf55"
|
||||||
integrity sha512-WgT5HhkzdtuG1c9xjsTAuE+9GzEB+2M1DibWB1DNatL+sAc2uA71wwaNZYYmZHzFHDX3DJD1pD503Fc06ptJYA==
|
integrity sha512-V27hmA0326d/a3omVM+PsCKnLjY1g+cXEhsHjXSjdFnk27eDCDYaTHY5UXHTIon8dMVb4hNtSScJX9S7FhQIUw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.10.3"
|
"@babel/code-frame" "^7.10.3"
|
||||||
"@babel/core" "^7.10.3"
|
"@babel/core" "^7.10.3"
|
||||||
@ -8555,7 +8555,7 @@ gatsby@^2.24.3:
|
|||||||
file-loader "^1.1.11"
|
file-loader "^1.1.11"
|
||||||
fs-exists-cached "1.0.0"
|
fs-exists-cached "1.0.0"
|
||||||
fs-extra "^8.1.0"
|
fs-extra "^8.1.0"
|
||||||
gatsby-cli "^2.12.61"
|
gatsby-cli "^2.12.63"
|
||||||
gatsby-core-utils "^1.3.12"
|
gatsby-core-utils "^1.3.12"
|
||||||
gatsby-graphiql-explorer "^0.4.11"
|
gatsby-graphiql-explorer "^0.4.11"
|
||||||
gatsby-legacy-polyfills "^0.0.2"
|
gatsby-legacy-polyfills "^0.0.2"
|
||||||
@ -8563,7 +8563,7 @@ gatsby@^2.24.3:
|
|||||||
gatsby-plugin-page-creator "^2.3.17"
|
gatsby-plugin-page-creator "^2.3.17"
|
||||||
gatsby-plugin-typescript "^2.4.15"
|
gatsby-plugin-typescript "^2.4.15"
|
||||||
gatsby-react-router-scroll "^3.0.12"
|
gatsby-react-router-scroll "^3.0.12"
|
||||||
gatsby-telemetry "^1.3.19"
|
gatsby-telemetry "^1.3.20"
|
||||||
glob "^7.1.6"
|
glob "^7.1.6"
|
||||||
got "8.3.2"
|
got "8.3.2"
|
||||||
graphql "^14.6.0"
|
graphql "^14.6.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user