File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Turborepo starter with shadcn/ui
22
3- ![ Static Badge] ( https://img.shields.io/badge/shadcn%2Fui-0.8.0 -blue?link=https%3A%2F%2Fgithub.com%2Fshadcn%2Fui )
3+ ![ Static Badge] ( https://img.shields.io/badge/shadcn%2Fui-2.1.2 -blue?link=https%3A%2F%2Fgithub.com%2Fshadcn%2Fui )
44
55This is Turborepo starter with shadcn/ui pre-configured.
66
Original file line number Diff line number Diff line change 11{
22 "name" : " turborepo-shadcn-ui" ,
3- "version" : " 1.5.0 " ,
3+ "version" : " 1.5.1 " ,
44 "private" : true ,
55 "license" : " MIT" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 3333 "./postcss.config" : " ./postcss.config.mjs" ,
3434 "./tailwind.config" : " ./tailwind.config.ts" ,
3535 "./lib/*" : " ./src/lib/*.ts" ,
36- "./hooks/*" : " ./src/hooks/*.ts" ,
36+ "./hooks/*" : [
37+ " ./src/hooks/*.ts" ,
38+ " ./src/hooks/*.tsx"
39+ ],
3740 "./components/*" : " ./src/components/*.tsx"
3841 }
3942}
You can’t perform that action at this time.
0 commit comments