Skip to content

Commit

Permalink
fix(starters): update gatsby monorepo (#11999)
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.1.16` -> `^2.1.17` | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-plugin-manifest | dependencies | patch | `^2.0.18` -> `^2.0.19` | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-plugin-sharp | dependencies | patch | `^2.0.21` -> `^2.0.22` | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

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

### [`v2.1.17`](https://togithub.com/gatsbyjs/gatsby/compare/[email protected]@2.1.17)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/[email protected]@2.1.17)

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

:ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- 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 22, 2019
1 parent 20edbc5 commit fd12550
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 46 deletions.
32 changes: 16 additions & 16 deletions starters/blog/package-lock.json

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

6 changes: 3 additions & 3 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.1.16",
"gatsby": "^2.1.17",
"gatsby-image": "^2.0.29",
"gatsby-plugin-feed": "^2.0.13",
"gatsby-plugin-google-analytics": "^2.0.14",
"gatsby-plugin-manifest": "^2.0.18",
"gatsby-plugin-manifest": "^2.0.19",
"gatsby-plugin-offline": "^2.0.24",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-sharp": "^2.0.21",
"gatsby-plugin-sharp": "^2.0.22",
"gatsby-plugin-typography": "^2.2.7",
"gatsby-remark-copy-linked-files": "^2.0.9",
"gatsby-remark-images": "^2.0.6",
Expand Down
32 changes: 16 additions & 16 deletions starters/default/package-lock.json

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

6 changes: 3 additions & 3 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^2.1.16",
"gatsby": "^2.1.17",
"gatsby-image": "^2.0.29",
"gatsby-plugin-manifest": "^2.0.18",
"gatsby-plugin-manifest": "^2.0.19",
"gatsby-plugin-offline": "^2.0.24",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-sharp": "^2.0.21",
"gatsby-plugin-sharp": "^2.0.22",
"gatsby-source-filesystem": "^2.0.22",
"gatsby-transformer-sharp": "^2.1.14",
"prop-types": "^15.7.2",
Expand Down
14 changes: 7 additions & 7 deletions starters/hello-world/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/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"gatsby": "^2.1.16",
"gatsby": "^2.1.17",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
Expand Down

0 comments on commit fd12550

Please sign in to comment.