Make WordPress Core

Changeset 53165 for trunk/package.json


Ignore:
Timestamp:
04/12/2022 05:33:54 PM (4 years ago)
Author:
desrosj
Message:

External Libraries: Update polyfill libraries.

This updates two polyfill libraries to their latest versions.

  • polyfill-library from 3.105.0 to 4.0.0.
  • formdata-polyfill from 4.0.0 to 4.0.10.

This will affect the following script handles:

  • wp-polyfill-formdata
  • wp-polyfill-node-contains
  • wp-polyfill-dom-rect

These polyfills are no longer used by WordPress Core, but are kept up to date as a courtesy for any plugins or themes still requiring them.

See #55547.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r53164 r53165  
    135135        "core-js-url-browser": "3.6.4",
    136136        "element-closest": "^2.0.2",
    137         "formdata-polyfill": "4.0.0",
     137        "formdata-polyfill": "4.0.10",
    138138        "hoverintent": "2.2.1",
    139139        "imagesloaded": "4.1.4",
     
    146146        "moment": "2.29.2",
    147147        "objectFitPolyfill": "2.3.5",
    148         "polyfill-library": "3.105.0",
     148        "polyfill-library": "4.0.0",
    149149        "react": "17.0.2",
    150150        "react-dom": "17.0.2",
Note: See TracChangeset for help on using the changeset viewer.