1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-10 17:00:54 +01:00

dayjs v1.11.11 -> v1.11.12

This commit is contained in:
nobody 2024-08-10 07:28:09 +02:00
parent 460a31733e
commit da4e9afd0b
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 3 additions and 2 deletions

View File

@ -325,7 +325,7 @@ https://cdnjs.cloudflare.com/ajax/libs/d3/4.13.0/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/5.16.0/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/7.9.0/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.11/dayjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.12/dayjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/dexie/4.0.8/dexie.min.js
https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.css
https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.js

View File

@ -182,7 +182,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/d3/6.')) return '6.7.0';
if (type.startsWith('/d3/7.')) return '7.9.0';
if (type.startsWith('/datatables/1.')) return '1.11.0';
if (type.startsWith('/dayjs/1.')) return '1.11.11';
if (type.startsWith('/dayjs/1.')) return '1.11.12';
if (type.startsWith('/dexie/3.')) return '3.2.6';
if (type.startsWith('/dexie/4.') || type.startsWith('/dexie/latest')) return '4.0.8';
if (type.startsWith('/docsearch.js/2.')) return '2.6.3';

View File

@ -33,6 +33,7 @@
<li>baguettebox.js v1.11.1 -> v1.12.0</li>
<li>bootstrap-table v1.23.0 -> v1.23.2</li>
<li>bulma v1.0.1 -> v1.0.2</li>
<li>dayjs v1.11.11 -> v1.11.12</li>
</ul>
<p>Added</p>
<ul>