From a6947de7b2ef54530edb29c0c75ff0b697ed56ce Mon Sep 17 00:00:00 2001 From: Nathan Booker Date: Mon, 24 Sep 2018 08:31:14 -0700 Subject: [PATCH] Update lazysizes to 4.1.2 This plugin is about 18 months out of date, the latest versions have some valuable fixes. --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a47dc8241..57df4cd8d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Added "activePage" as a active class in navigation menus and web pages. [#1354](https://github.com/bigcommerce/cornerstone/pull/1354) - Added hidden field for checkboxes with a "No" value. [#1355](https://github.com/bigcommerce/cornerstone/pull/1355) - Stop lazyloading store logo [#1357](https://github.com/bigcommerce/cornerstone/pull/1357) +- Update lazysizes plugin to 4.1.2 [#1358](https://github.com/bigcommerce/cornerstone/pull/1358) ## 2.4.0 (2018-09-14) - Fix encoding issues on Account Signup Form ("'" characters showing in country name)[#1341] (https://github.com/bigcommerce/cornerstone/pull/1341) diff --git a/package.json b/package.json index 0b482f4b43..5e4b1e3f08 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "jquery": "^3.3.1", "jquery-migrate": "^1.4.1", "jstree": "vakata/jstree", - "lazysizes": "3.0.0", + "lazysizes": "4.1.2", "lodash": "^4.17.4", "nod-validate": "^2.0.12", "pace": "hubspot/pace#a03f1f1de62c9cea6c88b2267b8d7a83858b6cb6",