File tree Expand file tree Collapse file tree 4 files changed +608
-771
lines changed Expand file tree Collapse file tree 4 files changed +608
-771
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.11.1 " ,
13
- "next" : " ^14.2.13 " ,
12
+ "eslint" : " ^9.14.0 " ,
13
+ "next" : " ^14.2.17 " ,
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.13 " ,
19
+ "@next/eslint-plugin-next" : " ^14.2.17 " ,
20
20
"@repo/eslint-config" : " workspace:*" ,
21
21
"@repo/typescript-config" : " workspace:*" ,
22
22
"@types/eslint" : " ^9.6.1" ,
23
- "@types/node" : " ^22.7.4 " ,
24
- "@types/react" : " ^18.3.10 " ,
25
- "@types/react-dom" : " ^18.3.0 " ,
23
+ "@types/node" : " ^22.9.0 " ,
24
+ "@types/react" : " ^18.3.12 " ,
25
+ "@types/react-dom" : " ^18.3.1 " ,
26
26
"autoprefixer" : " ^10.4.20" ,
27
27
"postcss" : " ^8.4.47" ,
28
- "tailwindcss" : " ^3.4.13 " ,
29
- "typescript" : " ^5.6.2 "
28
+ "tailwindcss" : " ^3.4.14 " ,
29
+ "typescript" : " ^5.6.3 "
30
30
}
31
31
}
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" : " ^8.7 .0" ,
12
- "@typescript-eslint/parser" : " ^8.7 .0" ,
11
+ "@typescript-eslint/eslint-plugin" : " ^8.13 .0" ,
12
+ "@typescript-eslint/parser" : " ^8.13 .0" ,
13
13
"@vercel/style-guide" : " ^6.0.0" ,
14
14
"eslint-config-prettier" : " ^9.1.0" ,
15
15
"eslint-config-turbo" : " ^2.2.3" ,
16
16
"eslint-plugin-only-warn" : " ^1.1.0" ,
17
- "typescript" : " ^5.6.2 "
17
+ "typescript" : " ^5.6.3 "
18
18
}
19
19
}
Original file line number Diff line number Diff line change 10
10
"@repo/typescript-config" : " workspace:*" ,
11
11
"@turbo/gen" : " ^2.2.3" ,
12
12
"@types/eslint" : " ^9.6.1" ,
13
- "@types/node" : " ^22.7.4 " ,
14
- "@types/react" : " ^18.3.10 " ,
15
- "@types/react-dom" : " ^18.3.0 " ,
13
+ "@types/node" : " ^22.9.0 " ,
14
+ "@types/react" : " ^18.3.12 " ,
15
+ "@types/react-dom" : " ^18.3.1 " ,
16
16
"autoprefixer" : " ^10.4.20" ,
17
- "eslint" : " ^9.11.1 " ,
17
+ "eslint" : " ^9.14.0 " ,
18
18
"postcss" : " ^8.4.47" ,
19
19
"react" : " ^18.3.1" ,
20
- "tailwindcss" : " ^3.4.13 " ,
21
- "typescript" : " ^5.6.2 "
20
+ "tailwindcss" : " ^3.4.14 " ,
21
+ "typescript" : " ^5.6.3 "
22
22
},
23
23
"dependencies" : {
24
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.446 .0" ,
28
- "tailwind-merge" : " ^2.5.2 " ,
27
+ "lucide-react" : " 0.456 .0" ,
28
+ "tailwind-merge" : " ^2.5.4 " ,
29
29
"tailwindcss-animate" : " ^1.0.7"
30
30
},
31
31
"exports" : {
You can’t perform that action at this time.
0 commit comments