mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-23 16:02:42 +01:00
moment.js v2.29.2 -> v2.29.3 (#946)
This commit is contained in:
parent
78a1c0370b
commit
b02ba9a0f3
@ -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
|
||||
|
@ -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';
|
||||
|
@ -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
2
resources/moment.js/2.29.3/moment-with-locales.min.jsm
Normal file
2
resources/moment.js/2.29.3/moment-with-locales.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user