Make WordPress Core

Changeset 55269 for trunk/package.json


Ignore:
Timestamp:
02/07/2023 03:53:13 PM (3 years ago)
Author:
desrosj
Message:

External Libraries: Update miscellaneous libraries to their latest versions.

This updates the following external libraries to their latest versions:

  • polyfill-library from 4.4.0 to 4.7.0.
  • regenerator-runtime from 0.13.9 to 0.13.11.

These updates are minor without any breaking changes.

These libraries are no longer used by Core itself and maintained as a courtesy. Any projects relying on them should reevaluate their usage as modern browsers have made these almost entirely unnecessary.

Fixes #57646.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r55257 r55269  
    151151        "moment": "2.29.4",
    152152        "objectFitPolyfill": "2.3.5",
    153         "polyfill-library": "4.4.0",
     153        "polyfill-library": "4.7.0",
    154154        "react": "18.2.0",
    155155        "react-dom": "18.2.0",
    156         "regenerator-runtime": "0.13.9",
     156        "regenerator-runtime": "0.13.11",
    157157        "underscore": "1.13.6",
    158158        "whatwg-fetch": "3.6.2",
Note: See TracChangeset for help on using the changeset viewer.