External Libraries: Update the `regenerator-runtime` version.

Adds the required change to the `script-loader.php` file for [56626] that was missed.

See #59078.
Built from https://develop.svn.wordpress.org/trunk@56627


git-svn-id: http://core.svn.wordpress.org/trunk@56139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2023-09-19 19:32:12 +00:00
parent da0c2396bb
commit 081e87f702
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ function wp_default_packages_vendor( $scripts ) {
$vendor_scripts_versions = array(
'react' => '18.2.0',
'react-dom' => '18.2.0',
'regenerator-runtime' => '0.13.11',
'regenerator-runtime' => '0.14.0',
'moment' => '2.29.4',
'lodash' => '4.17.19',
'wp-polyfill-fetch' => '3.6.17',

View File

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