We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2399b commit 628c5adCopy full SHA for 628c5ad
reflex/constants/installer.py
@@ -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.9",
+ "rolldown-vite": "7.0.11",
147
}
148
OVERRIDES = {
149
# This should always match the `react` version in DEPENDENCIES for recharts compatibility.
0 commit comments