Make WordPress Core


Ignore:
Timestamp:
04/27/2022 02:23:47 PM (3 years ago)
Author:
desrosj
Message:

Bundled Themes: Update NPM dependencies for default themes.

This updates all NPM dependencies for all default themes with a package.json file (Twenty Nineteen, Twenty Twenty, and Twenty Twenty-One) to their latest versions following the defined version constraints. npm audit fix has also been run for each theme.

These updates only resulted in minor changes within built files for Twenty Twenty-One.

See #54727.

File:
1 edited

Legend:

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

    r52618 r53295  
    1414    "homepage": "https://wordpress.org/themes/twentytwentyone/",
    1515    "devDependencies": {
    16         "@wordpress/browserslist-config": "^4.0.1",
    17         "@wordpress/eslint-plugin": "^9.2.0",
     16        "@wordpress/browserslist-config": "^4.1.2",
     17        "@wordpress/eslint-plugin": "^9.3.0",
    1818        "@wordpress/stylelint-config": "^19.1.0",
    19         "autoprefixer": "^10.4.0",
     19        "autoprefixer": "^10.4.5",
    2020        "chokidar-cli": "^3.0.0",
    21         "eslint": "^8.2.0",
    22         "minimist": "^1.2.2",
     21        "eslint": "^8.14.0",
     22        "minimist": "^1.2.6",
    2323        "npm-run-all": "^4.1.5",
    24         "postcss-calc": "^8.0.0",
    25         "postcss-cli": "^9.0.2",
    26         "postcss": "^8.3.11",
     24        "postcss": "^8.4.12",
     25        "postcss-calc": "^8.2.4",
     26        "postcss-cli": "^9.1.0",
    2727        "postcss-css-variables": "^0.18.0",
    2828        "postcss-custom-media": "^8.0.0",
    29         "postcss-discard-duplicates": "^5.0.1",
    30         "postcss-focus-within": "^5.0.1",
    31         "postcss-merge-rules": "^5.0.3",
     29        "postcss-discard-duplicates": "^5.1.0",
     30        "postcss-focus-within": "^5.0.4",
     31        "postcss-merge-rules": "^5.1.1",
    3232        "postcss-nested": "^5.0.6",
    3333        "rtlcss": "^3.5.0",
    34         "sass": "^1.43.4",
     34        "sass": "^1.51.0",
    3535        "stylelint": "^13.13.1",
    36         "stylelint-config-recommended-scss": "^5.0.1"
     36        "stylelint-config-recommended-scss": "^5.0.2"
    3737    },
    3838    "rtlcssConfig": {
Note: See TracChangeset for help on using the changeset viewer.