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 Jul 17, 2019
1 parent 07e6285 commit 6e21598
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.13.25",
"gatsby": "2.13.26",
"gatsby-image": "2.2.6",
"gatsby-plugin-catch-links": "2.1.2",
"gatsby-plugin-google-analytics": "2.1.4",
Expand Down Expand Up @@ -47,8 +47,8 @@
"devDependencies": {
"@wpackio/eslint-config": "file:../packages/eslint-config",
"eslint": "5.16.0",
"gatsby-plugin-sharp": "2.2.7",
"gatsby-transformer-sharp": "2.2.3",
"gatsby-plugin-sharp": "2.2.8",
"gatsby-transformer-sharp": "2.2.4",
"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 @@ -6717,10 +6717,10 @@ gatsby-plugin-sass@2.1.3:
"@babel/runtime" "^7.0.0"
sass-loader "^7.0.1"

gatsby-plugin-sharp@2.2.7:
version "2.2.7"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.7.tgz#088a51e2e3e034da5ca2bb9531f5687f7ce48656"
integrity sha512-aEa8c6f+RY4SnfZh3iyVFwCHd2EuHxOamLuNdS2y345YPpjwHC1rDzkJrFo28iw+wOvk7h+gcZV2qj3+/QjGSg==
gatsby-plugin-sharp@2.2.8:
version "2.2.8"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.8.tgz#5e1c391331d30c1ef38d9f4ab6e44000a2886102"
integrity sha512-Wl5PpDimy/LdOLP4qjS1gzMU+3dNv0Zgw2RsdMTlLYm57MiQNe6E+16RFYzBoJ/BOONyH2YOYCnlGzvVG9nDWQ==
dependencies:
"@babel/runtime" "^7.0.0"
async "^2.1.2"
Expand Down Expand Up @@ -6883,10 +6883,10 @@ gatsby-transformer-remark@2.6.6:
unist-util-select "^1.5.0"
unist-util-visit "^1.3.0"

gatsby-transformer-sharp@2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.3.tgz#0e127578c185007e9f6ebb8b517415188b2f73b3"
integrity sha512-nBIbjETRmwXL7QJA+lX8Xi4+IIlr2+6HSbqY/sdALqSvcm3Fbb1C0j1P9RRTMkptBslTGrfHJA8Me18p7nJTWw==
gatsby-transformer-sharp@2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.4.tgz#b394a49422227a287f15472397f211b37c17e0f6"
integrity sha512-cfFRL5XlHdindUWTlQjWbxjAxVDtMMAazlzDSDYH/Xek0JcWqlqwZpqaO8tCb/ZrVPcYnBQtaY+bXT1/ro0pPQ==
dependencies:
"@babel/runtime" "^7.0.0"
bluebird "^3.5.0"
Expand All @@ -6896,10 +6896,10 @@ gatsby-transformer-sharp@2.2.3:
semver "^5.6.0"
sharp "^0.22.1"

gatsby@2.13.25:
version "2.13.25"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.25.tgz#8cb7614059f837c708957d06ce34819e3a073f06"
integrity sha512-Wsytoc4OLvX9yRK9SjzWC+2jE7l7kjjP+vUpb95qMPkqyLykxN9Ghpvl/ZqBAoXWNpqhF5hPZam87suUHz4Ygg==
gatsby@2.13.26:
version "2.13.26"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.26.tgz#9fbac262dc42e724f23afa8cf45a1250203c6462"
integrity sha512-uH8lPnp7Do/pkBJQCcpY161CqIb66scbatZN14MsY1fNsn8bMRTp1NsmBJQ8fsCjUpw5DwGdx4yR7lqEsSy10w==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand Down

0 comments on commit 6e21598

Please sign in to comment.