mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
Merge pull request #232 from alxshelepenok/renovate/gatsby
fix(deps): update gatsby
This commit is contained in:
commit
4d29672bfb
@ -43,7 +43,7 @@
|
||||
"bluebird": "^3.5.4",
|
||||
"classnames": "^2.2.6",
|
||||
"codecov": "^3.5.0",
|
||||
"gatsby": "^2.6.3",
|
||||
"gatsby": "^2.7.1",
|
||||
"gatsby-link": "^2.1.1",
|
||||
"gatsby-plugin-catch-links": "^2.0.15",
|
||||
"gatsby-plugin-feed": "^2.2.1",
|
||||
@ -55,7 +55,7 @@
|
||||
"gatsby-plugin-offline": "^2.1.1",
|
||||
"gatsby-plugin-react-helmet": "^3.0.12",
|
||||
"gatsby-plugin-sass": "^2.0.11",
|
||||
"gatsby-plugin-sharp": "^2.0.37",
|
||||
"gatsby-plugin-sharp": "^2.1.0",
|
||||
"gatsby-plugin-sitemap": "^2.1.0",
|
||||
"gatsby-remark-autolink-headers": "^2.0.16",
|
||||
"gatsby-remark-copy-linked-files": "^2.0.12",
|
||||
|
12
yarn.lock
12
yarn.lock
@ -5688,9 +5688,9 @@ gatsby-plugin-sass@^2.0.11:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
sass-loader "^7.0.1"
|
||||
|
||||
gatsby-plugin-sharp@^2.0.37:
|
||||
version "2.0.37"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.37.tgz#3cc07de6b3eb13df80317ad45bd639074a4f2d59"
|
||||
gatsby-plugin-sharp@^2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.0.tgz#d943276cf6a67b886e8e705b9c30630db3c33c8e"
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
async "^2.1.2"
|
||||
@ -5888,9 +5888,9 @@ gatsby-transformer-sharp@^2.1.19:
|
||||
semver "^5.6.0"
|
||||
sharp "^0.22.1"
|
||||
|
||||
gatsby@^2.6.3:
|
||||
version "2.6.3"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.6.3.tgz#a87e71629b3424794ca1160622c7ca521ad43922"
|
||||
gatsby@^2.7.1:
|
||||
version "2.7.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.7.1.tgz#39ca2e9c57f6fec794fbd2bec1e230b5b48b247c"
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.0.0"
|
||||
"@babel/core" "^7.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user