We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5001d3b commit a0638dfCopy full SHA for a0638df
reflex/constants/installer.py
@@ -143,11 +143,11 @@ 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": "npm:rolldown-vite@7.2.7",
+ "vite": "npm:rolldown-vite@7.1.18",
147
}
148
OVERRIDES = {
149
# This should always match the `react` version in DEPENDENCIES for recharts compatibility.
150
"react-is": _react_version,
151
"cookie": "1.0.2",
152
153
0 commit comments