External Libraries: Update polyfill versions in the script loader.

Follow up to [50615, 50617].

See #52854.
Built from https://develop.svn.wordpress.org/trunk@50619


git-svn-id: http://core.svn.wordpress.org/trunk@50232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-03-30 17:57:05 +00:00
parent f701ad4999
commit 5c451da5e9
2 changed files with 5 additions and 5 deletions

View File

@ -100,12 +100,12 @@ function wp_default_packages_vendor( $scripts ) {
'moment' => '2.26.0', 'moment' => '2.26.0',
'lodash' => '4.17.19', 'lodash' => '4.17.19',
'wp-polyfill-fetch' => '3.0.0', 'wp-polyfill-fetch' => '3.0.0',
'wp-polyfill-formdata' => '3.0.12', 'wp-polyfill-formdata' => '3.0.20',
'wp-polyfill-node-contains' => '3.42.0', 'wp-polyfill-node-contains' => '3.104.0',
'wp-polyfill-url' => '3.6.4', 'wp-polyfill-url' => '3.6.4',
'wp-polyfill-dom-rect' => '3.42.0', 'wp-polyfill-dom-rect' => '3.104.0',
'wp-polyfill-element-closest' => '2.0.2', 'wp-polyfill-element-closest' => '2.0.2',
'wp-polyfill-object-fit' => '2.3.4', 'wp-polyfill-object-fit' => '2.3.5',
'wp-polyfill' => '7.4.4', 'wp-polyfill' => '7.4.4',
); );

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.8-alpha-50618'; $wp_version = '5.8-alpha-50619';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.