|
22 | 22 | "dependencies": { |
23 | 23 | "@ai-sdk/openai": "^1.3.23", |
24 | 24 | "@hookform/resolvers": "^4.1.3", |
25 | | - "@modelcontextprotocol/sdk": "^1.17.0", |
| 25 | + "@modelcontextprotocol/sdk": "^1.17.1", |
26 | 26 | "@radix-ui/react-hover-card": "^1.1.14", |
27 | 27 | "@radix-ui/react-label": "^2.1.7", |
28 | 28 | "@radix-ui/react-select": "^2.2.5", |
29 | 29 | "@radix-ui/react-slot": "^1.2.3", |
30 | 30 | "@tailwindcss/postcss": "^4.1.11", |
31 | 31 | "@tailwindcss/vite": "^4.1.11", |
32 | | - "@tanstack/react-form": "^1.15.0", |
| 32 | + "@tanstack/react-form": "^1.15.2", |
33 | 33 | "@tanstack/react-pacer": "^0.11.0", |
34 | | - "@tanstack/react-query": "^5.83.0", |
35 | | - "@tanstack/react-router": "^1.130.2", |
36 | | - "@tanstack/react-router-with-query": "^1.130.2", |
37 | | - "@tanstack/react-start": "^1.130.2", |
38 | | - "@tanstack/zod-adapter": "^1.130.2", |
| 34 | + "@tanstack/react-query": "^5.84.1", |
| 35 | + "@tanstack/react-router": "1.125.3", |
| 36 | + "@tanstack/react-router-with-query": "1.125.3", |
| 37 | + "@tanstack/react-start": "1.125.3", |
| 38 | + "@tanstack/zod-adapter": "^1.130.11", |
39 | 39 | "ai": "^4.3.19", |
40 | 40 | "class-variance-authority": "^0.7.1", |
41 | 41 | "clsx": "^2.1.1", |
|
52 | 52 | "tailwindcss-animate": "^1.0.7", |
53 | 53 | "uuid": "^11.1.0", |
54 | 54 | "vite": "^6.3.5", |
55 | | - "zod": "^3.25.74" |
| 55 | + "zod": "^3.25.76" |
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | | - "@tanstack/react-query-devtools": "^5.83.0", |
59 | | - "@tanstack/react-router-devtools": "^1.130.2", |
60 | | - "@tanstack/router-plugin": "^1.130.2", |
| 58 | + "@tanstack/react-query-devtools": "^5.84.1", |
| 59 | + "@tanstack/react-router-devtools": "^1.130.11", |
| 60 | + "@tanstack/router-plugin": "^1.130.11", |
61 | 61 | "@testing-library/jest-dom": "^6.6.4", |
62 | 62 | "@testing-library/react": "^16.3.0", |
63 | 63 | "@testing-library/user-event": "^14.6.1", |
64 | 64 | "@types/bun": "latest", |
65 | 65 | "@types/jest": "^30.0.0", |
66 | | - "@types/react": "^19.1.8", |
67 | | - "@types/react-dom": "^19.1.6", |
| 66 | + "@types/react": "^19.1.9", |
| 67 | + "@types/react-dom": "^19.1.7", |
68 | 68 | "@vitejs/plugin-react": "^4.7.0", |
69 | 69 | "@vitest/coverage-v8": "3.2.4", |
70 | 70 | "jsdom": "^26.1.0", |
71 | | - "oxlint": "^1.8.0", |
72 | | - "shadcn": "^2.9.3", |
73 | | - "typescript": "^5.8.3", |
| 71 | + "oxlint": "^1.9.0", |
| 72 | + "shadcn": "^2.10.0", |
| 73 | + "typescript": "^5.9.2", |
74 | 74 | "vite-tsconfig-paths": "^5.1.4", |
75 | 75 | "vitest": "^3.2.4" |
76 | 76 | } |
|
0 commit comments