Skip to content

Commit 1e71398

Browse files
authored
0824dev (#6053)
1 parent bd1f7c6 commit 1e71398

File tree

8 files changed

+74
-62
lines changed

8 files changed

+74
-62
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": "25afd30346ef88fb8aa9397eeddb791d",
42+
"reflex/components/lucide/icon.pyi": "1bf66d3b03c0cedbf3b65806525fed84",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reflex"
3-
version = "0.8.23dev1"
3+
version = "0.8.24dev1"
44
description = "Web apps in pure Python."
55
license.text = "Apache-2.0"
66
authors = [
@@ -243,7 +243,7 @@ fail_fast = true
243243

244244
[[tool.pre-commit.repos]]
245245
repo = "https://github.com/astral-sh/ruff-pre-commit"
246-
rev = "v0.14.8"
246+
rev = "v0.14.9"
247247
hooks = [
248248
{ id = "ruff-format", args = [
249249
"reflex",

reflex/components/lucide/icon.py

Lines changed: 11 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.556.0"
9+
LUCIDE_LIBRARY = "lucide-react@0.561.0"
1010

1111

1212
class LucideIconComponent(Component):
@@ -236,6 +236,7 @@ def _get_imports(self):
236236
"badge_x",
237237
"badge",
238238
"baggage_claim",
239+
"balloon",
239240
"ban",
240241
"banana",
241242
"bandage",
@@ -395,6 +396,7 @@ def _get_imports(self):
395396
"candy_cane",
396397
"candy_off",
397398
"candy",
399+
"cannabis_off",
398400
"cannabis",
399401
"captions_off",
400402
"captions",
@@ -498,6 +500,7 @@ def _get_imports(self):
498500
"circle_parking",
499501
"circle_pause",
500502
"circle_percent",
503+
"circle_pile",
501504
"circle_play",
502505
"circle_plus",
503506
"circle_pound_sterling",
@@ -547,6 +550,7 @@ def _get_imports(self):
547550
"clock",
548551
"closed_caption",
549552
"cloud_alert",
553+
"cloud_backup",
550554
"cloud_check",
551555
"cloud_cog",
552556
"cloud_download",
@@ -562,6 +566,7 @@ def _get_imports(self):
562566
"cloud_snow",
563567
"cloud_sun_rain",
564568
"cloud_sun",
569+
"cloud_sync",
565570
"cloud_upload",
566571
"cloud",
567572
"cloudy",
@@ -771,6 +776,7 @@ def _get_imports(self):
771776
"fish_off",
772777
"fish_symbol",
773778
"fish",
779+
"fishing_hook",
774780
"flag_off",
775781
"flag_triangle_left",
776782
"flag_triangle_right",
@@ -908,6 +914,7 @@ def _get_imports(self):
908914
"hash",
909915
"hat_glasses",
910916
"haze",
917+
"hd",
911918
"hdmi_port",
912919
"heading_1",
913920
"heading_2",
@@ -994,6 +1001,7 @@ def _get_imports(self):
9941001
"laugh",
9951002
"layers_2",
9961003
"layers_3",
1004+
"layers_plus",
9971005
"layers",
9981006
"layout_dashboard",
9991007
"layout_grid",
@@ -1401,6 +1409,7 @@ def _get_imports(self):
14011409
"screen_share",
14021410
"scroll_text",
14031411
"scroll",
1412+
"search_alert",
14041413
"search_check",
14051414
"search_code",
14061415
"search_slash",
@@ -1571,6 +1580,7 @@ def _get_imports(self):
15711580
"stethoscope",
15721581
"sticker",
15731582
"sticky_note",
1583+
"stone",
15741584
"store",
15751585
"stretch_horizontal",
15761586
"stretch_vertical",

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] = ["[email protected].0"]
75+
lib_dependencies: list[str] = ["[email protected].1"]
7676

7777
tag = "Plot"
7878

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

304304
library = "[email protected]"
305305

306-
lib_dependencies: list[str] = ["[email protected].0"]
306+
lib_dependencies: list[str] = ["[email protected].1"]
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] = ["[email protected].0"]
332+
lib_dependencies: list[str] = ["[email protected].1"]
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] = ["[email protected].0"]
358+
lib_dependencies: list[str] = ["[email protected].1"]
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] = ["[email protected].0"]
384+
lib_dependencies: list[str] = ["[email protected].1"]
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] = ["[email protected].0"]
410+
lib_dependencies: list[str] = ["[email protected].1"]
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] = ["[email protected].0"]
436+
lib_dependencies: list[str] = ["[email protected].1"]
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] = ["[email protected].0"]
462+
lib_dependencies: list[str] = ["[email protected].1"]
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] = ["[email protected].0"]
488+
lib_dependencies: list[str] = ["[email protected].1"]
489489

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

reflex/components/recharts/recharts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Recharts(Component):
99
"""A component that wraps a recharts lib."""
1010

11-
library = "recharts@3.5.1"
11+
library = "recharts@3.6.0"
1212

1313
def _get_style(self) -> dict:
1414
return {"wrapperStyle": self.style}
@@ -17,7 +17,7 @@ def _get_style(self) -> dict:
1717
class RechartsCharts(NoSSRComponent, MemoizationLeaf):
1818
"""A component that wraps a recharts lib."""
1919

20-
library = "recharts@3.5.1"
20+
library = "recharts@3.6.0"
2121

2222

2323
LiteralAnimationEasing = Literal["ease", "ease-in", "ease-out", "ease-in-out", "linear"]

reflex/constants/installer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def _determine_react_router_version() -> str:
8787

8888

8989
def _determine_react_version() -> str:
90-
default_version = "19.2.1"
90+
default_version = "19.2.3"
9191
if (version := os.getenv("REACT_VERSION")) and version != default_version:
9292
from reflex.utils import console
9393

@@ -138,16 +138,16 @@ def DEPENDENCIES(cls) -> dict[str, str]:
138138

139139
DEV_DEPENDENCIES = {
140140
"@emotion/react": "11.14.0",
141-
"autoprefixer": "10.4.22",
141+
"autoprefixer": "10.4.23",
142142
"postcss": "8.5.6",
143143
"postcss-import": "16.1.1",
144144
"@react-router/dev": _react_router_version,
145145
"@react-router/fs-routes": _react_router_version,
146-
"vite": "npm:[email protected].10",
146+
"vite": "npm:[email protected].11",
147147
}
148148
OVERRIDES = {
149149
# This should always match the `react` version in DEPENDENCIES for recharts compatibility.
150150
"react-is": _react_version,
151151
"cookie": "1.1.1",
152-
"vite": "npm:[email protected].10",
152+
"vite": "npm:[email protected].11",
153153
}

reflex/plugins/tailwind_v4.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Constants(SimpleNamespace):
1717
"""Tailwind constants."""
1818

1919
# The Tailwindcss version
20-
VERSION = "[email protected].17"
20+
VERSION = "[email protected].18"
2121
# The Tailwind config.
2222
CONFIG = "tailwind.config.js"
2323
# Default Tailwind content paths
@@ -156,7 +156,7 @@ def get_frontend_development_dependencies(self, **context) -> list[str]:
156156
return [
157157
*super().get_frontend_development_dependencies(**context),
158158
Constants.VERSION,
159-
"@tailwindcss/[email protected].17",
159+
"@tailwindcss/[email protected].18",
160160
]
161161

162162
def pre_compile(self, **context):

0 commit comments

Comments
 (0)