File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ class Warnings:
197197
198198
199199class JQuery :
200- VER = "3.6.3 "
200+ VER = "3.7.1 "
201201 MIN_JS = "https://cdn.jsdelivr.net/npm/jquery@%s/dist/jquery.min.js" % VER
202202
203203
@@ -218,14 +218,14 @@ class Messenger:
218218
219219
220220class Underscore :
221- VER = "1.13.4 "
221+ VER = "1.13.6 "
222222 MIN_JS = (
223223 "https://cdn.jsdelivr.net/npm/underscore@%s/underscore.min.js" % VER
224224 )
225225
226226
227227class Backbone :
228- VER = "1.4.1 "
228+ VER = "1.6.0 "
229229 MIN_JS = "https://cdn.jsdelivr.net/npm/backbone@%s/backbone.min.js" % VER
230230
231231
@@ -263,7 +263,7 @@ class Reveal:
263263
264264
265265class HighCharts :
266- VER = "9.0.1" # Later versions have a bug that removes default colors
266+ VER = "10.3.3"
267267 HC_CSS = "https://code.highcharts.com/%s/css/highcharts.css" % VER
268268 HC_JS = "https://code.highcharts.com/%s/highcharts.js" % VER
269269 EXPORTING_JS = "https://code.highcharts.com/%s/modules/exporting.js" % VER
You can’t perform that action at this time.
0 commit comments