Lock version to 2.7.5 to avoid breakage like #12772

Summary:
As per uglify-js maintainer kzc's comment in https://github.com/mishoo/UglifyJS2/issues/1573#issuecomment-284940371 we should be locking our version to prevent issues like #12772 from happening again.

No test plan needed, people are already using this version of uglify-js (it's the latest).
Closes https://github.com/facebook/react-native/pull/12802

Differential Revision: D4749853

Pulled By: javache

fbshipit-source-id: 866a19cb2c1add31b55e14d0f4dadb7f68fda64c
This commit is contained in:
Brent Vatne 2017-03-22 05:38:21 -07:00 committed by Facebook Github Bot
parent 28952d2475
commit e3daf33ed8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
"rimraf": "^2.5.4",
"source-map": "^0.5.6",
"throat": "^3.0.0",
"uglify-js": "^2.6.2",
"uglify-js": "2.7.5",
"worker-farm": "^1.3.1",
"write-file-atomic": "^1.2.0",
"xpipe": "^1.0.5"