Files
explorer.fullstack.cash/package.json
T
GatsbyJS Bot 9ff354f206 fix(starters): update dependency gatsby to ^2.0.115 (#11553)
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

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

🔕 **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).
2019-02-05 17:47:16 +00:00

27 lines
665 B
JSON

{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"gatsby": "^2.0.115",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}