Skip to content

Commit

Permalink
Support React 16
Browse files Browse the repository at this point in the history
Summary:
PR for #1411
Closes facebookarchive/draft-js#1422

Differential Revision: D6054952

fbshipit-source-id: 0fce5e1df124bfa12531d78b2a2f30b20ba4abe5
  • Loading branch information
aforismesen authored and facebook-github-bot committed Oct 14, 2017
1 parent 4e48ca2 commit 788ecb9
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 @@ -35,8 +35,8 @@
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc",
"react-dom": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc"
"react": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0"
},
"devDependencies": {
"babel-core": "^6.8.0",
Expand Down

0 comments on commit 788ecb9

Please sign in to comment.