Updated: Underscore.js v1.9.1 -> v1.11.0 (#141)

This commit is contained in:
nobody 2020-10-19 16:37:24 +02:00
parent 61ab8eb979
commit 0484c53b89
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 11 additions and 6 deletions

View File

@ -564,7 +564,7 @@ helpers.setLastVersion = function (type, version) {
} else if (type.includes('/toastr.js/2.')) {
return '2.1.4';
} else if (type.includes('/underscore.js/1.')) {
return '1.9.1';
return '1.11.0';
} else if (type.includes('/urlive/1.')) {
return '1.1.1';
} else if (type.includes('/vanilla-lazyload')) {

View File

@ -26,6 +26,7 @@
</div>
<ul>
<li>Updated: Chart.js v2.9.3 -> v2.9.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/140">#140</a>)</li>
<li>Updated: Underscore.js v1.9.1 -> v1.11.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/141">#141</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

View File

@ -0,0 +1,4 @@
In this directory the file was renamed.
Original: underscore-esm-min.jsm
Now: underscore-min.jsm

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long