Skip to content

Commit aedd73f

Browse files
committed
chore(shadcn): fix shadcn registry dependencies
1 parent 1087e0a commit aedd73f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

registry.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,14 @@
5555
},
5656
{
5757
"path": "src/bubble/hooks.tsx",
58-
"type": "registry:hook"
58+
"type": "registry:component"
5959
}
60+
],
61+
"dependencies": [
62+
"react-markdown",
63+
"react-gfm",
64+
"react-math",
65+
"react-syntax-highlighter"
6066
]
6167
}
6268
]

0 commit comments

Comments
 (0)