|
20 | 20 | "build:mcp-servers": "tsc -p mcp-source/tsconfig.json" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@ai-sdk/anthropic": "^1.2.12", |
24 | | - "@ai-sdk/deepseek": "^0.2.14", |
25 | | - "@ai-sdk/google": "^1.2.19", |
26 | | - "@ai-sdk/openai": "^1.3.24", |
27 | | - "@ai-sdk/provider": "^1.1.3", |
28 | | - "@ai-sdk/react": "^1.2.12", |
| 23 | + "@ai-sdk/anthropic": "^3.0.2", |
| 24 | + "@ai-sdk/deepseek": "^2.0.2", |
| 25 | + "@ai-sdk/google": "^3.0.2", |
| 26 | + "@ai-sdk/openai": "^3.0.2", |
| 27 | + "@ai-sdk/provider": "^3.0.1", |
| 28 | + "@ai-sdk/react": "^3.0.5", |
29 | 29 | "@ai-sdk/ui-utils": "^1.2.11", |
30 | | - "@anthropic-ai/sdk": "^0.61.0", |
31 | | - "@aws-sdk/client-cloudwatch": "^3.879.0", |
32 | | - "@aws-sdk/client-rds": "^3.881.0", |
33 | | - "@fluentui/react-icons": "^2.0.309", |
| 30 | + "@anthropic-ai/sdk": "^0.71.2", |
| 31 | + "@aws-sdk/client-cloudwatch": "^3.958.0", |
| 32 | + "@aws-sdk/client-rds": "^3.958.0", |
| 33 | + "@fluentui/react-icons": "^2.0.316", |
34 | 34 | "@google-cloud/logging": "^11.2.1", |
35 | | - "@google-cloud/monitoring": "^5.3.0", |
36 | | - "@googleapis/sqladmin": "^31.1.0", |
37 | | - "@mastra/core": "^0.15.3", |
38 | | - "@mastra/evals": "^0.13.3", |
39 | | - "@modelcontextprotocol/sdk": "^1.17.5", |
| 35 | + "@google-cloud/monitoring": "^5.3.1", |
| 36 | + "@googleapis/sqladmin": "^35.0.0", |
| 37 | + "@mastra/core": "^0.24.9", |
| 38 | + "@mastra/evals": "^0.14.4", |
| 39 | + "@modelcontextprotocol/sdk": "^1.25.1", |
40 | 40 | "@opentelemetry/api": "^1.9.0", |
41 | | - "@opentelemetry/api-logs": "^0.203.0", |
42 | | - "@opentelemetry/auto-instrumentations-node": "^0.62.2", |
43 | | - "@opentelemetry/context-async-hooks": "^2.0.1", |
44 | | - "@opentelemetry/core": "^2.0.1", |
45 | | - "@opentelemetry/exporter-trace-otlp-grpc": "^0.203.0", |
46 | | - "@opentelemetry/exporter-trace-otlp-http": "^0.203.0", |
47 | | - "@opentelemetry/exporter-trace-otlp-proto": "^0.203.0", |
48 | | - "@opentelemetry/instrumentation": "^0.203.0", |
49 | | - "@opentelemetry/resources": "^2.0.1", |
50 | | - "@opentelemetry/sdk-logs": "^0.203.0", |
51 | | - "@opentelemetry/sdk-node": "^0.203.0", |
52 | | - "@opentelemetry/sdk-trace-base": "^2.0.1", |
53 | | - "@opentelemetry/sdk-trace-node": "^2.0.1", |
54 | | - "@opentelemetry/semantic-conventions": "^1.37.0", |
55 | | - "@tailwindcss/postcss": "^4.1.12", |
56 | | - "@tailwindcss/typography": "^0.5.16", |
57 | | - "@tanstack/react-query": "^5.85.9", |
58 | | - "@vercel/functions": "^3.0.0", |
| 41 | + "@opentelemetry/api-logs": "^0.208.0", |
| 42 | + "@opentelemetry/auto-instrumentations-node": "^0.67.3", |
| 43 | + "@opentelemetry/context-async-hooks": "^2.2.0", |
| 44 | + "@opentelemetry/core": "^2.2.0", |
| 45 | + "@opentelemetry/exporter-trace-otlp-grpc": "^0.208.0", |
| 46 | + "@opentelemetry/exporter-trace-otlp-http": "^0.208.0", |
| 47 | + "@opentelemetry/exporter-trace-otlp-proto": "^0.208.0", |
| 48 | + "@opentelemetry/instrumentation": "^0.208.0", |
| 49 | + "@opentelemetry/resources": "^2.2.0", |
| 50 | + "@opentelemetry/sdk-logs": "^0.208.0", |
| 51 | + "@opentelemetry/sdk-node": "^0.208.0", |
| 52 | + "@opentelemetry/sdk-trace-base": "^2.2.0", |
| 53 | + "@opentelemetry/sdk-trace-node": "^2.2.0", |
| 54 | + "@opentelemetry/semantic-conventions": "^1.38.0", |
| 55 | + "@tailwindcss/postcss": "^4.1.18", |
| 56 | + "@tailwindcss/typography": "^0.5.19", |
| 57 | + "@tanstack/react-query": "^5.90.16", |
| 58 | + "@vercel/functions": "^3.3.4", |
59 | 59 | "@xata.io/components": "^0.0.9", |
60 | 60 | "@xata.io/theme": "^1.0.3", |
61 | | - "ai": "^4.3.16", |
| 61 | + "ai": "^6.0.5", |
62 | 62 | "bytes": "^3.1.2", |
63 | | - "canvas-confetti": "^1.9.3", |
| 63 | + "canvas-confetti": "^1.9.4", |
64 | 64 | "class-variance-authority": "^0.7.1", |
65 | 65 | "clsx": "^2.1.1", |
66 | | - "cron-parser": "^5.3.1", |
| 66 | + "cron-parser": "^5.4.0", |
67 | 67 | "date-fns": "^4.1.0", |
68 | 68 | "diff-match-patch": "^1.0.5", |
69 | | - "drizzle-kit": "^0.31.4", |
70 | | - "drizzle-orm": "^0.44.5", |
| 69 | + "drizzle-kit": "^0.31.8", |
| 70 | + "drizzle-orm": "^0.45.1", |
71 | 71 | "drizzle-zod": "^0.8.3", |
72 | 72 | "fast-deep-equal": "^3.1.3", |
73 | | - "framer-motion": "^12.23.12", |
74 | | - "geist": "^1.4.2", |
75 | | - "import-in-the-middle": "^1.14.2", |
76 | | - "kysely": "^0.28.5", |
77 | | - "langfuse-vercel": "^3.38.5", |
| 73 | + "framer-motion": "^12.23.26", |
| 74 | + "geist": "^1.5.1", |
| 75 | + "import-in-the-middle": "^2.0.1", |
| 76 | + "kysely": "^0.28.9", |
| 77 | + "langfuse-vercel": "^3.38.6", |
78 | 78 | "litellm-api": "^0.0.3", |
79 | | - "lucide-react": "^0.542.0", |
80 | | - "next": "15.5.9", |
| 79 | + "lucide-react": "^0.562.0", |
| 80 | + "next": "16.1.1", |
81 | 81 | "next-auth": "5.0.0-beta.30", |
82 | 82 | "next-themes": "^0.4.6", |
83 | | - "ollama": "^0.5.17", |
| 83 | + "ollama": "^0.6.3", |
84 | 84 | "ollama-ai-provider": "^1.2.0", |
85 | 85 | "orderedmap": "^2.1.1", |
86 | 86 | "pg": "^8.16.3", |
87 | 87 | "postcss-import": "^16.1.1", |
88 | 88 | "prosemirror-example-setup": "^1.2.3", |
89 | | - "prosemirror-inputrules": "^1.5.0", |
| 89 | + "prosemirror-inputrules": "^1.5.1", |
90 | 90 | "prosemirror-markdown": "^1.13.2", |
91 | | - "prosemirror-model": "^1.25.3", |
| 91 | + "prosemirror-model": "^1.25.4", |
92 | 92 | "prosemirror-schema-basic": "^1.2.4", |
93 | 93 | "prosemirror-schema-list": "^1.5.1", |
94 | | - "prosemirror-state": "^1.4.3", |
95 | | - "prosemirror-view": "^1.40.1", |
96 | | - "react": "19.1.1", |
97 | | - "react-data-grid": "7.0.0-beta.57", |
98 | | - "react-dom": "19.1.1", |
| 94 | + "prosemirror-state": "^1.4.4", |
| 95 | + "prosemirror-view": "^1.41.4", |
| 96 | + "react": "19.2.3", |
| 97 | + "react-data-grid": "7.0.0-beta.59", |
| 98 | + "react-dom": "19.2.3", |
99 | 99 | "react-markdown": "^10.1.0", |
100 | | - "react-syntax-highlighter": "^15.6.6", |
| 100 | + "react-syntax-highlighter": "^16.1.0", |
101 | 101 | "remark-gfm": "^4.0.1", |
102 | | - "require-in-the-middle": "^7.5.2", |
| 102 | + "require-in-the-middle": "^8.0.1", |
103 | 103 | "server-only": "^0.0.1", |
104 | | - "shiki": "^3.12.2", |
105 | | - "tailwind-merge": "^3.3.1", |
| 104 | + "shiki": "^3.20.0", |
| 105 | + "tailwind-merge": "^3.4.0", |
106 | 106 | "tailwindcss-animate": "^1.0.7", |
107 | | - "typescript": "^5.9.2", |
| 107 | + "typescript": "^5.9.3", |
108 | 108 | "usehooks-ts": "^3.1.1", |
109 | | - "zod": "^3.25.67" |
| 109 | + "zod": "^4.3.4" |
110 | 110 | }, |
111 | 111 | "devDependencies": { |
112 | | - "@dotenvx/dotenvx": "^1.49.0", |
| 112 | + "@dotenvx/dotenvx": "^1.51.4", |
113 | 113 | "@types/bytes": "^3.1.5", |
114 | 114 | "@types/canvas-confetti": "^1.9.0", |
115 | | - "@types/chroma-js": "^3.1.1", |
| 115 | + "@types/chroma-js": "^3.1.2", |
116 | 116 | "@types/diff-match-patch": "^1.0.36", |
117 | | - "@types/dockerode": "^3.3.43", |
118 | | - "@types/papaparse": "^5.3.16", |
119 | | - "@types/pg": "^8.15.5", |
120 | | - "@types/react": "^19.1.12", |
121 | | - "@types/react-dom": "^19.1.9", |
| 117 | + "@types/dockerode": "^3.3.47", |
| 118 | + "@types/papaparse": "^5.5.2", |
| 119 | + "@types/pg": "^8.16.0", |
| 120 | + "@types/react": "^19.2.7", |
| 121 | + "@types/react-dom": "^19.2.3", |
122 | 122 | "@types/react-syntax-highlighter": "^15.5.13", |
123 | 123 | "@xata.io/eslint-config": "^0.0.1", |
124 | 124 | "@xata.io/tsconfig": "^0.0.1", |
125 | | - "autoprefixer": "^10.4.21", |
126 | | - "dockerode": "^4.0.7", |
127 | | - "dotenv": "^17.2.2", |
128 | | - "filenamify": "^6.0.0", |
129 | | - "mastra": "^0.11.3", |
| 125 | + "autoprefixer": "^10.4.23", |
| 126 | + "dockerode": "^4.0.9", |
| 127 | + "dotenv": "^17.2.3", |
| 128 | + "filenamify": "^7.0.1", |
| 129 | + "mastra": "^0.18.9", |
130 | 130 | "papaparse": "^5.5.3", |
131 | 131 | "pg": "^8.16.3", |
132 | 132 | "postcss": "^8.5.6", |
133 | | - "tailwindcss": "^4.1.12", |
134 | | - "tsx": "^4.20.5", |
| 133 | + "tailwindcss": "^4.1.18", |
| 134 | + "tsx": "^4.21.0", |
135 | 135 | "eslint": "^9", |
136 | | - "eslint-config-next": "^15.5.2", |
| 136 | + "eslint-config-next": "^16.1.1", |
137 | 137 | "@eslint/eslintrc": "^3" |
138 | 138 | }, |
139 | 139 | "engines": { |
|
0 commit comments