Changeset 14112
- Timestamp:
- 03/20/2025 07:11:03 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/package.json
r14053 r14112 6 6 "description": "BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!", 7 7 "devDependencies": { 8 "@wordpress/babel-preset-default": "^7. 12.0",9 "@wordpress/browserslist-config": "^5. 11.0",10 "@wordpress/scripts": "^26.1 .0",11 "@wordpress/env": "^ 5.6.0",8 "@wordpress/babel-preset-default": "^7.32.0", 9 "@wordpress/browserslist-config": "^5.31.0", 10 "@wordpress/scripts": "^26.19.0", 11 "@wordpress/env": "^9.4.0", 12 12 "@wordpress/stylelint-config": "~19.1.0", 13 13 "autoprefixer": "^9.8.8", 14 "grunt": "^1. 5.3",14 "grunt": "^1.6.1", 15 15 "grunt-check-dependencies": "~1.0.0", 16 16 "grunt-checktextdomain": "~1.0.1", 17 17 "grunt-contrib-clean": "~2.0.1", 18 18 "grunt-contrib-copy": "~1.0.0", 19 "grunt-contrib-cssmin": " ^4.0.0",19 "grunt-contrib-cssmin": "~5.0.0", 20 20 "grunt-contrib-imagemin": "~4.0.0", 21 21 "grunt-contrib-jshint": "^3.2.0", … … 31 31 "grunt-stylelint": "~0.16.0", 32 32 "matchdep": "~2.0.0", 33 "node-sass": "~ 6.0.1",33 "node-sass": "~9.0.0", 34 34 "phplint": "~2.0.5", 35 35 "postcss": "^8.4.21", … … 38 38 }, 39 39 "engines": { 40 "node": ">=1 6.19.1",41 "npm": ">= 8.19.3 <9"40 "node": ">=18.20.4", 41 "npm": ">=10.8.2" 42 42 }, 43 43 "scripts": {
Note: See TracChangeset
for help on using the changeset viewer.