Make WordPress Core

Changeset 48038 for trunk/package.json


Ignore:
Timestamp:
06/13/2020 06:51:07 PM (6 years ago)
Author:
SergeyBiryukov
Message:

External Libraries: Update Masonry to 4.2.2 and imagesLoaded to 4.1.4.

Notable changes include dropping support for IE 8 & 9, which are no longer supported by WordPress core either.

Release notes:
https://github.com/desandro/masonry/releases
https://github.com/desandro/imagesloaded/releases

Changelogs:
https://github.com/desandro/masonry/compare/v3.3.2...v4.2.2
https://github.com/desandro/imagesloaded/compare/v3.2.0...v4.1.4

Props pierlo, hareesh-pillai, grapplerulrich, pderksen, desrosj, garrett-eclipse, SergeyBiryukov.
Fixes #37675, #48031.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r47895 r48038  
    130130        "formdata-polyfill": "3.0.13",
    131131        "hoverintent": "2.2.1",
    132         "imagesloaded": "3.2.0",
     132        "imagesloaded": "4.1.4",
    133133        "jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
    134134        "jquery-form": "4.2.1",
     
    136136        "jquery-ui": "https://github.com/jquery/jquery-ui/archive/1.11.4.tar.gz",
    137137        "lodash": "4.17.15",
    138         "masonry-layout": "3.3.2",
     138        "masonry-layout": "4.2.2",
    139139        "moment": "2.22.2",
    140140        "polyfill-library": "3.42.0",
Note: See TracChangeset for help on using the changeset viewer.