|
15 | 15 | "format:check": "prettier --check ." |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@tailwindcss/vite": "^4.1.16", |
19 | | - "@tanstack/query-core": "^5.90.5", |
| 18 | + "@tailwindcss/vite": "^4.1.17", |
| 19 | + "@tanstack/query-core": "^5.90.8", |
20 | 20 | "@tanstack/query-db-collection": ">=1.0.0", |
21 | 21 | "@tanstack/react-db": ">=0.1.44", |
22 | | - "@tanstack/react-router": "^1.133.32", |
23 | | - "@tanstack/react-router-devtools": "^1.133.32", |
| 22 | + "@tanstack/react-router": "^1.135.2", |
| 23 | + "@tanstack/react-router-devtools": "^1.135.2", |
24 | 24 | "@tanstack/react-router-with-query": "^1.130.17", |
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", |
| 25 | + "@tanstack/react-start": "^1.135.2", |
| 26 | + "@tanstack/router-plugin": "^1.135.2", |
| 27 | + "@trpc/client": "^11.7.1", |
| 28 | + "@trpc/server": "^11.7.1", |
29 | 29 | "better-auth": "^1.3.26", |
30 | 30 | "dotenv": "^17.2.3", |
31 | 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.16", |
| 36 | + "tailwindcss": "^4.1.17", |
37 | 37 | "vite": "^6.3.5", |
38 | 38 | "vite-tsconfig-paths": "^5.1.4", |
39 | 39 | "zod": "^4.1.11" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@eslint/compat": "^1.4.0", |
43 | | - "@eslint/js": "^9.38.0", |
| 42 | + "@eslint/compat": "^1.4.1", |
| 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.5", |
47 | | - "@types/react": "^19.2.2", |
48 | | - "@types/react-dom": "^19.2.2", |
49 | | - "@typescript-eslint/eslint-plugin": "^8.46.2", |
50 | | - "@typescript-eslint/parser": "^8.46.2", |
| 46 | + "@types/pg": "^8.15.6", |
| 47 | + "@types/react": "^19.2.3", |
| 48 | + "@types/react-dom": "^19.2.3", |
| 49 | + "@typescript-eslint/eslint-plugin": "^8.46.4", |
| 50 | + "@typescript-eslint/parser": "^8.46.4", |
51 | 51 | "@vitejs/plugin-react": "^5.0.4", |
52 | 52 | "concurrently": "^9.2.1", |
53 | | - "drizzle-kit": "^0.31.5", |
54 | | - "eslint": "^9.38.0", |
| 53 | + "drizzle-kit": "^0.31.6", |
| 54 | + "eslint": "^9.39.1", |
55 | 55 | "eslint-config-prettier": "^10.1.8", |
56 | 56 | "eslint-plugin-prettier": "^5.5.4", |
57 | 57 | "eslint-plugin-react": "^7.37.5", |
58 | | - "globals": "^16.4.0", |
| 58 | + "globals": "^16.5.0", |
59 | 59 | "jsdom": "^27.0.0", |
60 | 60 | "prettier": "^3.6.2", |
61 | 61 | "tsx": "^4.20.6", |
|
0 commit comments