From fab69d041f15237333fa65e057a567bed01e80cd Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 31 May 2021 06:51:23 +0200 Subject: [PATCH] Updated: Chart.js v3.3.1 -> v3.3.2 (#471) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 2 +- resources/Chart.js/{3.3.1 => 3.3.2}/Chart.bundle.min.jsm | 4 ++-- resources/Chart.js/{3.3.1 => 3.3.2}/note | 0 5 files changed, 5 insertions(+), 5 deletions(-) rename resources/Chart.js/{3.3.1 => 3.3.2}/Chart.bundle.min.jsm (50%) rename resources/Chart.js/{3.3.1 => 3.3.2}/note (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 49f2399e..864d23dd 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1247,7 +1247,7 @@ https://cdn.jsdelivr.net/npm/anchor-js@3.2.2/anchor.min.js https://cdn.jsdelivr.net/npm/anchor-js@4.3.1/anchor.min.js https://cdn.jsdelivr.net/npm/angular-stripe-checkout@5.1.0/angular-stripe-checkout.min.js https://cdn.jsdelivr.net/npm/appboy-web-sdk@3.3.0/appboy.min.js -https://cdn.jsdelivr.net/npm/chart.js@3.3.1/dist/chart.min.js +https://cdn.jsdelivr.net/npm/chart.js@3.3.2/dist/chart.min.js https://cdn.jsdelivr.net/npm/ethjs@0.4.0/dist/ethjs.min.js https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/autocomplete.js https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/bundle.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index b9e8a298..5f45f119 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -215,7 +215,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/Chart.js/2.')) { return '2.9.4'; } else if (type.startsWith('/Chart.js/3.')) { - return '3.3.1'; + return '3.3.2'; } else if (type.startsWith('/chosen/1.')) { return '1.8.7'; } else if (type.startsWith('/clipboard.js/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 25cb4a72..288aec7d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -26,7 +26,7 @@