External Libraries: Revert some unwanted changes after [58218].

This reverts some unwanted changes related to `react` and react-dom` versions in `$vendor_scripts_versions`.

Follow-up to [58218].

Unprops audrasjb.
Fixes #61090.



Built from https://develop.svn.wordpress.org/trunk@58219


git-svn-id: http://core.svn.wordpress.org/trunk@57682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-05-27 21:22:10 +00:00
parent 12541213c1
commit 407584f9ef
2 changed files with 3 additions and 3 deletions

View File

@ -107,8 +107,8 @@ function wp_default_packages_vendor( $scripts ) {
);
$vendor_scripts_versions = array(
'react' => '18.2.0',
'react-dom' => '18.2.0',
'react' => '18.3.1',
'react-dom' => '18.3.1',
'regenerator-runtime' => '0.14.0',
'moment' => '2.29.4',
'lodash' => '4.17.21',

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-58218';
$wp_version = '6.6-alpha-58219';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.