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

Chart.js v3.8.0 -> v3.8.2 (#1075)

This commit is contained in:
nobody
2022-07-25 06:09:18 +02:00
parent fa2f72db88
commit 4559c7694e
6 changed files with 17 additions and 17 deletions

View File

@@ -166,7 +166,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bulma/0.')) return '0.9.4';
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.8.0';
if (type.startsWith('/Chart.js/3.')) return '3.8.2';
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';