@@ -71,7 +71,7 @@ class Plotly(NoSSRComponent):
7171
72727373
74- lib_dependencies : list [str ] = ["plotly.js@2.35.3 " ]
74+ lib_dependencies : list [str ] = ["plotly.js@3.0.1 " ]
7575
7676 tag = "Plot"
7777
@@ -289,7 +289,7 @@ class PlotlyBasic(Plotly):
289289
290290291291
292- lib_dependencies :
list [
str ]
= [
"[email protected] .0 " ]
292+ lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
293293
294294 def add_imports (self ) -> ImportDict | list [ImportDict ]:
295295 """Add imports for the plotly basic component.
@@ -315,7 +315,7 @@ class PlotlyCartesian(Plotly):
315315
316316317317
318- lib_dependencies :
list [
str ]
= [
"[email protected] .0 " ]
318+ lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
319319
320320 def add_imports (self ) -> ImportDict | list [ImportDict ]:
321321 """Add imports for the plotly cartesian component.
@@ -341,7 +341,7 @@ class PlotlyGeo(Plotly):
341341
342342343343
344- lib_dependencies :
list [
str ]
= [
"[email protected] .0 " ]
344+ lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
345345
346346 def add_imports (self ) -> ImportDict | list [ImportDict ]:
347347 """Add imports for the plotly geo component.
@@ -367,7 +367,7 @@ class PlotlyGl3d(Plotly):
367367
368368369369
370- lib_dependencies :
list [
str ]
= [
"[email protected] .0 " ]
370+ lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
371371
372372 def add_imports (self ) -> ImportDict | list [ImportDict ]:
373373 """Add imports for the plotly 3d component.
@@ -393,7 +393,7 @@ class PlotlyGl2d(Plotly):
393393
394394395395
396- lib_dependencies :
list [
str ]
= [
"[email protected] .0 " ]
396+ lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
397397
398398 def add_imports (self ) -> ImportDict | list [ImportDict ]:
399399 """Add imports for the plotly 2d component.
@@ -419,7 +419,7 @@ class PlotlyMapbox(Plotly):
419419
420420421421
422- lib_dependencies :
list [
str ]
= [
"[email protected] .0 " ]
422+ lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
423423
424424 def add_imports (self ) -> ImportDict | list [ImportDict ]:
425425 """Add imports for the plotly mapbox component.
@@ -445,7 +445,7 @@ class PlotlyFinance(Plotly):
445445
446446447447
448- lib_dependencies :
list [
str ]
= [
"[email protected] .0 " ]
448+ lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
449449
450450 def add_imports (self ) -> ImportDict | list [ImportDict ]:
451451 """Add imports for the plotly finance component.
@@ -471,7 +471,7 @@ class PlotlyStrict(Plotly):
471471
472472473473
474- lib_dependencies :
list [
str ]
= [
"[email protected] .0 " ]
474+ lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
475475
476476 def add_imports (self ) -> ImportDict | list [ImportDict ]:
477477 """Add imports for the plotly strict component.
0 commit comments