Skip to content

Commit

Permalink
Lock version to 2.7.5 to avoid breakage like #12772
Browse files Browse the repository at this point in the history
Summary:
As per uglify-js maintainer kzc's comment in mishoo/UglifyJS#1573 (comment) 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 #12802

Differential Revision: D4749853

Pulled By: javache

fbshipit-source-id: 866a19cb2c1add31b55e14d0f4dadb7f68fda64c
  • Loading branch information
brentvatne authored and facebook-github-bot committed Mar 22, 2017
1 parent 9506376 commit 54989d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"stacktrace-parser": "^0.1.3",
"temp": "0.8.3",
"throat": "^3.0.0",
"uglify-js": "^2.6.2",
"uglify-js": "2.7.5",
"whatwg-fetch": "^1.0.0",
"wordwrap": "^1.0.0",
"worker-farm": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 54989d0

Please sign in to comment.