@@ -20,7 +20,7 @@ const DAISYUI_THEMES = [
2020const THEME_PRESETS = [ 'light-dark' , 'business' , 'all' ]
2121
2222const ICON_LIBRARIES = [
23- { value : '@aster-ui/icons' , label : '@aster-ui/icons' , hint : 'Heroicons with size tokens' , version : '^0.1 .0' } ,
23+ { value : '@aster-ui/icons' , label : '@aster-ui/icons' , hint : 'Heroicons with size tokens' , version : '^0.2 .0' } ,
2424 { value : '@heroicons/react' , label : 'Heroicons' , hint : '300+ icons, outline/solid' , version : '^2.2.0' } ,
2525 { value : 'lucide-react' , label : 'Lucide' , hint : 'popular, 1400+ icons' , version : '^0.500.0' } ,
2626 { value : 'react-icons' , label : 'React Icons' , hint : 'multiple icon sets' , version : '^5.4.0' } ,
@@ -364,7 +364,7 @@ function generatePackageJson(name: string, language: string, optionalDeps: strin
364364 deps [ 'apexcharts' ] = '^5.0.0'
365365 }
366366 if ( optionalDeps . includes ( 'editor' ) ) {
367- deps [ prefixed ? '@aster-ui/icons-prefixed' : '@aster-ui/icons' ] = '^0.1 .0'
367+ deps [ prefixed ? '@aster-ui/icons-prefixed' : '@aster-ui/icons' ] = '^0.2 .0'
368368 deps [ '@tiptap/react' ] = '^2.0.0'
369369 deps [ '@tiptap/starter-kit' ] = '^2.0.0'
370370 deps [ '@tiptap/extension-link' ] = '^2.0.0'
0 commit comments