File tree Expand file tree Collapse file tree 6 files changed +393
-345
lines changed Expand file tree Collapse file tree 6 files changed +393
-345
lines changed Original file line number Diff line number Diff line change 44
44
"prettier" : " ^3.5.3" ,
45
45
"sort-package-json" : " ^3.2.1" ,
46
46
"typescript" : " ^5.8.3" ,
47
- "vitest" : " ^3.1.3 "
47
+ "vitest" : " ^3.1.4 "
48
48
},
49
49
"packageManager" : " pnpm@10.10.0" ,
50
50
"engines" : {
Original file line number Diff line number Diff line change 14
14
--color-secondary-subtle : hsl (44 , 73% , 60% );
15
15
--color-secondary-strong : hsl (44 , 73% , 40% );
16
16
17
+ /* Base light/dark colors */
17
18
--color-light-1 : hsl (210 , 18% , 98% );
18
19
--color-light-2 : hsl (210 , 18% , 95% );
19
20
--color-light-3 : hsl (210 , 18% , 90% );
25
26
--color-dark-3 : hsl (210 , 28% , 20% );
26
27
--color-dark-4 : hsl (210 , 28% , 25% );
27
28
--color-dark-5 : hsl (210 , 28% , 30% );
29
+
28
30
/* Background colors */
29
31
--color-surface-1 : light-dark (var (--color-light-1 ), var (--color-dark-1 ));
30
32
--color-surface-2 : light-dark (var (--color-light-2 ), var (--color-dark-2 ));
Original file line number Diff line number Diff line change 19
19
"dragswag" : " workspace:*" ,
20
20
"isbot" : " ^5.1.28" ,
21
21
"lodash" : " ^4.17.21" ,
22
- "lucide-react" : " ^0.506 .0" ,
22
+ "lucide-react" : " ^0.511 .0" ,
23
23
"react" : " ^19.1.0" ,
24
24
"react-dom" : " ^19.1.0" ,
25
25
"react-router" : " ^7.6.0" ,
26
26
"styled-components" : " ^6.1.18" ,
27
- "tailwind-merge" : " ^3.2 .0"
27
+ "tailwind-merge" : " ^3.3 .0"
28
28
},
29
29
"devDependencies" : {
30
30
"@react-router/dev" : " ^7.6.0" ,
31
- "@tailwindcss/vite" : " ^4.1.6 " ,
31
+ "@tailwindcss/vite" : " ^4.1.7 " ,
32
32
"@types/lodash" : " ^4.17.16" ,
33
- "@types/node" : " ^22.15.17 " ,
33
+ "@types/node" : " ^22.15.19 " ,
34
34
"@types/react" : " ^19.1.4" ,
35
35
"@types/react-dom" : " ^19.1.5" ,
36
- "tailwindcss" : " ^4.1.6 " ,
36
+ "tailwindcss" : " ^4.1.7 " ,
37
37
"typescript" : " ^5.8.3" ,
38
38
"vite" : " ^6.3.5" ,
39
39
"vite-tsconfig-paths" : " ^5.1.4"
Original file line number Diff line number Diff line change 72
72
"typecheck" : " tsc --noEmit"
73
73
},
74
74
"devDependencies" : {
75
- "@types/node" : " ^22.15.17 " ,
75
+ "@types/node" : " ^22.15.19 " ,
76
76
"@types/react" : " ^19.1.4" ,
77
77
"publint" : " ^0.3.12" ,
78
78
"react" : " ^19.1.0" ,
79
- "tsup" : " ^8.4 .0"
79
+ "tsup" : " ^8.5 .0"
80
80
},
81
81
"peerDependencies" : {
82
82
"react" : " >=19.0.0"
You can’t perform that action at this time.
0 commit comments