Skip to content

Commit

Permalink
fix(react): update to latest react
Browse files Browse the repository at this point in the history
closes #30
  • Loading branch information
hannahhoward committed Oct 3, 2018
1 parent b4d5d39 commit 8b6c01d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 106 deletions.
116 changes: 13 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
"lodash.camelcase": "^4.3.0",
"prettier": "^1.4.4",
"prompt": "^1.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"replace-in-file": "^3.0.0-beta.2",
"rimraf": "^2.6.1",
"rollup": "^0.66.2",
Expand All @@ -126,7 +126,7 @@
"validate-commit-msg": "^2.12.2"
},
"peerDependencies": {
"react": "^16.3.0",
"react": "^16.5.2",
"rxjs": ">= 6.2.0"
},
"dependencies": {
Expand Down

0 comments on commit 8b6c01d

Please sign in to comment.