mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Merge pull request #584 from alxshelepenok/renovate/gatsby
fix(deps): update gatsby
This commit is contained in:
commit
a280b0e7a2
@ -41,7 +41,7 @@
|
||||
"bluebird": "^3.7.2",
|
||||
"classnames": "^2.2.6",
|
||||
"codecov": "^3.6.5",
|
||||
"gatsby": "^2.19.17",
|
||||
"gatsby": "^2.19.18",
|
||||
"gatsby-link": "^2.2.29",
|
||||
"gatsby-plugin-catch-links": "^2.1.25",
|
||||
"gatsby-plugin-feed": "^2.3.27",
|
||||
@ -50,7 +50,7 @@
|
||||
"gatsby-plugin-manifest": "^2.2.41",
|
||||
"gatsby-plugin-netlify": "^2.1.32",
|
||||
"gatsby-plugin-netlify-cms": "^4.1.40",
|
||||
"gatsby-plugin-offline": "^3.0.34",
|
||||
"gatsby-plugin-offline": "^3.0.35",
|
||||
"gatsby-plugin-optimize-svgs": "^1.0.4",
|
||||
"gatsby-plugin-react-helmet": "^3.1.22",
|
||||
"gatsby-plugin-sass": "^2.1.28",
|
||||
@ -66,7 +66,7 @@
|
||||
"gatsby-remark-responsive-iframe": "^2.2.32",
|
||||
"gatsby-remark-smartypants": "^2.1.21",
|
||||
"gatsby-source-filesystem": "^2.1.48",
|
||||
"gatsby-transformer-remark": "^2.6.51",
|
||||
"gatsby-transformer-remark": "^2.6.52",
|
||||
"gatsby-transformer-sharp": "^2.3.14",
|
||||
"invariant": "^2.2.4",
|
||||
"katex": "^0.11.1",
|
||||
|
38
yarn.lock
38
yarn.lock
@ -7431,10 +7431,10 @@ fuzzy@^0.1.1:
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8"
|
||||
|
||||
gatsby-cli@^2.8.29:
|
||||
version "2.8.29"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.29.tgz#53dd79d2ff01d555570cd2a81a51c95be585bd7e"
|
||||
integrity sha512-HVZmb22D+Qf24rceY37MEzaPOk7v3ffw/tzu8pFkG1IoHLIJumbo2LMSJRvnd2+SUMQf1ZIVQCmbdEuaJ9Fn1A==
|
||||
gatsby-cli@^2.8.30:
|
||||
version "2.8.30"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.30.tgz#29655d05890d7c54b04d3fecd97446941e0c0507"
|
||||
integrity sha512-dEGuvF91EwSzLwBV98NDihtn6e6uZedcPljlx9Mr7ZQLlOhGAVDcWR9KNq0Z1SWeRInwWc3cEdUJ6TUmPa308Q==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/runtime" "^7.7.6"
|
||||
@ -7463,7 +7463,7 @@ gatsby-cli@^2.8.29:
|
||||
pretty-error "^2.1.1"
|
||||
progress "^2.0.3"
|
||||
prompts "^2.3.0"
|
||||
react "^16.12.0"
|
||||
react "^16.8.0"
|
||||
redux "^4.0.4"
|
||||
resolve-cwd "^2.0.0"
|
||||
semver "^6.3.0"
|
||||
@ -7588,10 +7588,10 @@ gatsby-plugin-netlify@^2.1.32:
|
||||
lodash "^4.17.15"
|
||||
webpack-assets-manifest "^3.1.1"
|
||||
|
||||
gatsby-plugin-offline@^3.0.34:
|
||||
version "3.0.34"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.34.tgz#6aae8c4cf48a683e7ee107cded8ddd29cf4036bb"
|
||||
integrity sha512-iyps2wM7ktB9osJ8jCxM5gZn3BK3JzKrIgv6R3mD/Gqc9XcF4Ew367AIjNowPQclGfcBHbykjrwlK5T5vMwNEg==
|
||||
gatsby-plugin-offline@^3.0.35:
|
||||
version "3.0.35"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.35.tgz#9b074a012599b9a4f3adb9c57ce1d87fdf8d0aad"
|
||||
integrity sha512-ndOnB+onKeiWmVOfc7UCDHJ9lbfvrixdk1U2KwW0nwO3dUvjElBxPTclXFgpzmfZqH2Fb8dx8MqoH+ooR7YdGA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.6"
|
||||
cheerio "^1.0.0-rc.3"
|
||||
@ -7828,10 +7828,10 @@ gatsby-telemetry@^1.1.49:
|
||||
stack-utils "1.0.2"
|
||||
uuid "3.3.3"
|
||||
|
||||
gatsby-transformer-remark@^2.6.51:
|
||||
version "2.6.51"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.51.tgz#e67439ae8c6fa3198059690d9b929520d098963f"
|
||||
integrity sha512-e4N6TnHzGeAoIsumtEaOKJPPWakJ67uQCb5ekbzNAqwTaggsTYRyzIJ9bV8dkj8osroJA6tC3s84eOl3uKwRjw==
|
||||
gatsby-transformer-remark@^2.6.52:
|
||||
version "2.6.52"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.52.tgz#ab843006fa4e7242452d732d2756b2ccb5f264a4"
|
||||
integrity sha512-G0Fw2ZHFMiC1KdIR31NSZcQ3+KtghVfWK8FmiExMmN8bZQROyuqrjv1DqhUgg2yChHZKZ14H3hTnVmvCv48shg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.6"
|
||||
bluebird "^3.7.2"
|
||||
@ -7868,10 +7868,10 @@ gatsby-transformer-sharp@^2.3.14:
|
||||
semver "^5.7.1"
|
||||
sharp "^0.23.4"
|
||||
|
||||
gatsby@^2.19.17:
|
||||
version "2.19.17"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.19.17.tgz#f512b251d9aeb688bed270f3c2e490887edd2ee8"
|
||||
integrity sha512-XJIW61osX5u/DltfAp0OkevQjHbCoRnzUfAElwwUTstUvlLCq4Ihz/1nX8+hp6e1/fxF2e/WRPD1HoDPacsKhQ==
|
||||
gatsby@^2.19.18:
|
||||
version "2.19.18"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.19.18.tgz#bc03a806eb577e056d66b7ab5f7ca50070fc14c7"
|
||||
integrity sha512-DRVak6eh3vCrokdn1taibno9Z/I+XxaWcTdorGVXnS1TCOjXeWJ838f/i3bc+BuuSmoq1V3lOKfggyvtccF74w==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/core" "^7.7.5"
|
||||
@ -7932,7 +7932,7 @@ gatsby@^2.19.17:
|
||||
flat "^4.1.0"
|
||||
fs-exists-cached "1.0.0"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-cli "^2.8.29"
|
||||
gatsby-cli "^2.8.30"
|
||||
gatsby-core-utils "^1.0.28"
|
||||
gatsby-graphiql-explorer "^0.2.34"
|
||||
gatsby-link "^2.2.29"
|
||||
@ -14222,7 +14222,7 @@ react-waypoint@^8.1.0:
|
||||
prop-types "^15.0.0"
|
||||
react-is "^16.6.3"
|
||||
|
||||
react@^16.12.0:
|
||||
react@^16.12.0, react@^16.8.0:
|
||||
version "16.12.0"
|
||||
resolved "https://registry.yarnpkg.com/react/-/react-16.12.0.tgz#0c0a9c6a142429e3614834d5a778e18aa78a0b83"
|
||||
integrity sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA==
|
||||
|
Loading…
Reference in New Issue
Block a user