@@ -72,7 +72,7 @@ class Plotly(NoSSRComponent):
7272
73737474
75- lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
75+ lib_dependencies :
list [
str ]
= [
"[email protected] .3 " ]
7676
7777 tag = "Plot"
7878
@@ -295,7 +295,7 @@ class PlotlyBasic(Plotly):
295295
296296297297
298- lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
298+ lib_dependencies :
list [
str ]
= [
"[email protected] .3 " ]
299299
300300 def add_imports (self ) -> ImportDict | list [ImportDict ]:
301301 """Add imports for the plotly basic component.
@@ -321,7 +321,7 @@ class PlotlyCartesian(Plotly):
321321
322322323323
324- lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
324+ lib_dependencies :
list [
str ]
= [
"[email protected] .3 " ]
325325
326326 def add_imports (self ) -> ImportDict | list [ImportDict ]:
327327 """Add imports for the plotly cartesian component.
@@ -347,7 +347,7 @@ class PlotlyGeo(Plotly):
347347
348348349349
350- lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
350+ lib_dependencies :
list [
str ]
= [
"[email protected] .3 " ]
351351
352352 def add_imports (self ) -> ImportDict | list [ImportDict ]:
353353 """Add imports for the plotly geo component.
@@ -373,7 +373,7 @@ class PlotlyGl3d(Plotly):
373373
374374375375
376- lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
376+ lib_dependencies :
list [
str ]
= [
"[email protected] .3 " ]
377377
378378 def add_imports (self ) -> ImportDict | list [ImportDict ]:
379379 """Add imports for the plotly 3d component.
@@ -399,7 +399,7 @@ class PlotlyGl2d(Plotly):
399399
400400401401
402- lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
402+ lib_dependencies :
list [
str ]
= [
"[email protected] .3 " ]
403403
404404 def add_imports (self ) -> ImportDict | list [ImportDict ]:
405405 """Add imports for the plotly 2d component.
@@ -425,7 +425,7 @@ class PlotlyMapbox(Plotly):
425425
426426427427
428- lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
428+ lib_dependencies :
list [
str ]
= [
"[email protected] .3 " ]
429429
430430 def add_imports (self ) -> ImportDict | list [ImportDict ]:
431431 """Add imports for the plotly mapbox component.
@@ -451,7 +451,7 @@ class PlotlyFinance(Plotly):
451451
452452453453
454- lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
454+ lib_dependencies :
list [
str ]
= [
"[email protected] .3 " ]
455455
456456 def add_imports (self ) -> ImportDict | list [ImportDict ]:
457457 """Add imports for the plotly finance component.
@@ -477,7 +477,7 @@ class PlotlyStrict(Plotly):
477477
478478479479
480- lib_dependencies :
list [
str ]
= [
"[email protected] .1 " ]
480+ lib_dependencies :
list [
str ]
= [
"[email protected] .3 " ]
481481
482482 def add_imports (self ) -> ImportDict | list [ImportDict ]:
483483 """Add imports for the plotly strict component.
0 commit comments