mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 04:34:31 +00:00
External Libraries: Update two polyfill libraries to their latest versions.
This updates the following polyfill libraries bundled with WordPress to their latest versions: - `formdata-polyfill` from `3.0.20` to `4.0.0`. - `polyfill-library` from `3.104.0` to `3.105.0`. Fixes #52854. git-svn-id: https://develop.svn.wordpress.org/trunk@51017 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -108,8 +108,8 @@ function wp_default_packages_vendor( $scripts ) {
|
||||
'moment' => '2.29.1',
|
||||
'lodash' => '4.17.19',
|
||||
'wp-polyfill-fetch' => '3.0.0',
|
||||
'wp-polyfill-formdata' => '3.0.20',
|
||||
'wp-polyfill-node-contains' => '3.104.0',
|
||||
'wp-polyfill-formdata' => '4.0.0',
|
||||
'wp-polyfill-node-contains' => '3.105.0',
|
||||
'wp-polyfill-url' => '3.6.4',
|
||||
'wp-polyfill-dom-rect' => '3.104.0',
|
||||
'wp-polyfill-element-closest' => '2.0.2',
|
||||
|
||||
Reference in New Issue
Block a user