Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix(react version): Fix React minimum version should be 16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthomp committed May 27, 2018
1 parent fbd36fc commit 8fc9ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"webpack": "^3.8.1"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"@commitlint/cli": "^6.2.0",
Expand Down

0 comments on commit 8fc9ed6

Please sign in to comment.