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

Update: markdown-it v12.0.2 -> 12.0.5 (#377)

This commit is contained in:
nobody
2021-04-17 06:42:35 +02:00
parent d06d0a522a
commit 9da7a08f16
4 changed files with 6 additions and 5 deletions

View File

@@ -398,7 +398,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/magnific-popup.js/1.')) {
return '1.1.0';
} else if (type.startsWith('/markdown-it/')) {
return '12.0.2';
return '12.0.5';
} else if (type.startsWith('/mdbootstrap/4.')) {
return '4.18.0';
} else if (type.startsWith('/material-design-icons/2.')) {