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

DataTables v1.10.25 -> v1.11.0 (#651)

This commit is contained in:
nobody
2021-08-29 08:19:58 +02:00
parent db61e84cd2
commit d47ef04b5d
63 changed files with 729 additions and 620 deletions

View File

@@ -252,7 +252,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/d3-legend/2.')) {
return '2.25.6';
} else if (type.startsWith('/datatables/1.')) {
return '1.10.25';
return '1.11.0';
} else if (type.startsWith('/dayjs/1.')) {
return '1.10.6';
} else if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) {