vanilla-lazyload v17.8.8 -> v19.1.3
This commit is contained in:
parent
225905ca68
commit
5b24cdc412
|
@ -1474,7 +1474,7 @@ https://cdn.jsdelivr.net/npm/swiper@8.4.7/swiper-bundle.min.js
|
|||
https://cdn.jsdelivr.net/npm/swiper@9.4.1/swiper-bundle.min.css
|
||||
https://cdn.jsdelivr.net/npm/swiper@9.4.1/swiper-bundle.min.js
|
||||
https://cdn.jsdelivr.net/npm/urlize.js/urlize.js
|
||||
https://cdn.jsdelivr.net/npm/vanilla-lazyload@17.8.8/dist/lazyload.min.js
|
||||
https://cdn.jsdelivr.net/npm/vanilla-lazyload@19.1.3/dist/lazyload.min.js
|
||||
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.css
|
||||
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.min.js
|
||||
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.2.1/dist/videojs-seek-buttons.css
|
||||
|
|
|
@ -469,7 +469,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/underscore.js/1.')) return '1.13.6';
|
||||
if (type.startsWith('/URI.js/1.')) return '1.19.11';
|
||||
if (type.startsWith('/urlive/1.')) return '1.1.1';
|
||||
if (type.startsWith('/vanilla-lazyload')) return '17.8.8';
|
||||
if (type.startsWith('/vanilla-lazyload')) return '19.1.3';
|
||||
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';
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
<ul>
|
||||
<li>tinymce v6.8.3 -> v7.0.1</li>
|
||||
<li>bulma v0.9.4 -> v1.0.0</li>
|
||||
<li>vanilla-lazyload v17.8.8 -> v19.1.3</li>
|
||||
</ul>
|
||||
<p>Improved</p>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue