moment.js v2.29.2 -> v2.29.3 (#946)

This commit is contained in:
nobody 2022-04-18 06:58:59 +02:00
parent 78a1c0370b
commit b02ba9a0f3
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 8 additions and 4 deletions

View File

@ -1340,7 +1340,7 @@ https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.11.0/mdb.min.js
https://cdnjs.cloudflare.com/ajax/libs/Modaal/0.4.4/css/modaal.min.css
https://cdnjs.cloudflare.com/ajax/libs/Modaal/0.4.4/js/modaal.min.js
https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js
https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.2/moment-with-locales.min.js
https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.3/moment-with-locales.min.js
https://cdnjs.cloudflare.com/ajax/libs/mootools/1.4.5/mootools-core-full-compat-yc.min.js
https://cdnjs.cloudflare.com/ajax/libs/mootools/1.6.0/mootools-core.min.js
https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/14.7.0/nouislider.min.js

View File

@ -311,7 +311,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/mobile/1.')) return '1.4.5';
if (type.startsWith('/Modaal/0.')) return '0.4.4';
if (type.startsWith('/modernizr/2.')) return '2.8.3';
if (type.startsWith('/moment.js/2.')) return '2.29.2';
if (type.startsWith('/moment.js/2.')) return '2.29.3';
if (type.startsWith('/mootools/1.')) {
if (helpers.compareVersion('1.4.5', version)) return '1.4.5'; // <= v1.4.5
return '1.6.0';

View File

@ -25,6 +25,10 @@
<h2>New in LocalCDN:</h2>
</div>
<div class="release-notes-area">
<p>Updated</p>
<ul>
<li>moment.js v2.29.2 -> v2.29.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/946">#946</a>)</li>
</ul>
<p>Added</p>
<ul>
<li>react-redux v8.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/945">#945</a>)</li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long