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

Updated: dayjs v1.10.4 -> v1.10.5 (#474)

This commit is contained in:
nobody
2021-05-27 06:17:50 +02:00
parent 16bb65a101
commit a41792189a
5 changed files with 4 additions and 3 deletions

View File

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