File tree Expand file tree Collapse file tree 5 files changed +309
-311
lines changed Expand file tree Collapse file tree 5 files changed +309
-311
lines changed Original file line number Diff line number Diff line change 9
9
"lint" : " eslint . --max-warnings 0"
10
10
},
11
11
"dependencies" : {
12
- "eslint" : " ^9.4 .0" ,
13
- "next" : " ^14.2.3 " ,
12
+ "eslint" : " ^9.5 .0" ,
13
+ "next" : " ^14.2.4 " ,
14
14
"react" : " ^18.3.1" ,
15
15
"react-dom" : " ^18.3.1" ,
16
16
"ui" : " workspace:*"
17
17
},
18
18
"devDependencies" : {
19
- "@next/eslint-plugin-next" : " ^14.2.3 " ,
19
+ "@next/eslint-plugin-next" : " ^14.2.4 " ,
20
20
"@repo/eslint-config" : " workspace:*" ,
21
21
"@repo/typescript-config" : " workspace:*" ,
22
22
"@types/eslint" : " ^8.56.10" ,
23
- "@types/node" : " ^20.14.2 " ,
23
+ "@types/node" : " ^20.14.8 " ,
24
24
"@types/react" : " ^18.3.3" ,
25
25
"@types/react-dom" : " ^18.3.0" ,
26
26
"autoprefixer" : " ^10.4.19" ,
27
27
"postcss" : " ^8.4.38" ,
28
28
"tailwindcss" : " ^3.4.4" ,
29
- "typescript" : " ^5.4.5 "
29
+ "typescript" : " ^5.5.2 "
30
30
}
31
31
}
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
- "prettier" : " ^3.3.1 " ,
15
+ "prettier" : " ^3.3.2 " ,
16
16
"turbo" : " ^2.0.4"
17
17
},
18
18
"packageManager" : " pnpm@9.4.0" ,
Original file line number Diff line number Diff line change 8
8
" react-internal.js"
9
9
],
10
10
"devDependencies" : {
11
- "@typescript-eslint/eslint-plugin" : " ^7.12.0 " ,
12
- "@typescript-eslint/parser" : " ^7.12.0 " ,
11
+ "@typescript-eslint/eslint-plugin" : " ^7.13.1 " ,
12
+ "@typescript-eslint/parser" : " ^7.13.1 " ,
13
13
"@vercel/style-guide" : " ^6.0.0" ,
14
14
"eslint-config-prettier" : " ^9.0.0" ,
15
- "eslint-config-turbo" : " ^2.0.3 " ,
15
+ "eslint-config-turbo" : " ^2.0.4 " ,
16
16
"eslint-plugin-only-warn" : " ^1.1.0" ,
17
- "typescript" : " ^5.4.5 "
17
+ "typescript" : " ^5.5.2 "
18
18
}
19
19
}
Original file line number Diff line number Diff line change 8
8
"devDependencies" : {
9
9
"@repo/eslint-config" : " workspace:*" ,
10
10
"@repo/typescript-config" : " workspace:*" ,
11
- "@turbo/gen" : " ^2.0.3 " ,
11
+ "@turbo/gen" : " ^2.0.4 " ,
12
12
"@types/eslint" : " ^8.56.10" ,
13
- "@types/node" : " ^20.14.2 " ,
13
+ "@types/node" : " ^20.14.8 " ,
14
14
"@types/react" : " ^18.3.3" ,
15
15
"@types/react-dom" : " ^18.3.0" ,
16
16
"autoprefixer" : " ^10.4.19" ,
17
- "eslint" : " ^9.4 .0" ,
17
+ "eslint" : " ^9.5 .0" ,
18
18
"postcss" : " ^8.4.38" ,
19
19
"react" : " ^18.3.1" ,
20
20
"tailwindcss" : " ^3.4.4" ,
21
- "typescript" : " ^5.4.5 "
21
+ "typescript" : " ^5.5.2 "
22
22
},
23
23
"dependencies" : {
24
- "@radix-ui/react-slot" : " ^1.0.2 " ,
24
+ "@radix-ui/react-slot" : " ^1.1.0 " ,
25
25
"class-variance-authority" : " ^0.7.0" ,
26
26
"clsx" : " ^2.1.1" ,
27
- "lucide-react" : " ^0.390 .0" ,
27
+ "lucide-react" : " ^0.396 .0" ,
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