|
15 | 15 | "build": "vite build"
|
16 | 16 | },
|
17 | 17 | "dependencies": {
|
18 |
| - "@ai-sdk-tools/devtools": "^0.6.0", |
19 |
| - "@ai-sdk-tools/store": "^0.1.0", |
20 |
| - "@ai-sdk/openai": "^2.0.30", |
21 |
| - "@prisma/client": "^6.13.0", |
| 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", |
22 | 22 | "@prisma/extension-accelerate": "^2.0.2",
|
23 |
| - "@prisma/studio-core": "^0.5.1", |
24 |
| - "@tailwindcss/vite": "^4.0.6", |
| 23 | + "@prisma/studio-core": "^0.5.3", |
| 24 | + "@tailwindcss/vite": "^4.1.13", |
25 | 25 | "@tanstack/devtools-event-bus": "^0.3.2",
|
26 | 26 | "@tanstack/devtools-event-client": "0.3.0",
|
27 | 27 | "@tanstack/react-devtools": "^0.7.0",
|
28 |
| - "@tanstack/react-query": "^5.83.0", |
29 |
| - "@tanstack/react-query-devtools": "^5.83.0", |
30 |
| - "@tanstack/react-router": "^1.131.2", |
31 |
| - "@tanstack/react-router-devtools": "^1.131.2", |
32 |
| - "@tanstack/react-router-with-query": "^1.130.2", |
33 |
| - "@tanstack/react-start": "1.132.0-alpha.22", |
34 |
| - "@tanstack/router-plugin": "^1.121.2", |
35 |
| - "ai": "^5.0.44", |
36 |
| - "prisma": "^6.13.0", |
37 |
| - "react": "19.1.0", |
38 |
| - "react-dom": "19.1.0", |
39 |
| - "tailwindcss": "^4.0.6", |
| 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", |
| 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", |
40 | 40 | "vite-tsconfig-paths": "^5.1.4",
|
41 |
| - "zod": "^4.0.14" |
| 41 | + "zod": "^4.1.11" |
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | 44 | "@tanstack/devtools-vite": "0.3.3",
|
45 |
| - "@testing-library/dom": "^10.4.0", |
46 |
| - "@testing-library/react": "^16.2.0", |
47 |
| - "@types/react": "^19.1.12", |
48 |
| - "@types/react-dom": "^19.1.2", |
49 |
| - "@vitejs/plugin-react": "^4.5.2", |
| 45 | + "@testing-library/dom": "^10.4.1", |
| 46 | + "@testing-library/react": "^16.3.0", |
| 47 | + "@types/react": "^19.1.13", |
| 48 | + "@types/react-dom": "^19.1.9", |
| 49 | + "@vitejs/plugin-react": "^4.7.0", |
50 | 50 | "jsdom": "^27.0.0",
|
51 | 51 | "typescript": "~5.9.2",
|
52 |
| - "vite": "^7.0.6", |
53 |
| - "vite-plugin-inspect": "11.3.2", |
54 |
| - "vitest": "^3.1.2", |
| 52 | + "vite": "^7.1.7", |
| 53 | + "vite-plugin-inspect": "11.3.3", |
| 54 | + "vitest": "^3.2.4", |
55 | 55 | "web-vitals": "^4.2.4"
|
56 | 56 | }
|
57 | 57 | }
|
0 commit comments