Make WordPress Core


Ignore:
Timestamp:
06/08/2021 05:24:43 PM (5 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update devDependencies for bundled themes.

This applies several minor updates bring devDependencies to their latest versions in Twenty Twenty-One, Twenty Twenty, and Twenty Nineteen.

Several other packages are also having their versions bumped as a result of running npm audit fix.

See #52624.

File:
1 edited

Legend:

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

    r50972 r51099  
    1414    "homepage": "https://wordpress.org/themes/twentytwentyone/",
    1515    "devDependencies": {
    16         "@wordpress/browserslist-config": "^4.0.0",
    17         "@wordpress/eslint-plugin": "^9.0.5",
    18         "@wordpress/stylelint-config": "^19.0.4",
    19         "autoprefixer": "^10.2.5",
     16        "@wordpress/browserslist-config": "^4.0.1",
     17        "@wordpress/eslint-plugin": "^9.0.6",
     18        "@wordpress/stylelint-config": "^19.0.5",
     19        "autoprefixer": "^10.2.6",
    2020        "chokidar-cli": "^2.1.0",
    21         "eslint": "^7.27.0",
     21        "eslint": "^7.28.0",
    2222        "minimist": "^1.2.2",
    2323        "npm-run-all": "^4.1.5",
     
    3131        "postcss-nested": "^5.0.5",
    3232        "rtlcss": "^3.2.0",
    33         "sass": "^1.34.0",
     33        "sass": "^1.34.1",
    3434        "stylelint": "^13.13.1",
    3535        "stylelint-config-recommended-scss": "^4.2.0"
Note: See TracChangeset for help on using the changeset viewer.