Skip to content

Commit dc4ee12

Browse files
committed
chore: reduced to typescript version and remove unused component
1 parent 5a3a377 commit dc4ee12

File tree

5 files changed

+44
-85
lines changed

5 files changed

+44
-85
lines changed

components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"rsc": true,
55
"tsx": true,
66
"tailwind": {
7-
"config": "tailwind.config.ts",
7+
"config": "",
88
"css": "app/globals.css",
99
"baseColor": "zinc",
1010
"cssVariables": true,

components/layouts/page-footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function PageFooter() {
3131
className="text-zinc-600 transition-colors hover:text-blue-600 dark:text-zinc-300 dark:hover:text-blue-400"
3232
>
3333
<span className="inline-flex items-center gap-x-2">
34-
<item.icon className="h-5 w-5" /> {item.title}
34+
<item.icon className="size-5" /> {item.title}
3535
</span>
3636
</Link>
3737
))}

components/ui/avatar.tsx

Lines changed: 0 additions & 41 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"prettier": "^3.5.3",
8080
"prettier-plugin-tailwindcss": "^0.6.11",
8181
"tailwindcss": "^4.0.9",
82-
"typescript": "^5.8.2"
82+
"typescript": "^5.7.3"
8383
},
8484
"lint-staged": {
8585
"**/*.{js,jsx,ts,tsx}": [

pnpm-lock.yaml

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)