Skip to content

Commit 473868f

Browse files
committed
rolldown-vite 7.1.19 doesn't work quite yet
1 parent cfb6e20 commit 473868f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyi_hashes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"reflex/components/el/elements/tables.pyi": "686eb70ea7d8c4dafb0cc5c284e76184",
4040
"reflex/components/el/elements/typography.pyi": "684e83dde887dba12badd0fb75c87c04",
4141
"reflex/components/gridjs/datatable.pyi": "98a7e1b3f3b60cafcdfcd8879750ee42",
42-
"reflex/components/lucide/icon.pyi": "192a344136e24796145b9f17a9841708",
42+
"reflex/components/lucide/icon.pyi": "cc0bbb10e53b339b8c8f10c00996768c",
4343
"reflex/components/markdown/markdown.pyi": "2f84254a548e908020949564fc289339",
4444
"reflex/components/moment/moment.pyi": "e1952f1c2c82cef85d91e970d1be64ab",
4545
"reflex/components/plotly/plotly.pyi": "4311a0aae2abcc9226abb6a273f96372",

reflex/components/lucide/icon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@ def _get_imports(self):
11151115
"minimize",
11161116
"minus",
11171117
"monitor_check",
1118+
"monitor_cloud",
11181119
"monitor_cog",
11191120
"monitor_dot",
11201121
"monitor_down",
@@ -1129,7 +1130,6 @@ def _get_imports(self):
11291130
"monitor",
11301131
"moon_star",
11311132
"moon",
1132-
"monitor_cloud",
11331133
"motorbike",
11341134
"mountain_snow",
11351135
"mountain",

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].19",
146+
"vite": "npm:[email protected].18",
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].19",
152+
"vite": "npm:[email protected].18",
153153
}

0 commit comments

Comments
 (0)