Changeset 7353 for trunk/package.json
- Timestamp:
- 11/14/2025 07:39:41 PM (7 months ago)
- File:
-
- 1 edited
-
trunk/package.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.json
r7283 r7353 31 31 "@wordpress/browserslist-config": "~2.1.3", 32 32 "@wordpress/stylelint-config": "~22.4.0", 33 "@wordpress/env": "^10.8.0", 33 34 "autoprefixer": "~8.2.0", 34 35 "browserslist": "~4.23.2", … … 49 50 "grunt-rtlcss": "~2.0.2", 50 51 "grunt-sass": "~3.1.0", 51 "grunt-stylelint": "~0. 8.0",52 "grunt-stylelint": "~0.18", 52 53 "grunt-terser": "~2.0.0", 53 54 "grunt-wp-i18n": "~1.0.3", 55 "grunt-composer": "~0.4.5", 54 56 "matchdep": "~2.0.0", 55 57 "node-sass": "~9.0.0", … … 57 59 "postcss-markdown": "~1.2.0", 58 60 "postcss-scss": "~1.0.2", 59 "stylelint": "~1 5.11.0",60 "stylelint-scss": "~ 6.4.1",61 "stylelint": "~14", 62 "stylelint-scss": "~5", 61 63 "terser": "~5.31.3" 64 }, 65 "scripts": { 66 "wp-env": "wp-env", 67 "test-php": "npm run wp-env run cli -- --env-cwd=wp-content/plugins/bbPress composer test" 62 68 } 63 69 }
Note: See TracChangeset
for help on using the changeset viewer.