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:
197
197
198
198
199
199
class JQuery :
200
- VER = "3.6.3 "
200
+ VER = "3.7.1 "
201
201
MIN_JS = "https://cdn.jsdelivr.net/npm/jquery@%s/dist/jquery.min.js" % VER
202
202
203
203
@@ -218,14 +218,14 @@ class Messenger:
218
218
219
219
220
220
class Underscore :
221
- VER = "1.13.4 "
221
+ VER = "1.13.6 "
222
222
MIN_JS = (
223
223
"https://cdn.jsdelivr.net/npm/underscore@%s/underscore.min.js" % VER
224
224
)
225
225
226
226
227
227
class Backbone :
228
- VER = "1.4.1 "
228
+ VER = "1.6.0 "
229
229
MIN_JS = "https://cdn.jsdelivr.net/npm/backbone@%s/backbone.min.js" % VER
230
230
231
231
@@ -263,7 +263,7 @@ class Reveal:
263
263
264
264
265
265
class HighCharts :
266
- VER = "9.0.1" # Later versions have a bug that removes default colors
266
+ VER = "10.3.3"
267
267
HC_CSS = "https://code.highcharts.com/%s/css/highcharts.css" % VER
268
268
HC_JS = "https://code.highcharts.com/%s/highcharts.js" % VER
269
269
EXPORTING_JS = "https://code.highcharts.com/%s/modules/exporting.js" % VER
You can’t perform that action at this time.
0 commit comments