Skip to content

Commit

Permalink
Update react in group default to the latest version 馃殌 (#22)
Browse files Browse the repository at this point in the history
## There have been updates to the *react* monorepo: 

- The `dependency` [react](https://github.com/facebook/react) was updated from `16.8.0` to `16.8.1`.
- The `dependency` [react-dom](https://github.com/facebook/react) was updated from `16.8.0` to `16.8.1`.
- The `devDependency` [react-test-renderer](https://github.com/facebook/react) was updated from `16.8.0` to `16.8.1`.

These versions are **not covered** by your **current version range**.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

This monorepo update includes releases of one or more dependencies which all belong to the [react group definition](https://github.com/greenkeeperio/monorepo-definitions).

---

[Find out more about this release](https://github.com/facebook/react).

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don鈥檛 help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 馃尨
  • Loading branch information
greenkeeper[bot] authored and goto-bus-stop committed Feb 6, 2019
1 parent 49dbd00 commit 12126dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@u-wave/translate": "^1.0.0",
"ecstatic": "^3.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -33,7 +33,7 @@
"prop-types": "^15.6.1"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "^16.8.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand All @@ -51,9 +51,9 @@
"expect": "^24.0.0",
"mocha": "^5.1.1",
"nyc": "^13.0.1",
"react": "16.8.0",
"react-dom": "16.8.0",
"react-test-renderer": "16.8.0",
"react": "16.8.1",
"react-dom": "16.8.1",
"react-test-renderer": "16.8.1",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.0.2"
}
Expand Down

0 comments on commit 12126dc

Please sign in to comment.