Make WordPress Core


Ignore:
Timestamp:
06/27/2024 01:48:15 PM (7 days 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.

Reviewed by jorbin, hellofromTonya.
Merges [58585] to the 6.6 branch.

Props david.binda, mukesh27, alshakero, jorbin, hellofromTonya.
Fixes #61519.

Location:
branches/6.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.6

  • branches/6.6/package.json

    r58565 r58586  
    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.