Skip to content

Commit 3c687f4

Browse files
authored
bump rolldown-vite and bun (#5563)
1 parent cef489b commit 3c687f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reflex/constants/installer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Bun(SimpleNamespace):
1414
"""Bun constants."""
1515

1616
# The Bun version.
17-
VERSION = "1.2.17"
17+
VERSION = "1.2.18"
1818

1919
# Min Bun Version
2020
MIN_VERSION = "1.2.17"
@@ -143,7 +143,7 @@ def DEPENDENCIES(cls) -> dict[str, str]:
143143
"postcss-import": "16.1.1",
144144
"@react-router/dev": _react_router_version,
145145
"@react-router/fs-routes": _react_router_version,
146-
"rolldown-vite": "7.0.5",
146+
"rolldown-vite": "7.0.8",
147147
}
148148
OVERRIDES = {
149149
# This should always match the `react` version in DEPENDENCIES for recharts compatibility.

0 commit comments

Comments
 (0)