We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5530a4a commit a516b3dCopy full SHA for a516b3d
1 file changed
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
- "vite": "8.0.0-beta.14",
+ "vite": "8.0.0-beta.15",
147
}
148
OVERRIDES = {
149
# This should always match the `react` version in DEPENDENCIES for recharts compatibility.
0 commit comments