Skip to content

Commit

Permalink
Latest JS libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Nov 19, 2023
1 parent a9f1a33 commit 438d744
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/pull_3rd_party_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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/[email protected]/dist/chart.umd.js.map
https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.min.js
https://cdn.jsdelivr.net/npm/[email protected]/dist/chartjs-adapter-luxon.umd.min.js
https://cdn.jsdelivr.net/npm/[email protected]/dist/chartjs-plugin-datalabels.min.js
https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js
https://cdn.jsdelivr.net/npm/[email protected].3/build/global/luxon.min.js"
https://cdn.jsdelivr.net/npm/[email protected].4/build/global/luxon.min.js"

mkdir -p $BASEPATH
for url in $LIST ; do
Expand Down

0 comments on commit 438d744

Please sign in to comment.