Skip to content

Commit

Permalink
Force update of fbjs to get fix for #14, #1381
Browse files Browse the repository at this point in the history
Summary:
**what is the change?:**
Pin the `fbjs` dependency version to 0.8.15 or later.

**why make this change?:**
We need to get everyone updated to use the fixed version, to avoid a
scroll issue in Chrome 61+
See facebook/fbjs#229

**test plan:**
Didn't test because we already are using this fix internally at FB.

**issue:**
fixes #1381
Closes facebookarchive/draft-js#1401

Differential Revision: D5892624

fbshipit-source-id: 6839e647b6ba0fb99d6ec118748cdeac808cbcdb
  • Loading branch information
midas19910709 committed Sep 22, 2017
1 parent b99aafd commit b959cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"enzyme": "^2.9.1",
"fbjs": "^0.8.12",
"fbjs": "^0.8.15",
"immutable": "~3.7.4",
"object-assign": "^4.1.0"
},
Expand Down

0 comments on commit b959cd7

Please # to comment.