Make WordPress Core

Changeset 58585 for trunk/package.json


Ignore:
Timestamp:
06/27/2024 12:53:33 PM (4 months ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r58575 r58585  
    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",
Note: See TracChangeset for help on using the changeset viewer.