@@ -71,7 +71,7 @@ class Plotly(NoSSRComponent):
7171
7272 library = "react-plotly.js@2.6.0"
7373
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
290290 library = "react-plotly.js@2.6.0"
291291
292- lib_dependencies : list [str ] = ["plotly.js-basic-dist-min@3.0.0 " ]
292+ lib_dependencies : list [str ] = ["plotly.js-basic-dist-min@3.0.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
316316 library = "react-plotly.js@2.6.0"
317317
318- lib_dependencies : list [str ] = ["plotly.js-cartesian-dist-min@3.0.0 " ]
318+ lib_dependencies : list [str ] = ["plotly.js-cartesian-dist-min@3.0.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
342342 library = "react-plotly.js@2.6.0"
343343
344- lib_dependencies : list [str ] = ["plotly.js-geo-dist-min@3.0.0 " ]
344+ lib_dependencies : list [str ] = ["plotly.js-geo-dist-min@3.0.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
368368 library = "react-plotly.js@2.6.0"
369369
370- lib_dependencies : list [str ] = ["plotly.js-gl3d-dist-min@3.0.0 " ]
370+ lib_dependencies : list [str ] = ["plotly.js-gl3d-dist-min@3.0.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
394394 library = "react-plotly.js@2.6.0"
395395
396- lib_dependencies : list [str ] = ["plotly.js-gl2d-dist-min@3.0.0 " ]
396+ lib_dependencies : list [str ] = ["plotly.js-gl2d-dist-min@3.0.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
420420 library = "react-plotly.js@2.6.0"
421421
422- lib_dependencies : list [str ] = ["plotly.js-mapbox-dist-min@3.0.0 " ]
422+ lib_dependencies : list [str ] = ["plotly.js-mapbox-dist-min@3.0.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
446446 library = "react-plotly.js@2.6.0"
447447
448- lib_dependencies : list [str ] = ["plotly.js-finance-dist-min@3.0.0 " ]
448+ lib_dependencies : list [str ] = ["plotly.js-finance-dist-min@3.0.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
472472 library = "react-plotly.js@2.6.0"
473473
474- lib_dependencies : list [str ] = ["plotly.js-strict-dist-min@3.0.0 " ]
474+ lib_dependencies : list [str ] = ["plotly.js-strict-dist-min@3.0.1 " ]
475475
476476 def add_imports (self ) -> ImportDict | list [ImportDict ]:
477477 """Add imports for the plotly strict component.
0 commit comments