Skip to content

Commit fa028b2

Browse files
authored
0819dev (#5944)
1 parent 781bd06 commit fa028b2

File tree

7 files changed

+173
-169
lines changed

7 files changed

+173
-169
lines changed

pyi_hashes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"reflex/components/el/elements/tables.pyi": "686eb70ea7d8c4dafb0cc5c284e76184",
4040
"reflex/components/el/elements/typography.pyi": "684e83dde887dba12badd0fb75c87c04",
4141
"reflex/components/gridjs/datatable.pyi": "98a7e1b3f3b60cafcdfcd8879750ee42",
42-
"reflex/components/lucide/icon.pyi": "7d03a93e2b222acc4345889c74b43269",
42+
"reflex/components/lucide/icon.pyi": "6026aca0c03c3e6f423ac3d61db1f7b2",
4343
"reflex/components/markdown/markdown.pyi": "2f84254a548e908020949564fc289339",
4444
"reflex/components/moment/moment.pyi": "e1952f1c2c82cef85d91e970d1be64ab",
4545
"reflex/components/plotly/plotly.pyi": "4311a0aae2abcc9226abb6a273f96372",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reflex"
3-
version = "0.8.18dev1"
3+
version = "0.8.19dev1"
44
description = "Web apps in pure Python."
55
license.text = "Apache-2.0"
66
authors = [

reflex/components/datadisplay/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class Theme:
382382
class CodeBlock(Component, MarkdownComponentMap):
383383
"""A code block."""
384384

385-
library = "react-syntax-highlighter@15.6.6"
385+
library = "react-syntax-highlighter@16.1.0"
386386

387387
tag = "PrismAsyncLight"
388388

reflex/components/lucide/icon.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from reflex.vars.base import LiteralVar, Var
77
from reflex.vars.sequence import LiteralStringVar, StringVar
88

9-
LUCIDE_LIBRARY = "lucide-react@0.548.0"
9+
LUCIDE_LIBRARY = "lucide-react@0.552.0"
1010

1111

1212
class LucideIconComponent(Component):
@@ -533,6 +533,7 @@ def _get_imports(self):
533533
"clock_alert",
534534
"clock_arrow_down",
535535
"clock_arrow_up",
536+
"clock_check",
536537
"clock_fading",
537538
"clock_plus",
538539
"clock",
@@ -838,6 +839,7 @@ def _get_imports(self):
838839
"georgian_lari",
839840
"ghost",
840841
"gift",
842+
"git_branch_minus",
841843
"git_branch_plus",
842844
"git_branch",
843845
"git_commit_horizontal",
@@ -915,6 +917,7 @@ def _get_imports(self):
915917
"heart_pulse",
916918
"heart",
917919
"heater",
920+
"helicopter",
918921
"hexagon",
919922
"highlighter",
920923
"history",
@@ -1460,6 +1463,7 @@ def _get_imports(self):
14601463
"snowflake",
14611464
"soap_dispenser_droplet",
14621465
"sofa",
1466+
"solar_panel",
14631467
"soup",
14641468
"space",
14651469
"spade",

reflex/components/plotly/plotly.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Plotly(NoSSRComponent):
7272

7373
library = "[email protected]"
7474

75-
lib_dependencies: list[str] = ["plotly.js@3.1.2"]
75+
lib_dependencies: list[str] = ["plotly.js@3.2.0"]
7676

7777
tag = "Plot"
7878

@@ -303,7 +303,7 @@ class PlotlyBasic(Plotly):
303303

304304
library = "[email protected]"
305305

306-
lib_dependencies: list[str] = ["plotly.js-basic-dist-min@3.1.2"]
306+
lib_dependencies: list[str] = ["plotly.js-basic-dist-min@3.2.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

330330
library = "[email protected]"
331331

332-
lib_dependencies: list[str] = ["plotly.js-cartesian-dist-min@3.1.2"]
332+
lib_dependencies: list[str] = ["plotly.js-cartesian-dist-min@3.2.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

356356
library = "[email protected]"
357357

358-
lib_dependencies: list[str] = ["plotly.js-geo-dist-min@3.1.2"]
358+
lib_dependencies: list[str] = ["plotly.js-geo-dist-min@3.2.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

382382
library = "[email protected]"
383383

384-
lib_dependencies: list[str] = ["plotly.js-gl3d-dist-min@3.1.2"]
384+
lib_dependencies: list[str] = ["plotly.js-gl3d-dist-min@3.2.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

408408
library = "[email protected]"
409409

410-
lib_dependencies: list[str] = ["plotly.js-gl2d-dist-min@3.1.2"]
410+
lib_dependencies: list[str] = ["plotly.js-gl2d-dist-min@3.2.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

434434
library = "[email protected]"
435435

436-
lib_dependencies: list[str] = ["plotly.js-mapbox-dist-min@3.1.2"]
436+
lib_dependencies: list[str] = ["plotly.js-mapbox-dist-min@3.2.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

460460
library = "[email protected]"
461461

462-
lib_dependencies: list[str] = ["plotly.js-finance-dist-min@3.1.2"]
462+
lib_dependencies: list[str] = ["plotly.js-finance-dist-min@3.2.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

486486
library = "[email protected]"
487487

488-
lib_dependencies: list[str] = ["plotly.js-strict-dist-min@3.1.2"]
488+
lib_dependencies: list[str] = ["plotly.js-strict-dist-min@3.2.0"]
489489

490490
def add_imports(self) -> ImportDict | list[ImportDict]:
491491
"""Add imports for the plotly strict component.

reflex/constants/installer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Node(SimpleNamespace):
7575

7676

7777
def _determine_react_router_version() -> str:
78-
default_version = "7.9.4"
78+
default_version = "7.9.5"
7979
if (version := os.getenv("REACT_ROUTER_VERSION")) and version != default_version:
8080
from reflex.utils import console
8181

@@ -131,7 +131,7 @@ def DEPENDENCIES(cls) -> dict[str, str]:
131131
"react": cls._react_version,
132132
"react-helmet": "6.1.0",
133133
"react-dom": cls._react_version,
134-
"isbot": "5.1.31",
134+
"isbot": "5.1.32",
135135
"socket.io-client": "4.8.1",
136136
"universal-cookie": "7.2.2",
137137
}

0 commit comments

Comments
 (0)