mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Merge pull request #439 from alxshelepenok/renovate/gatsby
fix(deps): update gatsby
This commit is contained in:
commit
72c825e9c4
@ -41,10 +41,10 @@
|
||||
"bluebird": "^3.7.1",
|
||||
"classnames": "^2.2.6",
|
||||
"codecov": "^3.6.1",
|
||||
"gatsby": "^2.16.4",
|
||||
"gatsby": "^2.16.5",
|
||||
"gatsby-link": "^2.2.22",
|
||||
"gatsby-plugin-catch-links": "^2.1.15",
|
||||
"gatsby-plugin-feed": "^2.3.18",
|
||||
"gatsby-plugin-feed": "^2.3.19",
|
||||
"gatsby-plugin-flow": "^1.1.12",
|
||||
"gatsby-plugin-google-gtag": "^1.1.14",
|
||||
"gatsby-plugin-manifest": "^2.2.23",
|
||||
|
26
yarn.lock
26
yarn.lock
@ -6057,10 +6057,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.2:
|
||||
version "2.8.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.2.tgz#a1fd7dbeecf2a3abcccf430501aa0bf4a6fc7e2f"
|
||||
integrity sha512-++SIGHjFLoZvW7hx8z1cq3TjghXNNXUAmWFtsSIVCDEXezfE39FuOkNQIRuvJHUCA44oqyj3uM4PZll0Ofh/Pg==
|
||||
gatsby-cli@^2.8.3:
|
||||
version "2.8.3"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.3.tgz#42d147b345712ec0486649137f8647760a83475e"
|
||||
integrity sha512-HJUIuRz9CR2q/Yxm79ps79Kh5dtuUDytnGdPlsO8HiYVO7vZUxDEUW/5rYxBpiLqL17uUL/UFFuLfhm/F/xuCQ==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
@ -6148,10 +6148,10 @@ gatsby-plugin-catch-links@^2.1.15:
|
||||
"@babel/runtime" "^7.6.3"
|
||||
escape-string-regexp "^1.0.5"
|
||||
|
||||
gatsby-plugin-feed@^2.3.18:
|
||||
version "2.3.18"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.3.18.tgz#f2ad511bffa46229c60fa7ca9f1a011c921278a2"
|
||||
integrity sha512-GylMxMYMPRD+LERYLtwXFuUTGSjMy7kzmlNl8sOR6sTT8kLLU6krmaf7l1frACof13sLmoTXr4LnPPhGttv4Lw==
|
||||
gatsby-plugin-feed@^2.3.19:
|
||||
version "2.3.19"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.3.19.tgz#325ec37f4a03b107ff6490eb57d5916b5dc5ded5"
|
||||
integrity sha512-whbiJF20WV5yln/R/qC2+nbPm9vGYJWnf+97oYjslXxaDg4J1Yk4+xpyVgw/IOyCKVI9LloYdg76PkqDlnMTOQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.3"
|
||||
"@hapi/joi" "^15.1.1"
|
||||
@ -6489,10 +6489,10 @@ gatsby-transformer-sharp@^2.2.23:
|
||||
semver "^5.7.1"
|
||||
sharp "^0.23.1"
|
||||
|
||||
gatsby@^2.16.4:
|
||||
version "2.16.4"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.16.4.tgz#90d51740cf5a923e7d8dcc4b7b91497cc3ac0781"
|
||||
integrity sha512-UhURO/F/o5XkwAmszdiPhA5SWxD13T/JJQ0xOKNS5xGCix4S4GrfpmR1N+NM7g/nW38/5s1yZ/s+oDPPNgKimw==
|
||||
gatsby@^2.16.5:
|
||||
version "2.16.5"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.16.5.tgz#155376fd8d797ba111772d168daecd4a5ba036ef"
|
||||
integrity sha512-ga7WX773yCouxVPTUgswkjnHkFMWsIuHyOfGzprqdI8EJ74oEkBfcDUZTntbXDuP20IUGomve6sUOJLwZMdReA==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/core" "^7.6.4"
|
||||
@ -6554,7 +6554,7 @@ gatsby@^2.16.4:
|
||||
flat "^4.1.0"
|
||||
fs-exists-cached "1.0.0"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-cli "^2.8.2"
|
||||
gatsby-cli "^2.8.3"
|
||||
gatsby-core-utils "^1.0.15"
|
||||
gatsby-graphiql-explorer "^0.2.25"
|
||||
gatsby-link "^2.2.22"
|
||||
|
Loading…
Reference in New Issue
Block a user