Make WordPress Core

Changeset 51017 for trunk/package.json


Ignore:
Timestamp:
05/25/2021 11:26:14 PM (4 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r50996 r51017  
    134134        "core-js-url-browser": "3.6.4",
    135135        "element-closest": "^2.0.2",
    136         "formdata-polyfill": "3.0.20",
     136        "formdata-polyfill": "4.0.0",
    137137        "hoverintent": "2.2.1",
    138138        "imagesloaded": "4.1.4",
     
    145145        "moment": "2.29.1",
    146146        "objectFitPolyfill": "2.3.5",
    147         "polyfill-library": "3.104.0",
     147        "polyfill-library": "3.105.0",
    148148        "react": "16.13.1",
    149149        "react-dom": "16.13.1",
Note: See TracChangeset for help on using the changeset viewer.