Skip to content

Commit

Permalink
External Libraries: Revert some unwanted changes after [58218].
Browse files Browse the repository at this point in the history
This reverts some unwanted changes related to `react` and react-dom` versions in `$vendor_scripts_versions`.

Follow-up to [58218].

Unprops audrasjb.
Fixes #61090.




git-svn-id: https://develop.svn.wordpress.org/trunk@58219 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
audrasjb committed May 27, 2024
1 parent ef42cbb commit 3d90f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-includes/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3d90f51

Please sign in to comment.