Skip to content

Commit e61c8d8

Browse files
committed
Update JS dependencies
1 parent 887c83e commit e61c8d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Warnings:
6363

6464

6565
class JQuery:
66-
VER = "3.5.1"
66+
VER = "3.6.0"
6767
MIN_JS = (
6868
"https://cdnjs.cloudflare.com/ajax/libs/jquery/%s/jquery.min.js" % VER)
6969
# MIN_JS = (
@@ -98,7 +98,7 @@ class Messenger:
9898

9999

100100
class Underscore:
101-
VER = "1.12.0"
101+
VER = "1.12.1"
102102
MIN_JS = ("https://cdnjs.cloudflare.com/ajax/libs/"
103103
"underscore.js/%s/underscore-min.js" % VER)
104104

@@ -151,7 +151,7 @@ class Reveal:
151151

152152

153153
class HighCharts:
154-
VER = "8.2.2"
154+
VER = "9.0.1"
155155
HC_CSS = ("https://code.highcharts.com/%s/css/highcharts.css" % VER)
156156
HC_JS = ("https://code.highcharts.com/%s/highcharts.js" % VER)
157157
EXPORTING_JS = ("https://code.highcharts.com/"

0 commit comments

Comments
 (0)