Skip to content
Merged

0825dev #6065

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyi_hashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"reflex/components/el/elements/tables.pyi": "686eb70ea7d8c4dafb0cc5c284e76184",
"reflex/components/el/elements/typography.pyi": "684e83dde887dba12badd0fb75c87c04",
"reflex/components/gridjs/datatable.pyi": "98a7e1b3f3b60cafcdfcd8879750ee42",
"reflex/components/lucide/icon.pyi": "1bf66d3b03c0cedbf3b65806525fed84",
"reflex/components/lucide/icon.pyi": "9cdd1107295f5c4b6d5d6516f487f237",
"reflex/components/markdown/markdown.pyi": "2f84254a548e908020949564fc289339",
"reflex/components/moment/moment.pyi": "e1952f1c2c82cef85d91e970d1be64ab",
"reflex/components/plotly/plotly.pyi": "4311a0aae2abcc9226abb6a273f96372",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "reflex"
version = "0.8.24dev1"
version = "0.8.25dev1"
description = "Web apps in pure Python."
license.text = "Apache-2.0"
authors = [
Expand Down
3 changes: 2 additions & 1 deletion reflex/components/lucide/icon.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from reflex.vars.base import LiteralVar, Var
from reflex.vars.sequence import LiteralStringVar, StringVar

LUCIDE_LIBRARY = "lucide-react@0.561.0"
LUCIDE_LIBRARY = "lucide-react@0.562.0"


class LucideIconComponent(Component):
Expand Down Expand Up @@ -1655,6 +1655,7 @@ def _get_imports(self):
"toggle_right",
"toilet",
"tool_case",
"toolbox",
"tornado",
"torus",
"touchpad_off",
Expand Down
10 changes: 5 additions & 5 deletions reflex/constants/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Bun(SimpleNamespace):
"""Bun constants."""

# The Bun version.
VERSION = "1.3.4"
VERSION = "1.3.5"

# Min Bun Version
MIN_VERSION = "1.3.0"
Expand Down Expand Up @@ -75,7 +75,7 @@ class Node(SimpleNamespace):


def _determine_react_router_version() -> str:
default_version = "7.10.1"
default_version = "7.11.0"
if (version := os.getenv("REACT_ROUTER_VERSION")) and version != default_version:
from reflex.utils import console

Expand Down Expand Up @@ -132,7 +132,7 @@ def DEPENDENCIES(cls) -> dict[str, str]:
"react-helmet": "6.1.0",
"react-dom": cls._react_version,
"isbot": "5.1.32",
"socket.io-client": "4.8.1",
"socket.io-client": "4.8.2",
"universal-cookie": "7.2.2",
}

Expand All @@ -143,11 +143,11 @@ def DEPENDENCIES(cls) -> dict[str, str]:
"postcss-import": "16.1.1",
"@react-router/dev": _react_router_version,
"@react-router/fs-routes": _react_router_version,
"vite": "npm:rolldown-vite@7.2.11",
"vite": "npm:rolldown-vite@7.3.0",
}
OVERRIDES = {
# This should always match the `react` version in DEPENDENCIES for recharts compatibility.
"react-is": _react_version,
"cookie": "1.1.1",
"vite": "npm:rolldown-vite@7.2.11",
"vite": "npm:rolldown-vite@7.3.0",
}
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading