Make WordPress Core

Changeset 53297 for trunk/package.json


Ignore:
Timestamp:
04/27/2022 05:19:38 PM (20 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update the NPM dependencies to the latest versions.

This updates the following development dependencies:

  • @wordpress/scripts from 22.4.2 to 22.5.0.
  • chalk from 4.1.2 to 5.0.1.
  • grunt from 1.4.1 to 1.5.2.
  • grunt-contrib-clean from 2.0.0 to 2.0.1`.
  • grunt-contrib-uglify from 5.1.0 to 5.2.1.
  • qunit from 2.18.1 to 2.18.2.
  • sass from 1.50.0 to 1.51.0.
  • sinon from 13.0.1 to 13.0.2.
  • uglify-js from 3.15.3 to 3.15.4.

Fixes #54727.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r53296 r53297  
    2929        "@wordpress/dependency-extraction-webpack-plugin": "3.4.2",
    3030        "@wordpress/e2e-test-utils": "7.2.1",
    31         "@wordpress/scripts": "22.4.2",
     31        "@wordpress/scripts": "22.5.0",
    3232        "autoprefixer": "^9.8.8",
    33         "chalk": "4.1.2",
     33        "chalk": "5.0.1",
    3434        "check-node-version": "4.2.1",
    3535        "copy-webpack-plugin": "10.2.4",
     
    3737        "dotenv": "16.0.0",
    3838        "dotenv-expand": "8.0.3",
    39         "grunt": "~1.4.1",
     39        "grunt": "~1.5.2",
    4040        "grunt-banner": "^0.6.0",
    41         "grunt-contrib-clean": "~2.0.0",
     41        "grunt-contrib-clean": "~2.0.1",
    4242        "grunt-contrib-concat": "2.1.0",
    4343        "grunt-contrib-copy": "~1.0.0",
     
    4646        "grunt-contrib-jshint": "3.2.0",
    4747        "grunt-contrib-qunit": "~6.0.0",
    48         "grunt-contrib-uglify": "~5.1.0",
     48        "grunt-contrib-uglify": "~5.2.1",
    4949        "grunt-contrib-watch": "~1.1.0",
    5050        "grunt-file-append": "0.0.7",
     
    6363        "matchdep": "~2.0.0",
    6464        "prettier": "npm:wp-prettier@2.0.5",
    65         "qunit": "~2.18.1",
     65        "qunit": "~2.18.2",
    6666        "react-refresh": "0.10.0",
    67         "sass": "^1.50.0",
    68         "sinon": "~13.0.1",
     67        "sass": "^1.51.0",
     68        "sinon": "~13.0.2",
    6969        "sinon-test": "~3.1.3",
    7070        "source-map-loader": "3.0.1",
    7171        "terser-webpack-plugin": "5.3.1",
    72         "uglify-js": "^3.15.3",
     72        "uglify-js": "^3.15.4",
    7373        "uuid": "8.3.2",
    7474        "wait-on": "6.0.1",
Note: See TracChangeset for help on using the changeset viewer.