File tree Expand file tree Collapse file tree 3 files changed +248
-255
lines changed
Expand file tree Collapse file tree 3 files changed +248
-255
lines changed Original file line number Diff line number Diff line change 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.0.10" ,
313313 "@types/unist" : " ^3.0.3" ,
314314 "@types/yargs" : " 17.0.33" ,
315315 "@vitest/coverage-v8" : " 3.2.4" ,
316- "esbuild" : " 0.25.8 " ,
316+ "esbuild" : " 0.25.10 " ,
317317 "happy-dom" : " 18.0.1" ,
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 " ,
323- "typescript" : " 5.9.2 " ,
321+ "rollup-plugin-visualizer" : " 6.0.4 " ,
322+ "tsx" : " 4.20.6 " ,
323+ "typescript" : " 5.9.3 " ,
324324 "vitest" : " 3.2.4"
325325 },
326326 "peerDependencies" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { fileURLToPath } from "node:url";
33import icons from "lucide-react/dist/esm/dynamicIconImports.js" ;
44import { 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 ( "," ) ;
You can’t perform that action at this time.
0 commit comments