Skip to content

Commit

Permalink
Use React 16 in development
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Sep 27, 2017
1 parent 36ac0f1 commit 9f1f193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"optionalDependencies": {
"fsevents": "1.1.2"
Expand Down

0 comments on commit 9f1f193

Please sign in to comment.