Make WordPress Core

Changeset 55150 for trunk/package.json


Ignore:
Timestamp:
01/27/2023 03:53:15 PM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update PostCSS to version 8.

This updates PostCSS related dependencies for the main Core build process to versions that use the latest major version of PostCSS, 8.x.

There were no changes to any versioned CSS files as a result of this update directly. However, two occurrences of -o-tab-size have been removed due to the version of caniuse-lite used being updated in the process.

See #57554, #57555.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r55084 r55150  
    2525    ],
    2626    "devDependencies": {
     27        "@lodder/grunt-postcss": "^3.1.1",
    2728        "@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
    2829        "@wordpress/babel-preset-default": "7.1.1",
     
    3031        "@wordpress/e2e-test-utils": "8.1.1",
    3132        "@wordpress/scripts": "24.1.2",
    32         "autoprefixer": "^9.8.8",
     33        "autoprefixer": "^10.4.13",
    3334        "chalk": "5.1.0",
    3435        "check-node-version": "4.2.1",
    3536        "copy-webpack-plugin": "11.0.0",
    36         "cssnano": "4.1.11",
     37        "cssnano": "5.1.14",
    3738        "dotenv": "16.0.3",
    3839        "dotenv-expand": "9.0.0",
     
    5354        "grunt-legacy-util": "^2.0.1",
    5455        "grunt-patch-wordpress": "~3.0.0",
    55         "grunt-postcss": "~0.9.0",
    5656        "grunt-replace-lts": "~1.1.0",
    5757        "grunt-rtlcss": "~2.0.2",
     
    6262        "jest-image-snapshot": "3.0.1",
    6363        "matchdep": "~2.0.0",
     64        "postcss": "^8.4.21",
    6465        "prettier": "npm:wp-prettier@2.0.5",
    6566        "qunit": "~2.19.1",
Note: See TracChangeset for help on using the changeset viewer.