Editor: Update @wordpress npm packages

Update @wordpress npm packages to the latest published versions. This means that
the block editor includes functionality that exists in Gutenberg 9.8.

See #52334.
Props isabel_brison.

Built from https://develop.svn.wordpress.org/trunk@50048


git-svn-id: http://core.svn.wordpress.org/trunk@49749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
noisysocks
2021-01-28 02:04:13 +00:00
parent d3d95965dd
commit 43e36a3541
195 changed files with 74724 additions and 66832 deletions

View File

@@ -90,6 +90,7 @@ function wp_default_packages_vendor( $scripts ) {
'wp-polyfill-url',
'wp-polyfill-dom-rect',
'wp-polyfill-element-closest',
'wp-polyfill-object-fit',
'wp-polyfill',
);
@@ -104,6 +105,7 @@ function wp_default_packages_vendor( $scripts ) {
'wp-polyfill-url' => '3.6.4',
'wp-polyfill-dom-rect' => '3.42.0',
'wp-polyfill-element-closest' => '2.0.2',
'wp-polyfill-object-fit' => '2.3.4',
'wp-polyfill' => '7.4.4',
);
@@ -131,6 +133,7 @@ function wp_default_packages_vendor( $scripts ) {
'window.URL && window.URL.prototype && window.URLSearchParams' => 'wp-polyfill-url',
'window.FormData && window.FormData.prototype.keys' => 'wp-polyfill-formdata',
'Element.prototype.matches && Element.prototype.closest' => 'wp-polyfill-element-closest',
'\'objectFit\' in document.documentElement.style' => 'wp-polyfill-object-fit',
)
)
);