@@ -72,7 +72,7 @@ class Plotly(NoSSRComponent):
7272
73737474
75- lib_dependencies : list [str ] = ["plotly.js@3.2 .0" ]
75+ lib_dependencies : list [str ] = ["plotly.js@3.3 .0" ]
7676
7777 tag = "Plot"
7878
@@ -303,7 +303,7 @@ class PlotlyBasic(Plotly):
303303
304304305305
306- lib_dependencies : list [str ] = ["plotly.js-basic-dist-min@3.2 .0" ]
306+ lib_dependencies : list [str ] = ["plotly.js-basic-dist-min@3.3 .0" ]
307307
308308 def add_imports (self ) -> ImportDict | list [ImportDict ]:
309309 """Add imports for the plotly basic component.
@@ -329,7 +329,7 @@ class PlotlyCartesian(Plotly):
329329
330330331331
332- lib_dependencies : list [str ] = ["plotly.js-cartesian-dist-min@3.2 .0" ]
332+ lib_dependencies : list [str ] = ["plotly.js-cartesian-dist-min@3.3 .0" ]
333333
334334 def add_imports (self ) -> ImportDict | list [ImportDict ]:
335335 """Add imports for the plotly cartesian component.
@@ -355,7 +355,7 @@ class PlotlyGeo(Plotly):
355355
356356357357
358- lib_dependencies : list [str ] = ["plotly.js-geo-dist-min@3.2 .0" ]
358+ lib_dependencies : list [str ] = ["plotly.js-geo-dist-min@3.3 .0" ]
359359
360360 def add_imports (self ) -> ImportDict | list [ImportDict ]:
361361 """Add imports for the plotly geo component.
@@ -381,7 +381,7 @@ class PlotlyGl3d(Plotly):
381381
382382383383
384- lib_dependencies : list [str ] = ["plotly.js-gl3d-dist-min@3.2 .0" ]
384+ lib_dependencies : list [str ] = ["plotly.js-gl3d-dist-min@3.3 .0" ]
385385
386386 def add_imports (self ) -> ImportDict | list [ImportDict ]:
387387 """Add imports for the plotly 3d component.
@@ -407,7 +407,7 @@ class PlotlyGl2d(Plotly):
407407
408408409409
410- lib_dependencies : list [str ] = ["plotly.js-gl2d-dist-min@3.2 .0" ]
410+ lib_dependencies : list [str ] = ["plotly.js-gl2d-dist-min@3.3 .0" ]
411411
412412 def add_imports (self ) -> ImportDict | list [ImportDict ]:
413413 """Add imports for the plotly 2d component.
@@ -433,7 +433,7 @@ class PlotlyMapbox(Plotly):
433433
434434435435
436- lib_dependencies : list [str ] = ["plotly.js-mapbox-dist-min@3.2 .0" ]
436+ lib_dependencies : list [str ] = ["plotly.js-mapbox-dist-min@3.3 .0" ]
437437
438438 def add_imports (self ) -> ImportDict | list [ImportDict ]:
439439 """Add imports for the plotly mapbox component.
@@ -459,7 +459,7 @@ class PlotlyFinance(Plotly):
459459
460460461461
462- lib_dependencies : list [str ] = ["plotly.js-finance-dist-min@3.2 .0" ]
462+ lib_dependencies : list [str ] = ["plotly.js-finance-dist-min@3.3 .0" ]
463463
464464 def add_imports (self ) -> ImportDict | list [ImportDict ]:
465465 """Add imports for the plotly finance component.
@@ -485,7 +485,7 @@ class PlotlyStrict(Plotly):
485485
486486487487
488- lib_dependencies : list [str ] = ["plotly.js-strict-dist-min@3.2 .0" ]
488+ lib_dependencies : list [str ] = ["plotly.js-strict-dist-min@3.3 .0" ]
489489
490490 def add_imports (self ) -> ImportDict | list [ImportDict ]:
491491 """Add imports for the plotly strict component.
0 commit comments