Skip to content

Commit

Permalink
Update Javascript libs to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Sep 14, 2023
1 parent 2f8e39f commit 89bb1d1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scripts/pull_3rd_party_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
#

# Bootstrap and Icons
BSI_VERSION=1.10.5
BOOTSTRAP_VERSION=5.3.1
BSI_VERSION=1.11.0
BOOTSTRAP_VERSION=5.3.2
BASEPATH=${JS_LIBS_BASEPATH:-/machinaris/web/static/3rd_party}

# Mapping library
LEAFLET_VERSION=1.9.4

# List of other css/js links
LIST="
https://cdn.datatables.net/1.13.5/css/dataTables.bootstrap5.css
https://cdn.datatables.net/1.13.5/js/dataTables.bootstrap5.js
https://cdn.datatables.net/1.13.5/js/jquery.dataTables.js
https://cdn.jsdelivr.net/npm/chart.js@4.3.3/dist/chart.umd.js.map
https://cdn.jsdelivr.net/npm/chart.js@4.3.3/dist/chart.umd.min.js
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.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/[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/jquery@3.6.3/dist/jquery.min.js
https://moment.github.io/luxon/global/luxon.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"

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

0 comments on commit 89bb1d1

Please sign in to comment.