Make WordPress Core


Ignore:
Timestamp:
09/23/2022 06:29:33 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update NPM dependencies in default themes.

This updates NPM dependencies for all default themes that have them.

See #56641.

File:
1 edited

Legend:

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

    r53761 r54294  
    1414    "homepage": "https://wordpress.org/themes/twentytwentyone/",
    1515    "devDependencies": {
    16         "@wordpress/browserslist-config": "^4.1.2",
     16        "@wordpress/browserslist-config": "^5.1.0",
    1717        "@wordpress/eslint-plugin": "^9.3.0",
    1818        "@wordpress/stylelint-config": "^19.1.0",
    19         "autoprefixer": "^10.4.7",
     19        "autoprefixer": "^10.4.12",
    2020        "chokidar-cli": "^3.0.0",
    21         "eslint": "^8.20.0",
     21        "eslint": "^8.23.1",
    2222        "minimist": "^1.2.6",
    2323        "npm-run-all": "^4.1.5",
    24         "postcss": "^8.4.14",
     24        "postcss": "^8.4.16",
    2525        "postcss-calc": "^8.2.4",
    2626        "postcss-cli": "^10.0.0",
     
    2828        "postcss-custom-media": "^8.0.2",
    2929        "postcss-discard-duplicates": "^5.1.0",
    30         "postcss-focus-within": "^6.0.0",
     30        "postcss-focus-within": "^6.1.1",
    3131        "postcss-merge-rules": "^5.1.2",
    3232        "postcss-nested": "^5.0.6",
    33         "rtlcss": "^3.5.0",
    34         "sass": "^1.53.0",
     33        "rtlcss": "^4.0.0",
     34        "sass": "^1.55.0",
    3535        "stylelint": "^13.13.1",
    3636        "stylelint-config-recommended-scss": "^5.0.2"
Note: See TracChangeset for help on using the changeset viewer.