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
41e4046d67
commit
4580781d1c
@ -41,15 +41,15 @@
|
|||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"codecov": "^3.6.5",
|
"codecov": "^3.6.5",
|
||||||
"gatsby": "^2.20.8",
|
"gatsby": "^2.20.12",
|
||||||
"gatsby-link": "^2.3.1",
|
"gatsby-link": "^2.3.2",
|
||||||
"gatsby-plugin-catch-links": "^2.2.1",
|
"gatsby-plugin-catch-links": "^2.2.1",
|
||||||
"gatsby-plugin-feed": "^2.4.1",
|
"gatsby-plugin-feed": "^2.4.1",
|
||||||
"gatsby-plugin-flow": "^1.2.1",
|
"gatsby-plugin-flow": "^1.2.1",
|
||||||
"gatsby-plugin-google-gtag": "^2.0.0",
|
"gatsby-plugin-google-gtag": "^2.0.0",
|
||||||
"gatsby-plugin-manifest": "^2.3.3",
|
"gatsby-plugin-manifest": "^2.3.3",
|
||||||
"gatsby-plugin-netlify": "^2.2.1",
|
"gatsby-plugin-netlify": "^2.2.1",
|
||||||
"gatsby-plugin-netlify-cms": "^4.2.1",
|
"gatsby-plugin-netlify-cms": "^4.2.2",
|
||||||
"gatsby-plugin-offline": "^3.1.2",
|
"gatsby-plugin-offline": "^3.1.2",
|
||||||
"gatsby-plugin-optimize-svgs": "^1.0.4",
|
"gatsby-plugin-optimize-svgs": "^1.0.4",
|
||||||
"gatsby-plugin-react-helmet": "^3.2.1",
|
"gatsby-plugin-react-helmet": "^3.2.1",
|
||||||
|
58
yarn.lock
58
yarn.lock
@ -2280,10 +2280,10 @@
|
|||||||
version "1.5.2"
|
version "1.5.2"
|
||||||
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
|
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
|
||||||
|
|
||||||
"@types/reach__router@^1.3.0":
|
"@types/reach__router@^1.3.3":
|
||||||
version "1.3.1"
|
version "1.3.3"
|
||||||
resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.1.tgz#ca8b431acb12bb897d2b806f6fdd815f056d6d02"
|
resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.3.tgz#cec4095219dce6eca2daf22399bb3b6bc28c1baf"
|
||||||
integrity sha512-E51ntVeunnxofXmOoPFiOvElHWf+jBEs3B56gGx7XhPHOkJdjWxWDY4V1AsUiwhtOCXPM7atFy30wj7glyv2Fg==
|
integrity sha512-HTHMGJLdH3czgPP1nHF82y+TYLV1KSh1qYeezqHNDNuESBy55ij1LCn8jDYFeKCuAxm0gd9J25zyYy7mhOcgOw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/history" "*"
|
"@types/history" "*"
|
||||||
"@types/react" "*"
|
"@types/react" "*"
|
||||||
@ -7162,10 +7162,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.11.3:
|
gatsby-cli@^2.11.5:
|
||||||
version "2.11.3"
|
version "2.11.5"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.11.3.tgz#c445a1791f9920ff4ebbb9349a9313a24e459e9f"
|
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.11.5.tgz#4020880414ea33647a286066bf8f1707d629b3db"
|
||||||
integrity sha512-ek1L/CVB2ak+tbRgPUriotf2MhYVnZIQUogldD5PxPqLizN7expOTjoDcnV5DHG1zsmD19/TfXBj1hp6+DuOpQ==
|
integrity sha512-yAvyplWx19dU5gYdWJETEMywbNTtL9HntlR65cHhznKiwrr6Jyao+TsE50CmgZ/8Vv2JMF3UZFd3vFRXb+aK7w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.8.3"
|
"@babel/code-frame" "^7.8.3"
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
@ -7183,7 +7183,7 @@ gatsby-cli@^2.11.3:
|
|||||||
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.1.1"
|
gatsby-core-utils "^1.1.1"
|
||||||
gatsby-telemetry "^1.2.2"
|
gatsby-telemetry "^1.2.3"
|
||||||
hosted-git-info "^3.0.4"
|
hosted-git-info "^3.0.4"
|
||||||
is-valid-path "^0.1.1"
|
is-valid-path "^0.1.1"
|
||||||
lodash "^4.17.15"
|
lodash "^4.17.15"
|
||||||
@ -7226,13 +7226,13 @@ gatsby-graphiql-explorer@^0.3.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
|
|
||||||
gatsby-link@^2.3.1:
|
gatsby-link@^2.3.2:
|
||||||
version "2.3.1"
|
version "2.3.2"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.3.1.tgz#7c7b0d32087256735201ec58ed394e6abc6d7ae3"
|
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.3.2.tgz#b0987dc63e54880afe20fa458ac6d14c2f4cc60c"
|
||||||
integrity sha512-waVhJ7klcAOgAD3UjX5P3LWYCee4GwZ7jqJS7dj8tTeiumXV1NAur4gjNiUZF8w3+0HQ4uY0vBjy+TozRRVk6Q==
|
integrity sha512-A4aC6EEux/zumpgWnMlqcLhDq80uwzuCVrYfPVBxs/fFifVzzrMIvsPFhqw5w3l5DHC3XkxP4Y3TZq+EhypJhA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
"@types/reach__router" "^1.3.0"
|
"@types/reach__router" "^1.3.3"
|
||||||
prop-types "^15.7.2"
|
prop-types "^15.7.2"
|
||||||
|
|
||||||
gatsby-page-utils@^0.1.1:
|
gatsby-page-utils@^0.1.1:
|
||||||
@ -7294,10 +7294,10 @@ gatsby-plugin-manifest@^2.3.3:
|
|||||||
semver "^5.7.1"
|
semver "^5.7.1"
|
||||||
sharp "^0.25.1"
|
sharp "^0.25.1"
|
||||||
|
|
||||||
gatsby-plugin-netlify-cms@^4.2.1:
|
gatsby-plugin-netlify-cms@^4.2.2:
|
||||||
version "4.2.1"
|
version "4.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify-cms/-/gatsby-plugin-netlify-cms-4.2.1.tgz#f6f35693bda6db923d543e607d49784e60ec6150"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify-cms/-/gatsby-plugin-netlify-cms-4.2.2.tgz#1fe9b5653081ac682d4b8f3039a29c5a0d5515ce"
|
||||||
integrity sha512-5mqh2uwdqjSw+ydDK3FCms+AeTCnVQ5Up9dE6hulp4VKqSDn0gKz6qHnadNNLVlO6Z/Cfwc4LE3MzlAgz91VeA==
|
integrity sha512-2/rHlBkxSblpAAhXwixKzSq+OpsKAOJlHiAZ0oQpErhkBNcB4XWyjqxQS67mdFBHDZ6pyCDaGqx7Rc6sUQfypg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@pieh/friendly-errors-webpack-plugin" "1.7.0-chalk-2"
|
"@pieh/friendly-errors-webpack-plugin" "1.7.0-chalk-2"
|
||||||
copy-webpack-plugin "^5.1.1"
|
copy-webpack-plugin "^5.1.1"
|
||||||
@ -7537,10 +7537,10 @@ gatsby-source-filesystem@^2.2.2:
|
|||||||
valid-url "^1.0.9"
|
valid-url "^1.0.9"
|
||||||
xstate "^4.8.0"
|
xstate "^4.8.0"
|
||||||
|
|
||||||
gatsby-telemetry@^1.2.2:
|
gatsby-telemetry@^1.2.3:
|
||||||
version "1.2.2"
|
version "1.2.3"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.2.2.tgz#12d7e03373f67e7bd69dedbeda4239f3ff601183"
|
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.2.3.tgz#0b38068bbc85a597afb7ee407fb0240997cec6ef"
|
||||||
integrity sha512-I1RkcbLIR7jg+SRu71FT5c7eEqDScmJ8/sZ/mfYVwARo6Kq6obB0VzlYHVYd+KjdeiuQb6YIHhlxUn37eGq7Vw==
|
integrity sha512-butEEIfuGAWZ9cVISrS6XVXMFPweFTDNO2Z5jj+mA1GkHlriahF4BtbVX3b4miQbQW16g2TfzNw/ztwIUfy0RQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.8.3"
|
"@babel/code-frame" "^7.8.3"
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
@ -7600,10 +7600,10 @@ gatsby-transformer-sharp@^2.4.3:
|
|||||||
semver "^5.7.1"
|
semver "^5.7.1"
|
||||||
sharp "^0.25.1"
|
sharp "^0.25.1"
|
||||||
|
|
||||||
gatsby@^2.20.8:
|
gatsby@^2.20.12:
|
||||||
version "2.20.8"
|
version "2.20.12"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.20.8.tgz#d55dfe8a2efc8308858d6b4ebe70781eabbf176d"
|
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.20.12.tgz#0312f99aaa51d7a18c51abb2bee2d32b5f3fd918"
|
||||||
integrity sha512-n3wtQ1zFIb9JpnO0059W/8CR81rH67doPQrhqlYjkPUSz1o4YjDdluF0PICyb0YX+f71AZr9pkWSwDqgJNcC3g==
|
integrity sha512-HoyjJA432ZUKOgkzsOSEdSbo3Vhi3lhr5uw8JnebO4S9Cqc6J2kw9HNASwtYFGzZVClGrsYwXVaLcOnSKtZmxA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.8.3"
|
"@babel/code-frame" "^7.8.3"
|
||||||
"@babel/core" "^7.8.7"
|
"@babel/core" "^7.8.7"
|
||||||
@ -7666,13 +7666,13 @@ gatsby@^2.20.8:
|
|||||||
flat "^4.1.0"
|
flat "^4.1.0"
|
||||||
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.11.3"
|
gatsby-cli "^2.11.5"
|
||||||
gatsby-core-utils "^1.1.1"
|
gatsby-core-utils "^1.1.1"
|
||||||
gatsby-graphiql-explorer "^0.3.1"
|
gatsby-graphiql-explorer "^0.3.1"
|
||||||
gatsby-link "^2.3.1"
|
gatsby-link "^2.3.2"
|
||||||
gatsby-plugin-page-creator "^2.2.1"
|
gatsby-plugin-page-creator "^2.2.1"
|
||||||
gatsby-react-router-scroll "^2.2.1"
|
gatsby-react-router-scroll "^2.2.1"
|
||||||
gatsby-telemetry "^1.2.2"
|
gatsby-telemetry "^1.2.3"
|
||||||
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