We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef489b commit 3c687f4Copy full SHA for 3c687f4
reflex/constants/installer.py
@@ -14,7 +14,7 @@ class Bun(SimpleNamespace):
14
"""Bun constants."""
15
16
# The Bun version.
17
- VERSION = "1.2.17"
+ VERSION = "1.2.18"
18
19
# Min Bun Version
20
MIN_VERSION = "1.2.17"
@@ -143,7 +143,7 @@ def DEPENDENCIES(cls) -> dict[str, str]:
143
"postcss-import": "16.1.1",
144
"@react-router/dev": _react_router_version,
145
"@react-router/fs-routes": _react_router_version,
146
- "rolldown-vite": "7.0.5",
+ "rolldown-vite": "7.0.8",
147
}
148
OVERRIDES = {
149
# This should always match the `react` version in DEPENDENCIES for recharts compatibility.
0 commit comments