|
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | 18 | "@tailwindcss/vite": "^4.1.18", |
19 | | - "@tanstack/query-core": "^5.90.16", |
| 19 | + "@tanstack/query-core": "^5.90.17", |
20 | 20 | "@tanstack/query-db-collection": "^1.0.16", |
21 | 21 | "@tanstack/react-db": "^0.1.64", |
22 | | - "@tanstack/react-router": "^1.144.0", |
23 | | - "@tanstack/react-router-devtools": "^1.144.0", |
| 22 | + "@tanstack/react-router": "^1.150.0", |
| 23 | + "@tanstack/react-router-devtools": "^1.150.0", |
24 | 24 | "@tanstack/react-router-with-query": "^1.130.17", |
25 | | - "@tanstack/react-start": "^1.145.5", |
26 | | - "@tanstack/router-plugin": "^1.145.4", |
| 25 | + "@tanstack/react-start": "^1.150.0", |
| 26 | + "@tanstack/router-plugin": "^1.150.0", |
27 | 27 | "@trpc/client": "^11.8.1", |
28 | 28 | "@trpc/server": "^11.8.1", |
29 | 29 | "better-auth": "^1.3.26", |
30 | 30 | "dotenv": "^17.2.3", |
31 | 31 | "drizzle-orm": "^0.45.1", |
32 | 32 | "drizzle-zod": "^0.8.3", |
33 | | - "pg": "^8.16.3", |
| 33 | + "pg": "^8.17.1", |
34 | 34 | "react": "^19.2.3", |
35 | 35 | "react-dom": "^19.2.3", |
36 | 36 | "tailwindcss": "^4.1.18", |
|
44 | 44 | "@testing-library/dom": "^10.4.1", |
45 | 45 | "@testing-library/react": "^16.3.1", |
46 | 46 | "@types/pg": "^8.16.0", |
47 | | - "@types/react": "^19.2.7", |
| 47 | + "@types/react": "^19.2.8", |
48 | 48 | "@types/react-dom": "^19.2.3", |
49 | | - "@typescript-eslint/eslint-plugin": "^8.51.0", |
50 | | - "@typescript-eslint/parser": "^8.51.0", |
| 49 | + "@typescript-eslint/eslint-plugin": "^8.53.0", |
| 50 | + "@typescript-eslint/parser": "^8.53.0", |
51 | 51 | "@vitejs/plugin-react": "^5.1.2", |
52 | 52 | "concurrently": "^9.2.1", |
53 | 53 | "drizzle-kit": "^0.31.8", |
54 | 54 | "eslint": "^9.39.2", |
55 | 55 | "eslint-config-prettier": "^10.1.8", |
56 | | - "eslint-plugin-prettier": "^5.5.4", |
| 56 | + "eslint-plugin-prettier": "^5.5.5", |
57 | 57 | "eslint-plugin-react": "^7.37.5", |
58 | 58 | "globals": "^16.5.0", |
59 | 59 | "jsdom": "^27.4.0", |
60 | | - "prettier": "^3.7.4", |
| 60 | + "prettier": "^3.8.0", |
61 | 61 | "tsx": "^4.21.0", |
62 | 62 | "typescript": "^5.9.2", |
63 | | - "vite": "^7.3.0", |
| 63 | + "vite": "^7.3.1", |
64 | 64 | "vitest": "^3.2.4", |
65 | 65 | "web-vitals": "^5.1.0" |
66 | 66 | } |
|
0 commit comments