File tree Expand file tree Collapse file tree 6 files changed +3066
-2342
lines changed Expand file tree Collapse file tree 6 files changed +3066
-2342
lines changed Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@repo/ui" : " workspace:*" ,
13
13
"next" : " 14.2.8" ,
14
- "react" : " ^18 " ,
15
- "react-dom" : " ^18 "
14
+ "react" : " catalog:react18 " ,
15
+ "react-dom" : " catalog:react18 "
16
16
},
17
17
"devDependencies" : {
18
18
"@next/eslint-plugin-next" : " 14.2.8" ,
19
19
"@repo/eslint-config" : " workspace:*" ,
20
20
"@repo/typescript-config" : " workspace:*" ,
21
- "@types/eslint" : " ^8 " ,
22
- "@types/node" : " ^20 " ,
23
- "@types/react" : " ^18 " ,
24
- "@types/react-dom" : " ^18 " ,
21
+ "@types/eslint" : " catalog: " ,
22
+ "@types/node" : " catalog: " ,
23
+ "@types/react" : " catalog:react18 " ,
24
+ "@types/react-dom" : " catalog:react18 " ,
25
25
"autoprefixer" : " ^10" ,
26
- "eslint" : " ^8 " ,
26
+ "eslint" : " catalog: " ,
27
27
"postcss" : " ^8" ,
28
- "tailwindcss" : " ^3.4.10 " ,
29
- "typescript" : " ^5 "
28
+ "tailwindcss" : " catalog: " ,
29
+ "typescript" : " catalog: "
30
30
}
31
31
}
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.5.0 " ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
13
13
"devDependencies" : {
14
14
"@repo/eslint-config" : " workspace:*" ,
15
15
"@repo/typescript-config" : " workspace:*" ,
16
- "prettier" : " ^3.3.3 " ,
16
+ "prettier" : " catalog: " ,
17
17
"turbo" : " 2.1.1"
18
18
},
19
- "packageManager" : " pnpm@8.9 .0" ,
19
+ "packageManager" : " pnpm@9.12 .0" ,
20
20
"engines" : {
21
- "node" : " >=18"
21
+ "node" : " >=20.17.0"
22
+ },
23
+ "volta" : {
24
+ "node" : " 20.17.0" ,
25
+ "pnpm" : " 9.12.0"
22
26
}
23
27
}
Original file line number Diff line number Diff line change 13
13
"@vercel/style-guide" : " ^6.0.0" ,
14
14
"eslint-config-turbo" : " 2.1.1" ,
15
15
"eslint-plugin-only-warn" : " ^1.1.0" ,
16
- "typescript" : " ^5 "
16
+ "typescript" : " catalog: "
17
17
}
18
18
}
Original file line number Diff line number Diff line change 12
12
"devDependencies" : {
13
13
"@repo/eslint-config" : " workspace:*" ,
14
14
"@repo/typescript-config" : " workspace:*" ,
15
- "@types/node" : " ^20 " ,
16
- "@types/react" : " ^18 " ,
15
+ "@types/node" : " catalog: " ,
16
+ "@types/react" : " catalog:react18 " ,
17
17
"autoprefixer" : " ^10" ,
18
18
"postcss" : " ^8" ,
19
19
"postcss-load-config" : " ^6" ,
20
- "tailwindcss" : " ^3.4.10 " ,
21
- "typescript" : " ^5 "
20
+ "tailwindcss" : " catalog: " ,
21
+ "typescript" : " catalog: "
22
22
},
23
23
"dependencies" : {
24
24
"@radix-ui/react-slot" : " ^1.0.2" ,
25
25
"class-variance-authority" : " ^0.7.0" ,
26
26
"clsx" : " ^2.1.1" ,
27
- "lucide-react" : " ^0.395.0 " ,
27
+ "lucide-react" : " catalog: " ,
28
28
"tailwind-merge" : " ^2.3.0" ,
29
29
"tailwindcss-animate" : " ^1.0.7"
30
30
},
You can’t perform that action at this time.
0 commit comments