Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/20/2025 08:24:47 PM (14 months ago)
Author:
dcavins
Message:

Build changes for 11.0 branch.

Props emaralive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/11.0/package.json

    r14055 r14119  
    77    "devDependencies": {
    88        "@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",
    1212        "@wordpress/stylelint-config": "~19.1.0",
    1313        "autoprefixer": "^9.8.8",
    14         "grunt": "^1.5.3",
     14        "grunt": "^1.6.1",
    1515        "grunt-check-dependencies": "~1.0.0",
    1616        "grunt-checktextdomain": "~1.0.1",
    1717        "grunt-contrib-clean": "~2.0.1",
    1818        "grunt-contrib-copy": "~1.0.0",
    19         "grunt-contrib-cssmin": "^4.0.0",
     19        "grunt-contrib-cssmin": "~5.0.0",
    2020        "grunt-contrib-imagemin": "~4.0.0",
    2121        "grunt-contrib-jshint": "^3.2.0",
     
    3131        "grunt-stylelint": "~0.16.0",
    3232        "matchdep": "~2.0.0",
    33         "node-sass": "~6.0.1",
     33        "node-sass": "~9.0.0",
    3434        "parcel-bundler": "~1.12.5",
    3535        "phplint": "~2.0.5",
    36         "postcss": "~8.3.6",
     36        "postcss": "^8.4.21",
    3737        "postcss-scss": "~4.0.0",
    3838        "stylelint": "~13.13.1"
     
    6060        "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'",
    6161        "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"
    6366    },
    6467    "keywords": [
     
    7982        "url": "https://buddypress.svn.wordpress.org/trunk/"
    8083    },
    81     "version": "11.4.3",
     84    "version": "11.4.4",
    8285    "browserslist": [
    8386        "extends @wordpress/browserslist-config"
Note: See TracChangeset for help on using the changeset viewer.