Make WordPress Core

Changeset 50543


Ignore:
Timestamp:
03/18/2021 03:48:43 PM (4 years ago)
Author:
desrosj
Message:

External Libraries: Update jQuery Color library to version 2.2.0.

This updates the jquery-color library from version 2.1.2 to 2.2.0.

This also switches back to installing the dependency from NPM instead of GitHub. The maintainers have resumed publishing to NPM with the 2.2.0 release.

A full list of changes can be found on GitHub: https://github.com/jquery/jquery-color/compare/2.1.2...2.2.0.

Props hareesh-pillai, desrosj.
Fixes #51405.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r50542 r50543  
    1458514585        },
    1458614586        "jquery-color": {
    14587             "version": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
    14588             "integrity": "sha512-9aNJaaV4BIEznUUvTtxSomQZYwmX+nt7qPcCSZEz9XFWfjOKgPOyq0brsWKlkUx45m5j+8CW5xHWJXG/qgvDDw=="
     14587            "version": "2.2.0",
     14588            "resolved": "https://registry.npmjs.org/jquery-color/-/jquery-color-2.2.0.tgz",
     14589            "integrity": "sha512-4VoxsLMw860EQGNT/TmP3Lbr7/1OCQlBPS4ILj7bxRApJrPQfpqzdIOTY8Ll9nGY7UHtWqDuzR7cUcS1lcWjVw=="
    1458914590        },
    1459014591        "jquery-form": {
  • trunk/package.json

    r50542 r50543  
    136136        "imagesloaded": "4.1.4",
    137137        "jquery": "3.6.0",
    138         "jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
     138        "jquery-color": "2.2.0",
    139139        "jquery-form": "4.2.1",
    140140        "jquery-hoverintent": "1.10.1",
Note: See TracChangeset for help on using the changeset viewer.