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:
Jonathan Desrosiers 2021-05-25 23:26:14 +00:00
parent b146e9ae59
commit 32f405b182
4 changed files with 531 additions and 140 deletions

661
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -133,7 +133,7 @@
"clipboard": "2.0.8",
"core-js-url-browser": "3.6.4",
"element-closest": "^2.0.2",
"formdata-polyfill": "3.0.20",
"formdata-polyfill": "4.0.0",
"hoverintent": "2.2.1",
"imagesloaded": "4.1.4",
"jquery": "3.6.0",
@ -144,7 +144,7 @@
"masonry-layout": "4.2.2",
"moment": "2.29.1",
"objectFitPolyfill": "2.3.5",
"polyfill-library": "3.104.0",
"polyfill-library": "3.105.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"twemoji": "13.0.2",

File diff suppressed because one or more lines are too long

View File

@ -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',