File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class Warnings:
63
63
64
64
65
65
class JQuery :
66
- VER = "3.5.1 "
66
+ VER = "3.6.0 "
67
67
MIN_JS = (
68
68
"https://cdnjs.cloudflare.com/ajax/libs/jquery/%s/jquery.min.js" % VER )
69
69
# MIN_JS = (
@@ -98,7 +98,7 @@ class Messenger:
98
98
99
99
100
100
class Underscore :
101
- VER = "1.12.0 "
101
+ VER = "1.12.1 "
102
102
MIN_JS = ("https://cdnjs.cloudflare.com/ajax/libs/"
103
103
"underscore.js/%s/underscore-min.js" % VER )
104
104
@@ -151,7 +151,7 @@ class Reveal:
151
151
152
152
153
153
class HighCharts :
154
- VER = "8.2.2 "
154
+ VER = "9.0.1 "
155
155
HC_CSS = ("https://code.highcharts.com/%s/css/highcharts.css" % VER )
156
156
HC_JS = ("https://code.highcharts.com/%s/highcharts.js" % VER )
157
157
EXPORTING_JS = ("https://code.highcharts.com/"
You can’t perform that action at this time.
0 commit comments