|
15 | 15 | "build": "vite build" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@ai-sdk-tools/devtools": "^0.6.1", |
19 | | - "@ai-sdk-tools/store": "^0.1.2", |
20 | | - "@ai-sdk/openai": "^2.0.32", |
21 | | - "@prisma/client": "^6.16.2", |
| 18 | + "@ai-sdk-tools/devtools": "^0.32.0", |
| 19 | + "@ai-sdk-tools/store": "^0.32.0", |
| 20 | + "@ai-sdk/openai": "^2.0.64", |
| 21 | + "@prisma/client": "^6.19.0", |
22 | 22 | "@prisma/extension-accelerate": "^2.0.2", |
23 | 23 | "@prisma/studio-core": "^0.5.3", |
24 | | - "@tailwindcss/vite": "^4.1.13", |
| 24 | + "@tailwindcss/vite": "^4.1.17", |
25 | 25 | "@tanstack/devtools-event-bus": "^0.3.3", |
26 | 26 | "@tanstack/devtools-event-client": "0.3.4", |
27 | 27 | "@tanstack/react-devtools": "^0.8.1", |
28 | | - "@tanstack/react-query": "^5.90.1", |
29 | | - "@tanstack/react-query-devtools": "^5.90.1", |
30 | | - "@tanstack/react-router": "^1.131.50", |
31 | | - "@tanstack/react-router-devtools": "^1.131.50", |
| 28 | + "@tanstack/react-query": "^5.90.7", |
| 29 | + "@tanstack/react-query-devtools": "^5.90.2", |
| 30 | + "@tanstack/react-router": "^1.134.15", |
| 31 | + "@tanstack/react-router-devtools": "^1.134.15", |
32 | 32 | "@tanstack/react-router-with-query": "^1.130.17", |
33 | | - "@tanstack/react-start": "1.132.0-alpha.25", |
34 | | - "@tanstack/router-plugin": "^1.131.50", |
35 | | - "ai": "^5.0.48", |
36 | | - "prisma": "^6.16.2", |
37 | | - "react": "19.1.1", |
38 | | - "react-dom": "19.1.1", |
39 | | - "tailwindcss": "^4.1.13", |
| 33 | + "@tanstack/react-start": "1.134.15", |
| 34 | + "@tanstack/router-plugin": "^1.134.15", |
| 35 | + "ai": "^5.0.89", |
| 36 | + "prisma": "^6.19.0", |
| 37 | + "react": "19.2.0", |
| 38 | + "react-dom": "19.2.0", |
| 39 | + "tailwindcss": "^4.1.17", |
40 | 40 | "vite-tsconfig-paths": "^5.1.4", |
41 | | - "zod": "^4.1.11" |
| 41 | + "zod": "^4.1.12" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@tanstack/devtools-vite": "0.3.11", |
45 | 45 | "@testing-library/dom": "^10.4.1", |
46 | 46 | "@testing-library/react": "^16.3.0", |
47 | | - "@types/react": "^19.1.13", |
48 | | - "@types/react-dom": "^19.1.9", |
| 47 | + "@types/react": "^19.2.2", |
| 48 | + "@types/react-dom": "^19.2.2", |
49 | 49 | "@vitejs/plugin-react": "^4.7.0", |
50 | | - "jsdom": "^27.0.0", |
51 | | - "typescript": "~5.9.2", |
52 | | - "vite": "^7.1.7", |
| 50 | + "jsdom": "^27.1.0", |
| 51 | + "typescript": "~5.9.3", |
| 52 | + "vite": "^7.2.2", |
53 | 53 | "vite-plugin-inspect": "11.3.3", |
54 | 54 | "vitest": "^3.2.4", |
55 | 55 | "web-vitals": "^4.2.4" |
|
0 commit comments