1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Update: dayjs v1.10.5 -> v1.10.6 (#560)

This commit is contained in:
nobody
2021-07-07 07:13:04 +02:00
parent 40f14157ae
commit 8c24d2bd23
3 changed files with 3 additions and 2 deletions

View File

@@ -250,7 +250,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/datatables/1.')) {
return '1.10.25';
} else if (type.startsWith('/dayjs/1.')) {
return '1.10.5';
return '1.10.6';
} else if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) {
return '3.0.3';
} else if (type.startsWith('/docsearch.js/2.')) {