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

Chart.js v4.2.0 -> v4.2.1 (#1327)

This commit is contained in:
nobody
2023-02-10 18:38:57 +01:00
parent fd8ba606ae
commit 4d37de3fe3
5 changed files with 4 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bxslider/4.')) return '4.2.15';
if (type.startsWith('/Chart.js/2.')) return '2.9.4';
if (type.startsWith('/Chart.js/3.')) return '3.9.1';
if (type.startsWith('/Chart.js/4.')) return '4.2.0';
if (type.startsWith('/Chart.js/4.')) return '4.2.1';
if (type.startsWith('/clappr/0.') || type.startsWith('/clappr/latest/')) return '0.4.7';
if (type.startsWith('/chosen/1.')) return '1.8.7';
if (type.startsWith('/clipboard.js/1.')) return '1.7.1';