Skip to content

Commit e3a612a

Browse files
committed
General: Set the correct script version for regenerator-runtime
Follow-up for [56710]. Brings back the version specified in the `package.json` file. Props ockham. See #59411. git-svn-id: https://develop.svn.wordpress.org/trunk@56739 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ea5856e commit e3a612a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/script-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function wp_default_packages_vendor( $scripts ) {
108108
$vendor_scripts_versions = array(
109109
'react' => '18.2.0',
110110
'react-dom' => '18.2.0',
111-
'regenerator-runtime' => '0.13.11',
111+
'regenerator-runtime' => '0.14.0',
112112
'moment' => '2.29.4',
113113
'lodash' => '4.17.19',
114114
'wp-polyfill-fetch' => '3.6.17',

0 commit comments

Comments
 (0)