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 950637672a
commit 54989d0aaf
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@
"stacktrace-parser": "^0.1.3", "stacktrace-parser": "^0.1.3",
"temp": "0.8.3", "temp": "0.8.3",
"throat": "^3.0.0", "throat": "^3.0.0",
"uglify-js": "^2.6.2", "uglify-js": "2.7.5",
"whatwg-fetch": "^1.0.0", "whatwg-fetch": "^1.0.0",
"wordwrap": "^1.0.0", "wordwrap": "^1.0.0",
"worker-farm": "^1.3.1", "worker-farm": "^1.3.1",

View File

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