Skip to content

Commit

Permalink
Update react in group default to the latest version 馃殌 (#21)
Browse files Browse the repository at this point in the history
* chore(package): update react to version 16.8.0

* chore(package): update react to version 16.8.0

* chore(package): update react to version 16.8.0

* chore(package): update react-dom to version 16.8.0

* chore(package): update react-dom to version 16.8.0

* chore(package): update react-test-renderer to version 16.8.0
  • Loading branch information
greenkeeper[bot] authored and goto-bus-stop committed Feb 6, 2019
1 parent bbc6fa4 commit 49dbd00
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.4.1",
"react-dom": "^16.4.1"
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"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.3.0"
"react": "^16.8.0"
},
"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.7.0-alpha.0",
"react-dom": "16.7.0-alpha.0",
"react-test-renderer": "16.7.0-alpha.0",
"react": "16.8.0",
"react-dom": "16.8.0",
"react-test-renderer": "16.8.0",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.0.2"
}
Expand Down

0 comments on commit 49dbd00

Please sign in to comment.