From 438d744813e621fa285b24cf81387da92e8a5574 Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Sun, 19 Nov 2023 12:02:50 -0700 Subject: [PATCH] Latest JS libs. --- scripts/pull_3rd_party_libs.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/pull_3rd_party_libs.sh b/scripts/pull_3rd_party_libs.sh index 24888d04..767b97df 100755 --- a/scripts/pull_3rd_party_libs.sh +++ b/scripts/pull_3rd_party_libs.sh @@ -4,7 +4,7 @@ # # Bootstrap and Icons -BSI_VERSION=1.11.0 +BSI_VERSION=1.11.1 BOOTSTRAP_VERSION=5.3.2 BASEPATH=${JS_LIBS_BASEPATH:-/machinaris/web/static/3rd_party} @@ -13,15 +13,15 @@ LEAFLET_VERSION=1.9.4 # List of other css/js links LIST=" -https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap5.css -https://cdn.datatables.net/1.13.6/js/dataTables.bootstrap5.js -https://cdn.datatables.net/1.13.6/js/jquery.dataTables.js +https://cdn.datatables.net/1.13.7/css/dataTables.bootstrap5.css +https://cdn.datatables.net/1.13.7/js/dataTables.bootstrap5.js +https://cdn.datatables.net/1.13.7/js/jquery.dataTables.js https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.js.map https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-adapter-luxon@1.3.1/dist/chartjs-adapter-luxon.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels@2.2.0/dist/chartjs-plugin-datalabels.min.js https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js -https://cdn.jsdelivr.net/npm/luxon@3.4.3/build/global/luxon.min.js" +https://cdn.jsdelivr.net/npm/luxon@3.4.4/build/global/luxon.min.js" mkdir -p $BASEPATH for url in $LIST ; do