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 1
1
# Turborepo starter with shadcn/ui
2
2
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 )
4
4
5
5
This is Turborepo starter with shadcn/ui pre-configured.
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " turborepo-shadcn-ui" ,
3
- "version" : " 1.4.2 " ,
3
+ "version" : " 1.4.3 " ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 33
33
"./postcss.config" : " ./postcss.config.mjs" ,
34
34
"./tailwind.config" : " ./tailwind.config.ts" ,
35
35
"./lib/*" : " ./src/lib/*.ts" ,
36
- "./hooks/*" : " ./src/hooks/*.ts" ,
36
+ "./hooks/*" : [
37
+ " ./src/hooks/*.ts" ,
38
+ " ./src/hooks/*.tsx"
39
+ ],
37
40
"./components/*" : " ./src/components/*.tsx"
38
41
}
39
42
}
You can’t perform that action at this time.
0 commit comments