Changeset 14119 for branches/11.0/package.json
- Timestamp:
- 03/20/2025 08:24:47 PM (14 months ago)
- File:
-
- 1 edited
-
branches/11.0/package.json (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/11.0/package.json
r14055 r14119 7 7 "devDependencies": { 8 8 "@babel/core": "~7.18.2", 9 "@wordpress/babel-preset-default": "^7. 1.1",10 "@wordpress/browserslist-config": " ~4.1.0",11 "@wordpress/env": "^ 5.6.0",9 "@wordpress/babel-preset-default": "^7.32.0", 10 "@wordpress/browserslist-config": "^5.31.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 "parcel-bundler": "~1.12.5", 35 35 "phplint": "~2.0.5", 36 "postcss": " ~8.3.6",36 "postcss": "^8.4.21", 37 37 "postcss-scss": "~4.0.0", 38 38 "stylelint": "~13.13.1" … … 60 60 "test-php:group": "npm run wp-env run phpunit 'php /var/www/html/wp-content/plugins/buddypress/vendor/phpunit/phpunit/phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.xml --group $npm_confi_g'", 61 61 "test-php-multisite": "npm run wp-env run phpunit 'php /var/www/html/wp-content/plugins/buddypress/vendor/phpunit/phpunit/phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.multisite.xml'", 62 "test-php-multisite:group": "npm run wp-env run phpunit 'php /var/www/html/wp-content/plugins/buddypress/vendor/phpunit/phpunit/phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.multisite.xml --group $npm_confi_g'" 62 "test-php-multisite:group": "npm run wp-env run phpunit 'php /var/www/html/wp-content/plugins/buddypress/vendor/phpunit/phpunit/phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.multisite.xml --group $npm_confi_g'", 63 "download:cli": "curl -L -o 'cli-archive.zip' https://github.com/buddypress/wp-cli-buddypress/archive/2.0.2.zip && unzip -qq cli-archive.zip && mv wp-cli-buddypress-2.0.2 build/cli && rm cli-archive.zip", 64 "download:rest": "curl -L -o 'rest-archive.zip' https://github.com/buddypress/BP-REST/archive/0.7.zip && unzip -qq rest-archive.zip && mv BP-REST-0.7 build/bp-rest && rm rest-archive.zip", 65 "download:bpdefault": "curl -L -o 'bpdefault-archive.zip' https://github.com/buddypress/BP-Default/archive/pre-bp-classic.zip && unzip -qq bpdefault-archive.zip -d bp-themes && mv bp-themes/BP-Default-pre-bp-classic bp-themes/bp-default && mv bp-themes build/ && rm bpdefault-archive.zip" 63 66 }, 64 67 "keywords": [ … … 79 82 "url": "https://buddypress.svn.wordpress.org/trunk/" 80 83 }, 81 "version": "11.4. 3",84 "version": "11.4.4", 82 85 "browserslist": [ 83 86 "extends @wordpress/browserslist-config"
Note: See TracChangeset
for help on using the changeset viewer.