Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/30/2023 09:56:33 AM (10 months ago)
Author:
imath
Message:

Update required Node.js version to >=20.10.0

Following WordPress latest move, we're updating Node.js as well as some development dependencies.
See: https://make.wordpress.org/core/2023/12/20/updating-wordpress-to-use-more-modern-versions-of-node-js-npm-2/

This commit also bumps PHP version to 8.2 for the coding standards GitHub action and wp-phpunit/wp-phpunit to 6.4 into our composer.json file.

Props espellcaste

Fixes #9047
Closes https://github.com/buddypress/buddypress/pull/205
Closes https://github.com/buddypress/buddypress/pull/210

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/blocks/groups/index.asset.php

    r13580 r13684  
    1 <?php return array('dependencies' => array('bp-block-components', 'bp-block-data', 'lodash', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '9d7501097110d21a7517');
     1<?php return array('dependencies' => array('bp-block-components', 'bp-block-data', 'lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'e907cea80ab35f9ef23b');
Note: See TracChangeset for help on using the changeset viewer.