Skip to content

Commit

Permalink
Update min required React for UNSAFE_ lifecycles (#4530)
Browse files Browse the repository at this point in the history
  • Loading branch information
sealinesun committed Oct 4, 2019
1 parent 56b76cc commit 94156e8
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 @@ -53,8 +53,8 @@
"author": "Stephen J. Collings <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": "^0.14.9 || >=15.3.0",
"react-dom": "^0.14.9 || >=15.3.0"
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down

0 comments on commit 94156e8

Please sign in to comment.