Files
explorer.fullstack.cash/package.json
T
GatsbyJS Bot b20b250679 fix(starters): update gatsby monorepo (#12650)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | minor | [`^2.1.37` -> `^2.2.1`](https://diff.intrinsic.com/gatsby/2.1.37/2.2.1) | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-remark-prismjs | dependencies | patch | [`^3.2.5` -> `^3.2.6`](https://diff.intrinsic.com/gatsby-remark-prismjs/3.2.5/3.2.6) | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-transformer-remark | dependencies | patch | [`^2.3.5` -> `^2.3.7`](https://diff.intrinsic.com/gatsby-transformer-remark/2.3.5/2.3.7) | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

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

### [`v2.2.1`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.2.0...gatsby@2.2.1)

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

### [`v2.2.0`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.39...gatsby@2.2.0)

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

### [`v2.1.39`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.38...gatsby@2.1.39)

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

### [`v2.1.38`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.37...gatsby@2.1.38)

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

</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).
2019-03-19 21:26:54 +00:00

31 lines
769 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",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.2.1",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"devDependencies": {
"prettier": "^1.16.4"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}