|
15 | 15 | "format:check": "prettier --check ." |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@tailwindcss/vite": "^4.1.14", |
| 18 | + "@tailwindcss/vite": "^4.1.16", |
19 | 19 | "@tanstack/query-core": "^5.90.5", |
20 | 20 | "@tanstack/query-db-collection": "^0.2.36", |
21 | 21 | "@tanstack/react-db": "^0.1.36", |
22 | | - "@tanstack/react-router": "^1.133.15", |
23 | | - "@tanstack/react-router-devtools": "^1.133.15", |
| 22 | + "@tanstack/react-router": "^1.133.32", |
| 23 | + "@tanstack/react-router-devtools": "^1.133.32", |
24 | 24 | "@tanstack/react-router-with-query": "^1.130.17", |
25 | | - "@tanstack/react-start": "^1.133.15", |
26 | | - "@tanstack/router-plugin": "^1.133.15", |
27 | | - "@trpc/client": "^11.6.0", |
28 | | - "@trpc/server": "^11.6.0", |
| 25 | + "@tanstack/react-start": "^1.133.32", |
| 26 | + "@tanstack/router-plugin": "^1.133.32", |
| 27 | + "@trpc/client": "^11.7.0", |
| 28 | + "@trpc/server": "^11.7.0", |
29 | 29 | "better-auth": "^1.3.26", |
30 | 30 | "dotenv": "^17.2.3", |
31 | | - "drizzle-orm": "^0.44.6", |
| 31 | + "drizzle-orm": "^0.44.7", |
32 | 32 | "drizzle-zod": "^0.8.3", |
33 | 33 | "pg": "^8.16.3", |
34 | 34 | "react": "^19.2.0", |
35 | 35 | "react-dom": "^19.2.0", |
36 | | - "tailwindcss": "^4.1.14", |
| 36 | + "tailwindcss": "^4.1.16", |
37 | 37 | "vite": "^6.3.5", |
38 | 38 | "vite-tsconfig-paths": "^5.1.4", |
39 | 39 | "zod": "^4.1.11" |
|
46 | 46 | "@types/pg": "^8.15.5", |
47 | 47 | "@types/react": "^19.2.2", |
48 | 48 | "@types/react-dom": "^19.2.2", |
49 | | - "@typescript-eslint/eslint-plugin": "^8.46.1", |
50 | | - "@typescript-eslint/parser": "^8.46.1", |
| 49 | + "@typescript-eslint/eslint-plugin": "^8.46.2", |
| 50 | + "@typescript-eslint/parser": "^8.46.2", |
51 | 51 | "@vitejs/plugin-react": "^5.0.4", |
52 | 52 | "concurrently": "^9.2.1", |
53 | 53 | "drizzle-kit": "^0.31.5", |
|
0 commit comments