Skip to content

Commit

Permalink
fix(starters): update dependency prop-types to ^15.7.2 (#11748)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| prop-types | dependencies | patch | `^15.7.1` -> `^15.7.2` | [homepage](https://facebook.github.io/react/), [source](https://togithub.com/facebook/prop-types) |

---

### Release Notes

<details>
<summary>facebook/prop-types</summary>

### [`v15.7.2`](https://togithub.com/facebook/prop-types/blob/master/CHANGELOG.md#&#8203;1572)

[Compare Source](https://togithub.com/facebook/prop-types/compare/v15.7.1...v15.7.2)

-   [Fix] ensure nullish values in `oneOf` do not crash ([#&#8203;256](https://togithub.com/facebook/prop-types/issues/256))
-   [Fix] move `loose-envify` back to production deps, for browerify usage ([#&#8203;203](https://togithub.com/facebook/prop-types/issues/203))

</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 13, 2019
1 parent 5e7899c commit 03fae48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 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 @@ -13,7 +13,7 @@
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-source-filesystem": "^2.0.20",
"gatsby-transformer-sharp": "^2.1.13",
"prop-types": "^15.7.1",
"prop-types": "^15.7.2",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-helmet": "^5.2.0"
Expand Down

0 comments on commit 03fae48

Please sign in to comment.