Make WordPress Core


Ignore:
Timestamp:
04/06/2021 02:05:30 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update dependencies in default themes.

This updates several dependencies in the Twenty Nineteen, Twenty Twenty, and Twenty Twenty-One default themes.

See #52624.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/package.json

    r50507 r50666  
    1414    "homepage": "https://wordpress.org/themes/twentytwentyone/",
    1515    "devDependencies": {
    16         "@wordpress/browserslist-config": "^3.0.0",
    17         "@wordpress/eslint-plugin": "^8.0.1",
     16        "@wordpress/browserslist-config": "^3.0.2",
     17        "@wordpress/eslint-plugin": "^9.0.2",
    1818        "autoprefixer": "^9.5.1",
    1919        "chokidar-cli": "^2.1.0",
    20         "eslint": "^7.18.0",
     20        "eslint": "^7.23.0",
    2121        "minimist": "^1.2.2",
    2222        "npm-run-all": "^4.1.5",
    23         "postcss-calc": "^7.0.5",
    24         "postcss-cli": "^7.1.0",
     23        "postcss-calc": "^8.0.0",
     24        "postcss-cli": "^8.3.1",
     25        "postcss": "^8.2.9",
    2526        "postcss-css-variables": "^0.17.0",
    26         "postcss-custom-media": "^7.0.8",
     27        "postcss-custom-media": "^8.0.0",
    2728        "postcss-discard-duplicates": "^4.0.2",
    28         "postcss-focus-within": "^3.0.0",
    29         "postcss-nested": "^4.2.1",
    30         "rtlcss": "^2.6.1",
    31         "sass": "^1.32.5",
    32         "stylelint": "^13.9.0",
     29        "postcss-focus-within": "^4.0.0",
     30        "postcss-nested": "^5.0.5",
     31        "rtlcss": "^3.1.2",
     32        "sass": "^1.32.8",
     33        "stylelint": "^13.12.0",
    3334        "stylelint-config-recommended-scss": "^4.2.0",
    3435        "stylelint-config-wordpress": "^17.0.0"
Note: See TracChangeset for help on using the changeset viewer.