Make WordPress Core


Ignore:
Timestamp:
02/07/2023 04:46:34 PM (2 years ago)
Author:
desrosj
Message:

External Libraries: Update element-closest.

This updates the element-closest polyfill to the latest version, 3.0.2.

Because of changes to how the package is now built and distributed, both files for the library now contain minified code.

This library is no longer used by Core itself and maintained as a courtesy. Any projects utilizing it should reevaluate their usage requirements with modern browsers.

Props hareesh-pillai, gziolo, mukesh27, costdev.
Fixes #52851.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r55269 r55275  
    95469546        },
    95479547        "element-closest": {
    9548             "version": "2.0.2",
    9549             "resolved": "https://registry.npmjs.org/element-closest/-/element-closest-2.0.2.tgz",
    9550             "integrity": "sha1-cqdAoQdFM4LijfnOXbtajfD5Zuw="
     9548            "version": "3.0.2",
     9549            "resolved": "https://registry.npmjs.org/element-closest/-/element-closest-3.0.2.tgz",
     9550            "integrity": "sha512-JxKQiJKX0Zr5Q2/bCaTx8P+UbfyMET1OQd61qu5xQFeWr1km3fGaxelSJtnfT27XQ5Uoztn2yIyeamAc/VX13g=="
    95519551        },
    95529552        "emittery": {
Note: See TracChangeset for help on using the changeset viewer.