Skip to content

Commit d6bbd8d

Browse files
committed
Build/Test Tools: Revert uglify-js update.
This partially reverts [58563], which applied an update of the `uglify-js` `devDependency` from `3.17.4` to `3.18.0`. The `3.18.0` update is causing some JavaScript errors in the `media-views.min.js` file, so needs to be investigated further. Props david.binda, mukesh27, alshakero. Fies #61519. git-svn-id: https://develop.svn.wordpress.org/trunk@58585 602fd350-edb4-49c9-b593-d223f7449a82
1 parent dc788c6 commit d6bbd8d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"sinon-test": "~3.1.6",
7272
"source-map-loader": "5.0.0",
7373
"terser-webpack-plugin": "5.3.10",
74-
"uglify-js": "^3.18.0",
74+
"uglify-js": "^3.17.4",
7575
"uuid": "9.0.1",
7676
"wait-on": "7.2.0",
7777
"webpack": "5.90.2",

0 commit comments

Comments
 (0)