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

dayjs v1.10.6 -> v1.10.7 (#672)

This commit is contained in:
nobody
2021-09-11 19:43:19 +02:00
parent 1cea2e74c5
commit e6f719c842
4 changed files with 3 additions and 2 deletions

View File

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