|
27 | 27 | "@ai-sdk/react": "^1.2.12",
|
28 | 28 | "@ai-sdk/ui-utils": "^1.2.11",
|
29 | 29 | "@anthropic-ai/sdk": "^0.54.0",
|
30 |
| - "@aws-sdk/client-cloudwatch": "^3.828.0", |
31 |
| - "@aws-sdk/client-rds": "^3.828.0", |
32 |
| - "@fluentui/react-icons": "^2.0.303", |
| 30 | + "@aws-sdk/client-cloudwatch": "^3.830.0", |
| 31 | + "@aws-sdk/client-rds": "^3.830.0", |
| 32 | + "@fluentui/react-icons": "^2.0.304", |
33 | 33 | "@google-cloud/logging": "^11.2.0",
|
34 | 34 | "@google-cloud/monitoring": "^5.2.0",
|
35 | 35 | "@googleapis/sqladmin": "^30.0.1",
|
36 |
| - "@mastra/core": "^0.10.5", |
37 |
| - "@mastra/evals": "^0.10.3", |
38 |
| - "@modelcontextprotocol/sdk": "^1.12.3", |
| 36 | + "@mastra/core": "^0.10.6", |
| 37 | + "@mastra/evals": "^0.10.4", |
| 38 | + "@modelcontextprotocol/sdk": "^1.13.0", |
39 | 39 | "@opentelemetry/api": "^1.9.0",
|
40 | 40 | "@opentelemetry/api-logs": "^0.202.0",
|
41 | 41 | "@opentelemetry/auto-instrumentations-node": "^0.60.1",
|
|
53 | 53 | "@opentelemetry/semantic-conventions": "^1.34.0",
|
54 | 54 | "@tailwindcss/postcss": "^4.1.10",
|
55 | 55 | "@tailwindcss/typography": "^0.5.16",
|
56 |
| - "@tanstack/react-query": "^5.80.7", |
57 |
| - "@vercel/functions": "^2.2.0", |
| 56 | + "@tanstack/react-query": "^5.81.2", |
| 57 | + "@vercel/functions": "^2.2.2", |
58 | 58 | "@xata.io/components": "^0.0.8",
|
59 | 59 | "@xata.io/theme": "^1.0.3",
|
60 | 60 | "ai": "^4.3.16",
|
|
75 | 75 | "kysely": "^0.28.2",
|
76 | 76 | "langfuse-vercel": "^3.37.4",
|
77 | 77 | "litellm-api": "^0.0.3",
|
78 |
| - "lucide-react": "^0.515.0", |
79 |
| - "next": "^15.3.3", |
| 78 | + "lucide-react": "^0.522.0", |
| 79 | + "next": "^15.3.4", |
80 | 80 | "next-auth": "5.0.0-beta.25",
|
81 | 81 | "next-themes": "^0.4.6",
|
82 | 82 | "ollama": "^0.5.16",
|
83 | 83 | "ollama-ai-provider": "^1.2.0",
|
84 | 84 | "orderedmap": "^2.1.1",
|
85 |
| - "pg": "^8.16.0", |
86 |
| - "postcss-import": "^16.1.0", |
| 85 | + "pg": "^8.16.2", |
| 86 | + "postcss-import": "^16.1.1", |
87 | 87 | "prosemirror-example-setup": "^1.2.3",
|
88 | 88 | "prosemirror-inputrules": "^1.5.0",
|
89 | 89 | "prosemirror-markdown": "^1.13.2",
|
|
100 | 100 | "remark-gfm": "^4.0.1",
|
101 | 101 | "require-in-the-middle": "^7.5.2",
|
102 | 102 | "server-only": "^0.0.1",
|
103 |
| - "shiki": "^3.6.0", |
| 103 | + "shiki": "^3.7.0", |
104 | 104 | "tailwind-merge": "^3.3.1",
|
105 | 105 | "tailwindcss-animate": "^1.0.7",
|
106 | 106 | "typescript": "^5.8.3",
|
107 | 107 | "usehooks-ts": "^3.1.1",
|
108 |
| - "zod": "^3.25.64" |
| 108 | + "zod": "^3.25.67" |
109 | 109 | },
|
110 | 110 | "devDependencies": {
|
111 |
| - "@dotenvx/dotenvx": "^1.44.2", |
| 111 | + "@dotenvx/dotenvx": "^1.45.1", |
112 | 112 | "@types/bytes": "^3.1.5",
|
113 | 113 | "@types/canvas-confetti": "^1.9.0",
|
114 | 114 | "@types/chroma-js": "^3.1.1",
|
115 | 115 | "@types/diff-match-patch": "^1.0.36",
|
116 |
| - "@types/dockerode": "^3.3.40", |
| 116 | + "@types/dockerode": "^3.3.41", |
117 | 117 | "@types/papaparse": "^5.3.16",
|
118 | 118 | "@types/pg": "^8.15.4",
|
119 | 119 | "@types/react": "^19.1.8",
|
|
125 | 125 | "dockerode": "^4.0.7",
|
126 | 126 | "dotenv": "^16.5.0",
|
127 | 127 | "filenamify": "^6.0.0",
|
128 |
| - "mastra": "^0.10.5", |
| 128 | + "mastra": "^0.10.6", |
129 | 129 | "papaparse": "^5.5.3",
|
130 |
| - "pg": "^8.16.0", |
131 |
| - "postcss": "^8.5.5", |
| 130 | + "pg": "^8.16.2", |
| 131 | + "postcss": "^8.5.6", |
132 | 132 | "tailwindcss": "^4.1.10",
|
133 | 133 | "tsx": "^4.20.3"
|
134 | 134 | },
|
|
0 commit comments