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/twentytwenty/package.json

    r53762 r54294  
    1515    },
    1616    "devDependencies": {
    17         "@wordpress/browserslist-config": "^4.1.2",
    18         "@wordpress/scripts": "^16.1.5",
    19         "autoprefixer": "^10.4.7",
    20         "concurrently": "^7.3.0",
    21         "postcss": "^8.4.14",
     17        "@wordpress/browserslist-config": "^5.1.0",
     18        "@wordpress/scripts": "^24.2.0",
     19        "autoprefixer": "^10.4.12",
     20        "concurrently": "^7.4.0",
     21        "postcss": "^8.4.16",
    2222        "postcss-cli": "^10.0.0",
    23         "rtlcss": "^3.5.0",
     23        "rtlcss": "^4.0.0",
    2424        "stylelint-a11y": "^1.2.3"
    2525    },
Note: See TracChangeset for help on using the changeset viewer.