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

Updated: highlight.js v10.5.0 -> v10.6.0 (#265)

This commit is contained in:
nobody
2021-02-09 06:06:05 +01:00
parent 0e453b0e4e
commit 0c9659671a
291 changed files with 4809 additions and 1 deletions

View File

@@ -232,7 +232,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/google-material-design-icons/')) {
return '3.0.1';
} else if (type.startsWith('/highlight.js/10.')) {
return '10.5.0';
return '10.6.0';
} else if (type.startsWith('/highlight.js/9.')) {
return '9.18.3';
} else if (type.startsWith('/history/4.')) {