Changeset 13684 for trunk/package.json
- Timestamp:
- 12/30/2023 09:56:33 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/package.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.json
r13667 r13684 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",8 "@wordpress/babel-preset-default": "^7.32.0", 9 "@wordpress/browserslist-config": "^5.31.0", 10 "@wordpress/scripts": "^26.19.0", 11 11 "@wordpress/env": "^5.6.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": ">= 16.19.1",41 "npm": ">= 8.19.3 <9"40 "node": ">=20.10.0", 41 "npm": ">=10.2.3" 42 42 }, 43 43 "scripts": {
Note: See TracChangeset
for help on using the changeset viewer.