Block Editor: Updated the WordPress packages to include Gutenberg 15.1.0 changes.

In addition to all the packages being updated to the latest versions, 
this commit also includes some mandatory changes to avoid editor breakage:

 - Update React to to 18.2.0.
 - Add the right stylesheets to support iframed block editors.

Props ntsekouras, mamaduka, flixos90, desrosj, peterwilsoncc.
See #57471.


git-svn-id: https://develop.svn.wordpress.org/trunk@55246 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Riad Benguella
2023-02-07 07:01:56 +00:00
parent d46dc08342
commit 07fc9b2d74
122 changed files with 3752 additions and 3687 deletions

View File

@@ -104,8 +104,8 @@ function wp_default_packages_vendor( $scripts ) {
);
$vendor_scripts_versions = array(
'react' => '17.0.1',
'react-dom' => '17.0.1',
'react' => '18.2.0',
'react-dom' => '18.2.0',
'regenerator-runtime' => '0.13.9',
'moment' => '2.29.4',
'lodash' => '4.17.19',