File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "homepage" : " https://ui-playground.ohh-889.com /" ,
2+ "homepage" : " https://ui-play.skyroc.me /" ,
33 "items" : [
44 {
55 "cssVars" : {},
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ export const registryComponentsDependencies: Record<
2222 dependencies : [ '@radix-ui/react-slot' ]
2323 } ,
2424 button : {
25- dependencies : [ '@radix-ui/react-slot' ]
25+ dependencies : [ '@radix-ui/react-slot' ] ,
26+ registryDependencies : [ 'icon' ]
2627 } ,
2728 carousel : {
2829 dependencies : [ 'embla-carousel-react' ] ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const registryPath = getPath(`registry.json`);
1515const targetPath = getPath ( `../../playground/public/r` ) ;
1616
1717const registry = {
18- homepage : 'https://ui-playground.ohh-889.com /' ,
18+ homepage : 'https://ui-play.skyroc.me /' ,
1919 items : [
2020 {
2121 cssVars : { } ,
You can’t perform that action at this time.
0 commit comments