Make WordPress Core

Changeset 56944 for trunk/package.json


Ignore:
Timestamp:
10/16/2023 04:04:00 PM (16 months ago)
Author:
desrosj
Message:

Build/Test Tools: Downgrade grunt-contrib-qunit dependency.

grunt-contrib-qunit was upgraded from version 7.0.1 to 8.0.1 in [56647]. However, this update causes a strange failure when running the build script for the Gutenberg plugin when checked out within a wordpress-develop checkout.

This reverts the related change in [56647] and downgrades the dependency back to 7.0.1 until the exact reason for the failure is narrowed down.

Props afercia, kevin940726, antonvlasenko, desrosj.
See #59634, #58863.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r56926 r56944  
    4848        "grunt-contrib-imagemin": "~4.0.0",
    4949        "grunt-contrib-jshint": "3.2.0",
    50         "grunt-contrib-qunit": "~8.0.1",
     50        "grunt-contrib-qunit": "~7.0.1",
    5151        "grunt-contrib-uglify": "~5.2.2",
    5252        "grunt-contrib-watch": "~1.1.0",
Note: See TracChangeset for help on using the changeset viewer.