Skip to content

Commit 6cf4371

Browse files
committed
fix: fixed styles and deps
1 parent 9d5b3c8 commit 6cf4371

5 files changed

Lines changed: 526 additions & 424 deletions

File tree

components.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": false,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "",
8+
"css": "src/styles/root-layout.css",
9+
"baseColor": "zinc",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/components",
15+
"utils": "@/lib/utils",
16+
"ui": "@/components/ui",
17+
"lib": "@/lib",
18+
"hooks": "@/hooks"
19+
},
20+
"iconLibrary": "lucide"
21+
}

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"dependencies": {
1818
"@radix-ui/react-label": "^2.1.4",
1919
"@radix-ui/react-slot": "^1.2.0",
20-
"@tailwindcss/vite": "^4.1.4",
21-
"@tanstack/react-router": "^1.117.1",
20+
"@tailwindcss/vite": "^4.1.5",
21+
"@tanstack/react-router": "^1.119.0",
2222
"@unhead/addons": "^2.0.8",
2323
"@unhead/react": "^2.0.8",
2424
"class-variance-authority": "^0.7.1",
2525
"clsx": "^2.1.1",
26-
"lucide-react": "^0.503.0",
26+
"lucide-react": "^0.506.0",
2727
"next-themes": "^0.4.6",
2828
"react": "^19.1.0",
2929
"react-dom": "^19.1.0",
@@ -33,18 +33,19 @@
3333
},
3434
"devDependencies": {
3535
"@biomejs/biome": "^1.9.4",
36-
"@tailwindcss/postcss": "^4.1.4",
37-
"@tanstack/router-plugin": "^1.117.2",
38-
"@tanstack/router-vite-plugin": "^1.117.2",
39-
"@types/node": "^22.15.2",
36+
"@tailwindcss/postcss": "^4.1.5",
37+
"@tanstack/router-plugin": "^1.119.0",
38+
"@tanstack/router-vite-plugin": "^1.119.0",
39+
"@types/node": "^22.15.3",
4040
"@types/react": "^19.1.2",
41-
"@types/react-dom": "^19.1.2",
41+
"@types/react-dom": "^19.1.3",
4242
"@vitejs/plugin-react": "^4.4.1",
4343
"husky": "^9.1.7",
4444
"postcss": "^8.5.3",
45-
"tailwindcss": "^4.1.4",
45+
"tailwindcss": "^4.1.5",
46+
"tw-animate-css": "^1.2.8",
4647
"typescript": "^5.8.3",
47-
"vite": "^6.3.3"
48+
"vite": "^6.3.4"
4849
},
49-
"packageManager": "pnpm@10.9.0"
50+
"packageManager": "pnpm@10.10.0"
5051
}

0 commit comments

Comments
 (0)