Skip to content

Commit

Permalink
fix(starters): update dependency gatsby to ^2.0.115 (#11553)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | `^2.0.112` -> `^2.0.115` | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

<details>
<summary>gatsbyjs/gatsby</summary>

### [`v2.0.115`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.114...gatsby@2.0.115)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.114...gatsby@2.0.115)

### [`v2.0.114`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.113...gatsby@2.0.114)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.113...gatsby@2.0.114)

### [`v2.0.113`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.112...gatsby@2.0.113)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.112...gatsby@2.0.113)

</details>

---

### 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!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->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).
  • Loading branch information
renovate[bot] authored and DSchau committed Feb 5, 2019
1 parent bed3298 commit aa2223e
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 138 deletions.
78 changes: 39 additions & 39 deletions starters/blog/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/blog/package.json
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.0.112",
"gatsby": "^2.0.115",
"gatsby-image": "^2.0.29",
"gatsby-plugin-feed": "^2.0.13",
"gatsby-plugin-google-analytics": "^2.0.13",
Expand Down
78 changes: 39 additions & 39 deletions starters/default/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/default/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.0.112",
"gatsby": "^2.0.115",
"gatsby-image": "^2.0.29",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-offline": "^2.0.22",
Expand Down

0 comments on commit aa2223e

Please sign in to comment.