|
10 | 10 | "lint-fix": "eslint --fix" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@ai-sdk/langchain": "^2.0.206", |
14 | | - "@ai-sdk/react": "^3.0.201", |
| 13 | + "@ai-sdk/langchain": "^2.0.211", |
| 14 | + "@ai-sdk/react": "^3.0.206", |
15 | 15 | "@arizeai/openinference-instrumentation-bedrock": "^0.4.14", |
16 | 16 | "@arizeai/openinference-instrumentation-langchain": "^4.0.12", |
17 | 17 | "@aws-lambda-powertools/logger": "^2.33.1", |
18 | | - "@aws-sdk/credential-provider-node": "^3.972.54", |
| 18 | + "@aws-sdk/credential-provider-node": "^3.972.55", |
19 | 19 | "@langchain/aws": "^1.3.9", |
20 | 20 | "@langchain/classic": "^1.0.34", |
21 | | - "@langchain/core": "^1.1.48", |
22 | | - "@langchain/langgraph": "^1.3.7", |
| 21 | + "@langchain/core": "^1.1.49", |
| 22 | + "@langchain/langgraph": "^1.4.2", |
23 | 23 | "@langchain/mcp-adapters": "^1.1.3", |
24 | 24 | "@opentelemetry/api": "^1.9.1", |
25 | 25 | "@opentelemetry/api-logs": "^0.218.0", |
|
28 | 28 | "@opentelemetry/exporter-trace-otlp-http": "^0.218.0", |
29 | 29 | "@opentelemetry/exporter-trace-otlp-proto": "^0.218.0", |
30 | 30 | "@opentelemetry/instrumentation": "^0.218.0", |
31 | | - "@opentelemetry/resources": "^2.7.1", |
| 31 | + "@opentelemetry/resources": "^2.8.0", |
32 | 32 | "@opentelemetry/sdk-logs": "^0.218.0", |
33 | | - "@opentelemetry/sdk-metrics": "^2.7.1", |
| 33 | + "@opentelemetry/sdk-metrics": "^2.8.0", |
34 | 34 | "@opentelemetry/sdk-node": "^0.217.0", |
35 | | - "@opentelemetry/sdk-trace-base": "^2.7.1", |
36 | | - "@opentelemetry/sdk-trace-node": "^2.7.1", |
| 35 | + "@opentelemetry/sdk-trace-base": "^2.8.0", |
| 36 | + "@opentelemetry/sdk-trace-node": "^2.8.0", |
37 | 37 | "@opentelemetry/semantic-conventions": "^1.41.1", |
38 | 38 | "@radix-ui/react-accordion": "^1.2.13", |
39 | 39 | "@radix-ui/react-avatar": "^1.1.12", |
|
51 | 51 | "@radix-ui/react-tabs": "^1.1.14", |
52 | 52 | "@radix-ui/react-tooltip": "^1.2.9", |
53 | 53 | "@radix-ui/react-use-controllable-state": "^1.2.3", |
54 | | - "@rive-app/react-webgl2": "^4.29.0", |
55 | | - "@smithy/eventstream-codec": "^4.3.6", |
| 54 | + "@rive-app/react-webgl2": "^4.29.1", |
| 55 | + "@smithy/eventstream-codec": "^4.3.7", |
56 | 56 | "@streamdown/cjk": "^1.0.3", |
57 | 57 | "@streamdown/code": "^1.1.1", |
58 | 58 | "@streamdown/math": "^1.0.2", |
59 | 59 | "@streamdown/mermaid": "^1.0.2", |
60 | 60 | "@xyflow/react": "^12.11.0", |
61 | | - "ai": "^6.0.199", |
| 61 | + "ai": "^6.0.204", |
62 | 62 | "ansi-to-react": "^6.2.6", |
63 | 63 | "class-variance-authority": "^0.7.1", |
64 | 64 | "clsx": "^2.1.1", |
65 | 65 | "cmdk": "^1.1.1", |
66 | 66 | "embla-carousel-react": "^8.6.0", |
67 | | - "langchain": "^1.4.4", |
| 67 | + "langchain": "^1.4.5", |
68 | 68 | "lucide-react": "^0.563.0", |
69 | | - "media-chrome": "^4.19.1", |
| 69 | + "media-chrome": "^4.19.2", |
70 | 70 | "motion": "^12.40.0", |
71 | 71 | "nanoid": "^5.1.11", |
72 | 72 | "next": "^16.2.9", |
|
82 | 82 | "devDependencies": { |
83 | 83 | "@eslint/js": "^10.0.1", |
84 | 84 | "@stylistic/eslint-plugin": "^5.10.0", |
85 | | - "@tailwindcss/postcss": "^4.3.0", |
86 | | - "@types/node": "^24.13.1", |
| 85 | + "@tailwindcss/postcss": "^4.3.1", |
| 86 | + "@types/node": "^24.13.2", |
87 | 87 | "@types/react": "^19.2.17", |
88 | 88 | "@types/react-dom": "^19.2.3", |
89 | | - "eslint": "^10.4.1", |
| 89 | + "eslint": "^10.5.0", |
90 | 90 | "eslint-config-next": "^16.2.9", |
91 | 91 | "eslint-import-resolver-typescript": "^4.4.5", |
92 | 92 | "eslint-plugin-import-x": "^4.16.2", |
93 | 93 | "eslint-plugin-promise": "^7.3.0", |
94 | | - "tailwindcss": "^4.3.0", |
| 94 | + "tailwindcss": "^4.3.1", |
95 | 95 | "tw-animate-css": "^1.4.0", |
96 | 96 | "typescript": "^6.0.3", |
97 | 97 | "typescript-eslint": "^8.61.0", |
|
0 commit comments