|
15 | 15 | "format:check": "prettier --check ." |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@tailwindcss/vite": "^4.1.17", |
| 18 | + "@tailwindcss/vite": "^4.1.18", |
19 | 19 | "@tanstack/query-core": "^5.90.12", |
20 | 20 | "@tanstack/query-db-collection": "^1.0.7", |
21 | 21 | "@tanstack/react-db": "^0.1.56", |
22 | | - "@tanstack/react-router": "^1.140.0", |
23 | | - "@tanstack/react-router-devtools": "^1.140.0", |
| 22 | + "@tanstack/react-router": "^1.141.1", |
| 23 | + "@tanstack/react-router-devtools": "^1.141.1", |
24 | 24 | "@tanstack/react-router-with-query": "^1.130.17", |
25 | | - "@tanstack/react-start": "^1.140.0", |
26 | | - "@tanstack/router-plugin": "^1.140.0", |
| 25 | + "@tanstack/react-start": "^1.141.1", |
| 26 | + "@tanstack/router-plugin": "^1.141.1", |
27 | 27 | "@trpc/client": "^11.7.2", |
28 | 28 | "@trpc/server": "^11.7.2", |
29 | 29 | "better-auth": "^1.3.26", |
30 | 30 | "dotenv": "^17.2.3", |
31 | | - "drizzle-orm": "^0.45.0", |
| 31 | + "drizzle-orm": "^0.45.1", |
32 | 32 | "drizzle-zod": "^0.8.3", |
33 | 33 | "pg": "^8.16.3", |
34 | | - "react": "^19.2.1", |
35 | | - "react-dom": "^19.2.1", |
36 | | - "tailwindcss": "^4.1.17", |
| 34 | + "react": "^19.2.3", |
| 35 | + "react-dom": "^19.2.3", |
| 36 | + "tailwindcss": "^4.1.18", |
37 | 37 | "vite": "^7.2.6", |
38 | 38 | "vite-tsconfig-paths": "^5.1.4", |
39 | 39 | "zod": "^4.1.11" |
|
43 | 43 | "@eslint/js": "^9.39.1", |
44 | 44 | "@testing-library/dom": "^10.4.1", |
45 | 45 | "@testing-library/react": "^16.3.0", |
46 | | - "@types/pg": "^8.15.6", |
| 46 | + "@types/pg": "^8.16.0", |
47 | 47 | "@types/react": "^19.2.7", |
48 | 48 | "@types/react-dom": "^19.2.3", |
49 | | - "@typescript-eslint/eslint-plugin": "^8.48.1", |
50 | | - "@typescript-eslint/parser": "^8.48.1", |
| 49 | + "@typescript-eslint/eslint-plugin": "^8.49.0", |
| 50 | + "@typescript-eslint/parser": "^8.49.0", |
51 | 51 | "@vitejs/plugin-react": "^5.1.1", |
52 | 52 | "concurrently": "^9.2.1", |
53 | 53 | "drizzle-kit": "^0.31.8", |
|
60 | 60 | "prettier": "^3.7.4", |
61 | 61 | "tsx": "^4.21.0", |
62 | 62 | "typescript": "^5.9.2", |
63 | | - "vite": "^7.2.6", |
| 63 | + "vite": "^7.2.7", |
64 | 64 | "vitest": "^3.2.4", |
65 | 65 | "web-vitals": "^5.1.0" |
66 | 66 | } |
|
0 commit comments