Make WordPress Core


Ignore:
Timestamp:
11/08/2021 04:24:38 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update/Audit NPM dependencies for bundled themes.

This updates several NPM dependencies to their latest (or latest allowed) versions for bundled themes that have a package.json file (Twenty Nineteen and newer).

These updates did not result in any changes to the built files in Twenty Nineteen or Twenty Twenty. Some unnecessary parenthesis have been removed from calc() function calls within Twenty Twenty-One.

This change also contains several updates to the package-lock.json files made by running npm audit fix within each of these themes.

See #53361.

File:
1 edited

Legend:

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

    r51455 r52047  
    99  "devDependencies": {
    1010    "@wordpress/browserslist-config": "^4.0.1",
    11     "autoprefixer": "^9.8.6",
    12     "chokidar-cli": "^2.1.0",
    13     "node-sass": "^6.0.0",
     11    "autoprefixer": "^9.8.8",
     12    "chokidar-cli": "^3.0.0",
     13    "node-sass": "^6.0.1",
    1414    "npm-run-all": "^4.1.5",
    1515    "postcss-cli": "^7.1.2",
    1616    "postcss-focus-within": "^4.0.0",
    17     "rtlcss": "^3.2.0"
     17    "rtlcss": "^3.5.0"
    1818  },
    1919  "rtlcssConfig": {
Note: See TracChangeset for help on using the changeset viewer.