fix(deps): update gatsby

This commit is contained in:
Renovate Bot 2020-01-17 18:52:04 +00:00
parent 023ef5dbe4
commit e9ac08877d
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 15 additions and 15 deletions

View File

@ -41,12 +41,12 @@
"bluebird": "^3.7.2",
"classnames": "^2.2.6",
"codecov": "^3.6.1",
"gatsby": "^2.18.23",
"gatsby": "^2.18.25",
"gatsby-link": "^2.2.28",
"gatsby-plugin-catch-links": "^2.1.24",
"gatsby-plugin-feed": "^2.3.26",
"gatsby-plugin-flow": "^1.1.18",
"gatsby-plugin-google-gtag": "^1.1.20",
"gatsby-plugin-google-gtag": "^1.1.21",
"gatsby-plugin-manifest": "^2.2.37",
"gatsby-plugin-netlify": "^2.1.31",
"gatsby-plugin-netlify-cms": "^4.1.37",
@ -67,7 +67,7 @@
"gatsby-remark-smartypants": "^2.1.20",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.12",
"gatsby-transformer-sharp": "^2.3.13",
"invariant": "^2.2.4",
"katex": "^0.11.1",
"lodash": "^4.17.15",

View File

@ -7427,10 +7427,10 @@ gatsby-plugin-flow@^1.1.18:
"@babel/preset-flow" "^7.7.4"
"@babel/runtime" "^7.7.6"
gatsby-plugin-google-gtag@^1.1.20:
version "1.1.20"
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-1.1.20.tgz#b446889c46384ec9170708c7832ecc516b0a89b4"
integrity sha512-YKwaMNICDc48QDg6nBIhJGENmcDgG2Ff3Hmhh2Qk231jR9c2fr2nLVW1WidPki1DPIbFAUifNnv7nrjKLNsVQw==
gatsby-plugin-google-gtag@^1.1.21:
version "1.1.21"
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-1.1.21.tgz#e6873f2c655d483a219bbcda7331d774e45823d4"
integrity sha512-Jv7Q0OpdWxGwH+9DgBsc5C+UexTmOJZtNGyptY8Mibb0WfmD/+0oxG6Af+rVhXAEum+o2PN1U9eJhya1T4fKlA==
dependencies:
"@babel/runtime" "^7.7.6"
minimatch "^3.0.4"
@ -7739,10 +7739,10 @@ gatsby-transformer-remark@^2.6.48:
unist-util-select "^1.5.0"
unist-util-visit "^1.4.1"
gatsby-transformer-sharp@^2.3.12:
version "2.3.12"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.3.12.tgz#089650dc75d6f133d53a7403e76f6b37060a287f"
integrity sha512-Ot/BHucuuF7DuL58fHqvLbN1THw0f1NSY/SGpdjqOzPDDYMs4JUZbaj9iQFoaXLUD76Ubbcng6WxTeE4zLf2pA==
gatsby-transformer-sharp@^2.3.13:
version "2.3.13"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.3.13.tgz#b2bd2967fee1c2511ad896645acab34954d52bc6"
integrity sha512-jof7b1btkABcsN6lP5qd7cBMffPFv09qTKs6ZTgRIRB9jQBiBizJydmyT97eCqqIl0dKIr8/5Bt/eC6jyxMj8A==
dependencies:
"@babel/runtime" "^7.7.6"
bluebird "^3.7.2"
@ -7752,10 +7752,10 @@ gatsby-transformer-sharp@^2.3.12:
semver "^5.7.1"
sharp "^0.23.4"
gatsby@^2.18.23:
version "2.18.23"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.18.23.tgz#1e590cba0fd405f0bb0d1417503556c30ed60904"
integrity sha512-BSM6hv9Qp8HKyAUPg6ow2vWIMHgaoRLCbwYdQzIhgqCapEUyH73gM9E/3saSOYgoYuiRCzKMJr/2MOAapjWxVQ==
gatsby@^2.18.25:
version "2.18.25"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.18.25.tgz#b56503b34e6a30a0a68874072c0a6fddfc869b1c"
integrity sha512-mXn1OY93On6D8YDYv4qpC4S8e83EzeSnzSgISgSlyPEKilXQYdAYNJn+QdfC74dLsm7lsaDeLKcb8PIjegaiQw==
dependencies:
"@babel/code-frame" "^7.5.5"
"@babel/core" "^7.7.5"