1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

vanilla-lazyload v17.6.1 -> v17.7.0 (#935)

This commit is contained in:
nobody
2022-04-11 06:36:05 +02:00
parent 80c9737c89
commit 1f2bb0ba13
5 changed files with 4 additions and 3 deletions

View File

@@ -404,7 +404,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/twitter-bootstrap/5.')) return '5.1.3';
if (type.startsWith('/underscore.js/1.')) return '1.13.2';
if (type.startsWith('/urlive/1.')) return '1.1.1';
if (type.startsWith('/vanilla-lazyload')) return '17.6.1';
if (type.startsWith('/vanilla-lazyload')) return '17.7.0';
if (type.startsWith('/vex-js/3.')) return '3.1.1';
if (type.startsWith('/vex-js/4.')) return '4.1.0';
if (type.startsWith('/videojs-seek-buttons/1.')) return '1.6.0';