Skip to content

Commit f4574ea

Browse files
committed
Update relevant packages
1 parent 08012d8 commit f4574ea

File tree

3 files changed

+246
-253
lines changed

3 files changed

+246
-253
lines changed

packages/zudoku/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
"unist-util-visit": "5.0.0",
288288
"vaul": "1.1.2",
289289
"vfile": "6.0.3",
290-
"vite": "npm:rolldown-vite@latest",
290+
"vite": "npm:rolldown-vite@7.1.16",
291291
"yaml": "2.8.1",
292292
"yargs": "18.0.0",
293293
"zod": "4.1.12",
@@ -318,8 +318,8 @@
318318
"mdast-util-mdx": "3.0.0",
319319
"react": "catalog:",
320320
"react-dom": "catalog:",
321-
"rollup-plugin-visualizer": "6.0.3",
322-
"tsx": "4.20.4",
321+
"rollup-plugin-visualizer": "6.0.4",
322+
"tsx": "4.20.6",
323323
"typescript": "5.9.3",
324324
"vitest": "3.2.4"
325325
},

packages/zudoku/scripts/generate-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { fileURLToPath } from "node:url";
33
import icons from "lucide-react/dist/esm/dynamicIconImports.js";
44
import { format } from "prettier";
55

6-
const iconNames = Object.keys(icons)
6+
const iconNames = Object.keys(icons.default)
77
.sort()
88
.map((icon) => `"${icon}"`)
99
.join(",");

0 commit comments

Comments
 (0)