Skip to content

Commit 590a260

Browse files
authored
rolldown vite 7.1.16 (#5858)
* rolldown vite 7.1.16 * maybe * ok
1 parent 7bf8413 commit 590a260

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
@@ -143,11 +143,11 @@ 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-
"vite": "npm:[email protected].14",
146+
"vite": "npm:[email protected].16",
147147
}
148148
OVERRIDES = {
149149
# This should always match the `react` version in DEPENDENCIES for recharts compatibility.
150150
"react-is": _react_version,
151151
"cookie": "1.0.2",
152-
"vite": "npm:[email protected].14",
152+
"vite": "npm:[email protected].16",
153153
}

0 commit comments

Comments
 (0)