Skip to content

Commit

Permalink
fix(deps): update gatsby monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 31, 2019
1 parent 1365adc commit 9342b04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bulma": "0.7.5",
"classnames": "2.2.6",
"docsearch.js": "2.6.3",
"gatsby": "2.7.5",
"gatsby": "2.8.0",
"gatsby-image": "2.1.2",
"gatsby-plugin-catch-links": "2.0.15",
"gatsby-plugin-google-analytics": "2.0.20",
Expand Down Expand Up @@ -47,8 +47,8 @@
"devDependencies": {
"@wpackio/eslint-config": "file:../packages/eslint-config",
"eslint": "5.16.0",
"gatsby-plugin-sharp": "2.1.2",
"gatsby-transformer-sharp": "2.1.20",
"gatsby-plugin-sharp": "2.1.3",
"gatsby-transformer-sharp": "2.1.21",
"prettier": "1.17.1"
},
"repository": {
Expand Down
24 changes: 12 additions & 12 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6509,10 +6509,10 @@ [email protected]:
"@babel/runtime" "^7.0.0"
sass-loader "^7.0.1"

[email protected].2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.2.tgz#5cdb237f8b5258a327958349d74c5255f09877d1"
integrity sha512-AU+qGJheXMmR1Z9TJxvoeQmSrIuMgWJRDdhb8QZq0MRgvAMuy8sdAj6hB+TnjAPAfxEgxp6JnF2+Ti2AWtECgA==
[email protected].3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.3.tgz#d3a110aee8d9d9788a8fa7c10ccebd90387481eb"
integrity sha512-xkVTJu3/++XdkLJW3CHeIE+xlr+NyudTqLsE+rKeCBeCzbuw0oHoRCyKqwY9CN0FfKSqzj9ktZqBNNNR49Fp8Q==
dependencies:
"@babel/runtime" "^7.0.0"
async "^2.1.2"
Expand Down Expand Up @@ -6673,10 +6673,10 @@ [email protected]:
unist-util-select "^1.5.0"
unist-util-visit "^1.3.0"

[email protected].20:
version "2.1.20"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.1.20.tgz#62729fba7983935f2818ab724308736a9fbb0297"
integrity sha512-+dwQChAdvJ+arJjgHpto+k2UQzyVEq4NhSbtzNm1aAC4rs2aHmHpgfoyJGROxhufJUrKntcf9Jx9cwxHuLpDlA==
[email protected].21:
version "2.1.21"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.1.21.tgz#b49bffbeba7588f419351bfea46bb522c80b6de7"
integrity sha512-pb/InQ6cAvAcZc/hzUuo62gtYqD764jKgkoBsx3DKBbnZN2Q4mUMBsguZbjYzmARHFv5BaZbm5hUijOdRdkhEw==
dependencies:
"@babel/runtime" "^7.0.0"
bluebird "^3.5.0"
Expand All @@ -6686,10 +6686,10 @@ [email protected]:
semver "^5.6.0"
sharp "^0.22.1"

gatsby@2.7.5:
version "2.7.5"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.7.5.tgz#039923ab9297f0351247f8aeba8986bc0023be45"
integrity sha512-LOJ4c+K651yUlTVtci0e9a5MdghP2DMmN+N4y+BiKRjtGM9tMDkThl13+bpdQ5Z+iC6snuZ+XMGXhtY03Yjpqg==
gatsby@2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.8.0.tgz#19fcf9475364e3f9b74fa376a8616656d872a1d5"
integrity sha512-CJ/EY7KeWVutY11F8o8ZyOkiODdXmZhKWhyFtUFRs/3OfkmvtfATcMoT3+sL2n2Rv1IwMcjM2p5RYoInF/8vhw==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand Down

0 comments on commit 9342b04

Please sign in to comment.