Skip to content

Commit 749cc48

Browse files
committed
Refresh JS dependencies
1 parent 77ee514 commit 749cc48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class Warnings:
197197

198198

199199
class 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

220220
class 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

227227
class 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

265265
class 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

0 commit comments

Comments
 (0)