fix(starters): update gatsby monorepo (#13250)

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | [`^2.3.15` -> `^2.3.16`](https://diff.intrinsic.com/gatsby/2.3.15/2.3.16) | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-plugin-manifest | dependencies | patch | [`^2.0.27` -> `^2.0.28`](https://diff.intrinsic.com/gatsby-plugin-manifest/2.0.27/2.0.28) | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-plugin-typography | dependencies | patch | [`^2.2.11` -> `^2.2.12`](https://diff.intrinsic.com/gatsby-plugin-typography/2.2.11/2.2.12) | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-remark-prismjs | dependencies | patch | [`^3.2.7` -> `^3.2.8`](https://diff.intrinsic.com/gatsby-remark-prismjs/3.2.7/3.2.8) | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

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

### [`v2.3.16`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.3.15...gatsby@2.3.16)

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

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

👻 **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).
This commit is contained in:
GatsbyJS Bot
2019-04-09 20:35:40 +00:00
parent 8fb622cc01
commit 6ba0ce78c8
3 changed files with 237 additions and 149 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.3.15",
"gatsby": "^2.3.16",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},