Make WordPress Core

Changeset 52429


Ignore:
Timestamp:
01/03/2022 03:01:28 PM (3 years ago)
Author:
hellofromTonya
Message:

External Libraries: Update jQuery hoverIntent to version 1.10.2.

This updates the jquery-hoverintent dependency from 1.10.1 to 1.10.2, which fixes the deprecation of jQuery.isFunction.

For a full list of changes, see https://github.com/briancherne/jquery-hoverIntent/compare/v1.10.1...v1.10.2.

Follow-up to [50521].

Props titsmaker.
Fixes #54722. See #51812.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r52411 r52429  
    1668316683        },
    1668416684        "jquery-hoverintent": {
    16685             "version": "1.10.1",
    16686             "resolved": "https://registry.npmjs.org/jquery-hoverintent/-/jquery-hoverintent-1.10.1.tgz",
    16687             "integrity": "sha512-PNZAVnNcuIB5MDmZPWK7H2lQINRJ4Z8+EGLseIZd/gnd5Q9W3dBOKv0vKG7WPFxG2/Na1YX0/soeufucO6bCJQ==",
     16685            "version": "1.10.2",
     16686            "resolved": "https://registry.npmjs.org/jquery-hoverintent/-/jquery-hoverintent-1.10.2.tgz",
     16687            "integrity": "sha512-YU4xvTywSu+/aZvbtSV8Svgcv7F3iMsXXO8Fm1Scvt9wvKDP7C1F6w1j3Pjn0lQqICxc5s7MnsL3Nbh8DEeOcg==",
    1668816688            "requires": {
    1668916689                "jquery": ">=1.7.0"
  • trunk/package.json

    r52402 r52429  
    141141        "jquery-color": "2.2.0",
    142142        "jquery-form": "4.3.0",
    143         "jquery-hoverintent": "1.10.1",
     143        "jquery-hoverintent": "1.10.2",
    144144        "lodash": "4.17.21",
    145145        "masonry-layout": "4.2.2",
Note: See TracChangeset for help on using the changeset viewer.