Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Upgrades Draft to React 16.8 ⚛️ (#1996)
Browse files Browse the repository at this point in the history
Summary:
**Summary**

Upgrades [react](https://npm.im/react) and [react-dom](https://npm.im/react-dom) dependencies to the freshly released 16.8 version supporting Hooks.

**Test Plan**

`yarn`
manual smoke test of editor in examples
Pull Request resolved: #1996

Differential Revision: D13982016

fbshipit-source-id: b2f87a1d85336f60d7a03318e5e0155bb3c44fc8
  • Loading branch information
claudiopro authored and facebook-github-bot committed Feb 7, 2019
1 parent 7167210 commit a97ed7e
Show file tree
Hide file tree
Showing 4 changed files with 969 additions and 14 deletions.
2 changes: 1 addition & 1 deletion meta/bundle-size-stats/Draft.js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion meta/bundle-size-stats/Draft.min.js.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"gulp-util": "^3.0.6",
"jest": "^23.5.0",
"prettier": "1.13.6",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-test-renderer": "^16.0.0",
"stats-webpack-plugin": "^0.6.2",
"through2": "^2.0.1",
Expand Down
Loading

0 comments on commit a97ed7e

Please sign in to comment.