Make WordPress Core


Ignore:
Timestamp:
07/22/2022 04:40:50 PM (3 years ago)
Author:
desrosj
Message:

Twenty Twenty-One: Update NPM dependencies.

This updates the NPM dependencies for the Twenty Twenty-One theme to the latest versions.

Modifications to the built files are included in this commit, which are a result of updating the sass dependency to the latest version.

Previously, trailing loud comments (/* ... */) were pushed to the next line,. Now the comment location is preserved, resulting in the built CSS files more closely resembling the theme’s SCSS files.

See #55652.

File:
1 edited

Legend:

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

    r53418 r53761  
    1717        "@wordpress/eslint-plugin": "^9.3.0",
    1818        "@wordpress/stylelint-config": "^19.1.0",
    19         "autoprefixer": "^10.4.5",
     19        "autoprefixer": "^10.4.7",
    2020        "chokidar-cli": "^3.0.0",
    21         "eslint": "^8.14.0",
     21        "eslint": "^8.20.0",
    2222        "minimist": "^1.2.6",
    2323        "npm-run-all": "^4.1.5",
    24         "postcss": "^8.4.12",
     24        "postcss": "^8.4.14",
    2525        "postcss-calc": "^8.2.4",
    26         "postcss-cli": "^9.1.0",
     26        "postcss-cli": "^10.0.0",
    2727        "postcss-css-variables": "^0.18.0",
    28         "postcss-custom-media": "^8.0.0",
     28        "postcss-custom-media": "^8.0.2",
    2929        "postcss-discard-duplicates": "^5.1.0",
    30         "postcss-focus-within": "^5.0.4",
    31         "postcss-merge-rules": "^5.1.1",
     30        "postcss-focus-within": "^6.0.0",
     31        "postcss-merge-rules": "^5.1.2",
    3232        "postcss-nested": "^5.0.6",
    3333        "rtlcss": "^3.5.0",
    34         "sass": "^1.51.0",
     34        "sass": "^1.53.0",
    3535        "stylelint": "^13.13.1",
    3636        "stylelint-config-recommended-scss": "^5.0.2"
Note: See TracChangeset for help on using the changeset viewer.