Changeset 59540 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 12/19/2024 03:07:09 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r59536 r59540 107 107 108 108 $vendor_scripts_versions = array( 109 'react' => '18.3.1 -umd',110 'react-dom' => '18.3.1 -umd',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.