|
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
6 | 6 | "build": "vite build", |
7 | | - "check": "bun run format:check & bun run lint & wait", |
8 | | - "clean": "git clean -xdf node_modules/.cache .tanstack .output .nitro dist .wrangler", |
| 7 | + "check": "bun run format:check && bun run lint && bun run test", |
| 8 | + "clean": "git clean -xdf node_modules/.cache .tanstack dist .wrangler", |
9 | 9 | "db:generate": "drizzle-kit generate", |
10 | 10 | "db:migrate": "wrangler d1 migrations apply DB --local", |
11 | 11 | "db:migrate:prod": "wrangler d1 migrations apply DB", |
|
29 | 29 | "dependencies": { |
30 | 30 | "@fontsource-variable/geist": "^5.2.8", |
31 | 31 | "@fontsource-variable/geist-mono": "^5.2.7", |
32 | | - "@tanstack/react-query": "^5.95.2", |
33 | | - "@tanstack/react-query-devtools": "^5.95.2", |
34 | | - "@tanstack/react-router": "^1.168.3", |
35 | | - "@tanstack/react-router-devtools": "^1.166.11", |
| 32 | + "@tanstack/react-query": "^5.99.0", |
| 33 | + "@tanstack/react-query-devtools": "^5.99.0", |
| 34 | + "@tanstack/react-router": "^1.168.21", |
| 35 | + "@tanstack/react-router-devtools": "^1.166.13", |
36 | 36 | "@tanstack/react-router-with-query": "^1.130.17", |
37 | | - "@tanstack/react-start": "^1.167.5", |
38 | | - "better-auth": "^1.5.6", |
| 37 | + "@tanstack/react-start": "^1.167.39", |
| 38 | + "better-auth": "^1.6.2", |
39 | 39 | "class-variance-authority": "^0.7.1", |
40 | 40 | "clsx": "^2.1.1", |
41 | | - "drizzle-orm": "^0.44.5", |
42 | | - "lucide-react": "^1.0.1", |
| 41 | + "drizzle-orm": "^0.45.2", |
| 42 | + "lucide-react": "^1.8.0", |
43 | 43 | "radix-ui": "^1.4.3", |
44 | | - "react": "^19.2.4", |
45 | | - "react-dom": "^19.2.4", |
| 44 | + "react": "^19.2.5", |
| 45 | + "react-dom": "^19.2.5", |
46 | 46 | "tailwind-merge": "^3.5.0", |
47 | 47 | "valibot": "^1.3.1" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@cloudflare/vite-plugin": "^1.30.0", |
| 50 | + "@cloudflare/vite-plugin": "^1.32.2", |
51 | 51 | "@tailwindcss/vite": "^4.2.2", |
52 | 52 | "@types/bun": "latest", |
53 | 53 | "@types/node": "latest", |
54 | 54 | "@types/react": "^19.2.14", |
55 | 55 | "@types/react-dom": "^19.2.3", |
56 | 56 | "@vitejs/plugin-react": "^6.0.1", |
57 | 57 | "dotkit": "^1.5.0", |
58 | | - "drizzle-kit": "^0.31.5", |
| 58 | + "drizzle-kit": "^0.31.10", |
59 | 59 | "oxfmt": "latest", |
60 | 60 | "oxlint": "latest", |
61 | 61 | "oxlint-tsgolint": "latest", |
62 | 62 | "tailwindcss": "^4.2.2", |
63 | 63 | "tw-animate-css": "^1.4.0", |
64 | | - "typescript": "^6", |
65 | | - "vite": "^8.0.2", |
66 | | - "wrangler": "^4.76.0" |
| 64 | + "typescript": "^6.0.2", |
| 65 | + "vite": "^8.0.8", |
| 66 | + "wrangler": "^4.82.2" |
67 | 67 | } |
68 | 68 | } |
0 commit comments