From 70044fe4a1c73f1b5a4f6c2fa08bacc28afbe53d Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Mon, 25 Mar 2019 21:04:03 +0000 Subject: [PATCH] fix(starters): update gatsby monorepo (#12838) This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | gatsby | dependencies | patch | [`^2.2.10` -> `^2.2.11`](https://diff.intrinsic.com/gatsby/2.2.10/2.2.11) | [source](https://togithub.com/gatsbyjs/gatsby) | | gatsby-plugin-react-helmet | dependencies | patch | [`^3.0.10` -> `^3.0.11`](https://diff.intrinsic.com/gatsby-plugin-react-helmet/3.0.10/3.0.11) | [source](https://togithub.com/gatsbyjs/gatsby) | | gatsby-plugin-sharp | dependencies | patch | [`^2.0.30` -> `^2.0.31`](https://diff.intrinsic.com/gatsby-plugin-sharp/2.0.30/2.0.31) | [source](https://togithub.com/gatsbyjs/gatsby) | --- ### Release Notes
gatsbyjs/gatsby ### [`v2.2.11`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.2.10...gatsby@2.2.11) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.2.10...gatsby@2.2.11)
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby). --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54ff675..88c45c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5150,9 +5150,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.2.10", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.2.10.tgz", - "integrity": "sha512-s1mvn+gJ35fGZuYd9payTS51CGfnrEfndv7EoWo8kqyKYZqGNUKbZP00C1C2VjWnFR3XTl7Qn8TTUacBF7p7AA==", + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.2.11.tgz", + "integrity": "sha512-112c4RyUhxePTZaxUqJByyC9IINHE7D2I0HqoAX+LDmUCEM4G/cCxMdpc/+pdvpPvD9Y7xENnnmFptywaKHuyA==", "requires": { "@babel/code-frame": "^7.0.0", "@babel/core": "^7.0.0", diff --git a/package.json b/package.json index 87385e8..bbeb4c3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"" }, "dependencies": { - "gatsby": "^2.2.10", + "gatsby": "^2.2.11", "react": "^16.8.5", "react-dom": "^16.8.5" }, diff --git a/yarn.lock b/yarn.lock index 95d3145..0c6a621 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3998,10 +3998,10 @@ gatsby-react-router-scroll@^2.0.6: scroll-behavior "^0.9.9" warning "^3.0.0" -gatsby@^2.2.10: - version "2.2.10" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.2.10.tgz#c277521225b109b6dfbf2cb2c9196def9c84e6e5" - integrity sha512-s1mvn+gJ35fGZuYd9payTS51CGfnrEfndv7EoWo8kqyKYZqGNUKbZP00C1C2VjWnFR3XTl7Qn8TTUacBF7p7AA== +gatsby@^2.2.11: + version "2.2.11" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.2.11.tgz#057f002c987973169cb9821f086199a08530515f" + integrity sha512-112c4RyUhxePTZaxUqJByyC9IINHE7D2I0HqoAX+LDmUCEM4G/cCxMdpc/+pdvpPvD9Y7xENnnmFptywaKHuyA== dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.0.0"