Make WordPress Core

Changeset 50774 for trunk/package.json


Ignore:
Timestamp:
04/20/2021 08:00:16 PM (5 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update several dependencies.

This updates the following dependencies:

  • cssnano from version 4.1.10 to 4.1.11.
  • grunt-webpack from 4.0.2 to 4.0.3.
  • qunit from 12.14.1 to 12.15.0.
  • sass from 1.32.8 to 1.32.11.
  • uglify-js from 3.13.3 to 3.13.4.

See #52624.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r50773 r50774  
    3535                "check-node-version": "4.1.0",
    3636                "copy-webpack-plugin": "^5.1.2",
    37                 "cssnano": "4.1.10",
     37                "cssnano": "4.1.11",
    3838                "dotenv": "8.2.0",
    3939                "dotenv-expand": "5.1.0",
     
    5959                "grunt-rtlcss": "~2.0.2",
    6060                "grunt-sass": "~3.1.0",
    61                 "grunt-webpack": "^4.0.0",
     61                "grunt-webpack": "^4.0.3",
    6262                "ink-docstrap": "1.3.2",
    6363                "install-changed": "1.1.0",
    6464                "matchdep": "~2.0.0",
    6565                "prettier": "npm:wp-prettier@2.0.5",
    66                 "qunit": "~2.14.1",
    67                 "sass": "^1.32.8",
     66                "qunit": "~2.15.0",
     67                "sass": "^1.32.11",
    6868                "sinon": "~10.0.0",
    6969                "sinon-test": "~3.0.0",
    7070                "source-map-loader": "^1.1.3",
    71                 "uglify-js": "^3.13.3",
     71                "uglify-js": "^3.13.4",
    7272                "uglifyjs-webpack-plugin": "2.2.0",
    7373                "uuid": "8.3.2",
Note: See TracChangeset for help on using the changeset viewer.