Make WordPress Core

Changeset 56957 for trunk/package.json


Ignore:
Timestamp:
10/17/2023 01:32:06 PM (11 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update build related dependencies.

This updates the following development dependencies to their latest versions:

  • postcss
  • qunit
  • sass
  • webpack

Additionally, npm audit fix has been run.

Fixes #58863.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r56945 r56957  
    6363        "jest-image-snapshot": "^6.2.0",
    6464        "matchdep": "~2.0.0",
    65         "postcss": "8.4.30",
     65        "postcss": "8.4.31",
    6666        "prettier": "npm:wp-prettier@2.6.2",
    67         "qunit": "~2.19.4",
     67        "qunit": "~2.20.0",
    6868        "react-refresh": "0.14.0",
    69         "sass": "1.68.0",
     69        "sass": "1.69.3",
    7070        "sinon": "16.0.0",
    7171        "sinon-test": "~3.1.5",
     
    7575        "uuid": "9.0.1",
    7676        "wait-on": "7.0.1",
    77         "webpack": "5.88.2",
     77        "webpack": "5.89.0",
    7878        "webpack-livereload-plugin": "3.0.2"
    7979    },
Note: See TracChangeset for help on using the changeset viewer.