Changeset 59741 for branches/6.7/src/wp-includes/script-loader.php
- Timestamp:
- 01/30/2025 08:42:03 PM (13 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
- Property svn:mergeinfo changed
/trunk merged: 59536,59540
- Property svn:mergeinfo changed
-
branches/6.7/src/wp-includes/script-loader.php
r59135 r59741 107 107 108 108 $vendor_scripts_versions = array( 109 'react' => '18.3.1 ',110 'react-dom' => '18.3.1 ',109 'react' => '18.3.1.1', // Final .1 due to switch to UMD build, can be removed in the next update. 110 'react-dom' => '18.3.1.1', // Final .1 due to switch to UMD build, can be removed in the next update. 111 111 'react-jsx-runtime' => '18.3.1', 112 112 'regenerator-runtime' => '0.14.1',
Note: See TracChangeset
for help on using the changeset viewer.