- Timestamp:
- 06/25/2024 12:47:56 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/package.json
r57886 r58562 18 18 }, 19 19 "devDependencies": { 20 "@wordpress/browserslist-config": "^ 5.30.0",20 "@wordpress/browserslist-config": "^6.1.0", 21 21 "@wordpress/eslint-plugin": "^17.4.0", 22 22 "@wordpress/stylelint-config": "^21.30.0", 23 "autoprefixer": "^10.4.1 3",23 "autoprefixer": "^10.4.19", 24 24 "chokidar-cli": "^3.0.0", 25 25 "eslint": "^8.55.0", 26 26 "minimist": "^1.2.8", 27 27 "npm-run-all": "^4.1.5", 28 "postcss": "^8.4.3 2",29 "postcss-calc": "^ 9.0.1",30 "postcss-cli": "^1 0.1.0",28 "postcss": "^8.4.38", 29 "postcss-calc": "^10.0.0", 30 "postcss-cli": "^11.0.0", 31 31 "postcss-css-variables": "^0.19.0", 32 "postcss-custom-media": "^10.0. 2",33 "postcss-discard-duplicates": "^ 6.0.0",34 "postcss-discard-empty": "^ 6.0.0",35 "postcss-focus-within": "^8.0. 0",36 "postcss-merge-rules": "^ 6.0.1",32 "postcss-custom-media": "^10.0.6", 33 "postcss-discard-duplicates": "^7.0.0", 34 "postcss-discard-empty": "^7.0.0", 35 "postcss-focus-within": "^8.0.1", 36 "postcss-merge-rules": "^7.0.2", 37 37 "postcss-nested": "^6.0.0", 38 38 "rtlcss": "^4.0.0", 39 "sass": "^1. 58.0",39 "sass": "^1.77.6", 40 40 "stylelint": "^14.16.1", 41 "stylelint-config-recommended-scss": "^1 3.1.0"41 "stylelint-config-recommended-scss": "^14.0.0" 42 42 }, 43 43 "rtlcssConfig": {
Note: See TracChangeset
for help on using the changeset viewer.