|
9 | 9 | "lint": "biome lint --write .", |
10 | 10 | "lint:fix": "biome lint --write . --unsafe", |
11 | 11 | "format": "biome format --write .", |
| 12 | + "check": "biome check --write .", |
12 | 13 | "typecheck": "tsc --noEmit", |
13 | 14 | "prepare": "husky", |
14 | | - "build:prepare": "pnpm run typecheck && pnpm run lint && pnpm run format && pnpm run build" |
| 15 | + "build:prepare": "pnpm run typecheck && pnpm run lint && pnpm run format && pnpm run check && pnpm run build" |
15 | 16 | }, |
16 | 17 | "dependencies": { |
17 | 18 | "@radix-ui/react-label": "^2.1.0", |
18 | 19 | "@radix-ui/react-slot": "^1.1.0", |
19 | | - "@tanstack/react-router": "^1.62.1", |
| 20 | + "@tanstack/react-router": "^1.77.0", |
20 | 21 | "class-variance-authority": "^0.7.0", |
21 | 22 | "clsx": "^2.1.1", |
22 | | - "lucide-react": "^0.447.0", |
| 23 | + "lucide-react": "^0.453.0", |
23 | 24 | "next-themes": "^0.3.0", |
24 | 25 | "react": "^18.3.1", |
25 | 26 | "react-dom": "^18.3.1", |
26 | | - "tailwind-merge": "^2.5.3", |
| 27 | + "tailwind-merge": "^2.5.4", |
27 | 28 | "tailwindcss-animate": "^1.0.7", |
28 | | - "unhead": "^1.11.7" |
| 29 | + "unhead": "^1.11.10" |
29 | 30 | }, |
30 | 31 | "devDependencies": { |
31 | | - "@biomejs/biome": "^1.9.3", |
32 | | - "@tanstack/router-plugin": "^1.62.0", |
33 | | - "@tanstack/router-vite-plugin": "^1.62.0", |
34 | | - "@types/node": "^22.7.4", |
35 | | - "@types/react": "^18.3.11", |
36 | | - "@types/react-dom": "^18.3.0", |
37 | | - "@vitejs/plugin-react": "^4.3.2", |
| 32 | + "@biomejs/biome": "^1.9.4", |
| 33 | + "@tanstack/router-plugin": "^1.76.4", |
| 34 | + "@tanstack/router-vite-plugin": "^1.76.4", |
| 35 | + "@types/node": "^22.8.1", |
| 36 | + "@types/react": "^18.3.12", |
| 37 | + "@types/react-dom": "^18.3.1", |
| 38 | + "@vitejs/plugin-react": "^4.3.3", |
38 | 39 | "autoprefixer": "^10.4.20", |
39 | 40 | "husky": "^9.1.6", |
40 | 41 | "postcss": "^8.4.47", |
41 | | - "tailwindcss": "^3.4.13", |
42 | | - "typescript": "^5.6.2", |
43 | | - "vite": "^5.4.8" |
| 42 | + "tailwindcss": "^3.4.14", |
| 43 | + "typescript": "^5.6.3", |
| 44 | + "vite": "^5.4.10" |
44 | 45 | }, |
45 | | - "packageManager": "pnpm@9.12.0" |
| 46 | + "packageManager": "pnpm@9.12.2" |
46 | 47 | } |
0 commit comments