mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Merge pull request #443 from alxshelepenok/renovate/gatsby
fix(deps): update dependency gatsby to ^2.17.1
This commit is contained in:
commit
2111206455
@ -41,7 +41,7 @@
|
||||
"bluebird": "^3.7.1",
|
||||
"classnames": "^2.2.6",
|
||||
"codecov": "^3.6.1",
|
||||
"gatsby": "^2.17.0",
|
||||
"gatsby": "^2.17.1",
|
||||
"gatsby-link": "^2.2.22",
|
||||
"gatsby-plugin-catch-links": "^2.1.15",
|
||||
"gatsby-plugin-feed": "^2.3.19",
|
||||
|
18
yarn.lock
18
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.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==
|
||||
gatsby-cli@^2.8.4:
|
||||
version "2.8.4"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.4.tgz#e4ff3042ab66a23b5611a47f6fe623a800e2ff50"
|
||||
integrity sha512-mJpDKJ7LrQ4qO7a57KWqD1EsrdfpQ1s4zin09HxPI8YrjzpnNm0WShFsp/iNSpxBcRidCbi3SYU919YzhtEMXA==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
@ -6489,10 +6489,10 @@ gatsby-transformer-sharp@^2.3.0:
|
||||
semver "^5.7.1"
|
||||
sharp "^0.23.1"
|
||||
|
||||
gatsby@^2.17.0:
|
||||
version "2.17.0"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.17.0.tgz#f4a0dbe4d6897f32df3019d33ef4dee5d30b5aab"
|
||||
integrity sha512-bi+Hv6nLj6u1eH/qNR8Df7yjSSNWje4GuP3IKS0l/dBH+a4WDZTuh8OR4oby9M06lwXfi8kfUlRStDzzjthfQA==
|
||||
gatsby@^2.17.1:
|
||||
version "2.17.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.17.1.tgz#c10a28ae4292ccd007b4313de391bee405e66043"
|
||||
integrity sha512-XeQZ9f4aDKMPLY3s5NXiCNOfPHhdKSY5/4CjZQHON9vFCHmretQdps+f2ykqEKGEKQ0B+cmvTkPHflrqPhZk8w==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/core" "^7.6.4"
|
||||
@ -6554,7 +6554,7 @@ gatsby@^2.17.0:
|
||||
flat "^4.1.0"
|
||||
fs-exists-cached "1.0.0"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-cli "^2.8.3"
|
||||
gatsby-cli "^2.8.4"
|
||||
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