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

Update: dojo v1.16.3 -> v1.16.4 (#397)

This commit is contained in:
nobody
2021-04-23 07:20:40 +02:00
parent 4b25a9fd12
commit d66bd78ab3
6 changed files with 6 additions and 5 deletions

View File

@@ -234,7 +234,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/docsearch.js/2.')) {
return '2.6.3';
} else if (type.startsWith('/dojo/1.')) {
return '1.16.3';
return '1.16.4';
} else if (type.startsWith('/drawer/3.')) {
return '3.2.2';
} else if (type.startsWith('/element-ui/2.')) {