|
10 | 10 | "lint-fix": "eslint --fix" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@ai-sdk/langchain": "^2.0.227", |
14 | | - "@ai-sdk/react": "^3.0.221", |
| 13 | + "@ai-sdk/langchain": "^2.0.228", |
| 14 | + "@ai-sdk/react": "^3.0.222", |
15 | 15 | "@arizeai/openinference-instrumentation-bedrock": "^0.4.17", |
16 | 16 | "@arizeai/openinference-instrumentation-langchain": "^4.0.14", |
17 | 17 | "@aws-lambda-powertools/logger": "^2.33.1", |
18 | | - "@aws-sdk/credential-provider-node": "^3.972.62", |
| 18 | + "@aws-sdk/credential-provider-node": "^3.972.63", |
19 | 19 | "@langchain/aws": "^1.4.2", |
20 | 20 | "@langchain/classic": "^1.0.38", |
21 | 21 | "@langchain/core": "^1.2.1", |
|
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.8.0", |
| 31 | + "@opentelemetry/resources": "^2.9.0", |
32 | 32 | "@opentelemetry/sdk-logs": "^0.218.0", |
33 | | - "@opentelemetry/sdk-metrics": "^2.8.0", |
| 33 | + "@opentelemetry/sdk-metrics": "^2.9.0", |
34 | 34 | "@opentelemetry/sdk-node": "^0.217.0", |
35 | | - "@opentelemetry/sdk-trace-base": "^2.8.0", |
36 | | - "@opentelemetry/sdk-trace-node": "^2.8.0", |
37 | | - "@opentelemetry/semantic-conventions": "^1.41.1", |
38 | | - "@radix-ui/react-accordion": "^1.2.15", |
39 | | - "@radix-ui/react-avatar": "^1.2.1", |
40 | | - "@radix-ui/react-collapsible": "^1.1.15", |
41 | | - "@radix-ui/react-dialog": "^1.1.18", |
42 | | - "@radix-ui/react-dropdown-menu": "^2.1.19", |
43 | | - "@radix-ui/react-hover-card": "^1.1.18", |
44 | | - "@radix-ui/react-popover": "^1.1.18", |
45 | | - "@radix-ui/react-progress": "^1.1.11", |
46 | | - "@radix-ui/react-scroll-area": "^1.2.13", |
47 | | - "@radix-ui/react-select": "^2.3.2", |
| 35 | + "@opentelemetry/sdk-trace-base": "^2.9.0", |
| 36 | + "@opentelemetry/sdk-trace-node": "^2.9.0", |
| 37 | + "@opentelemetry/semantic-conventions": "^1.42.0", |
| 38 | + "@radix-ui/react-accordion": "^1.2.16", |
| 39 | + "@radix-ui/react-avatar": "^1.2.2", |
| 40 | + "@radix-ui/react-collapsible": "^1.1.16", |
| 41 | + "@radix-ui/react-dialog": "^1.1.19", |
| 42 | + "@radix-ui/react-dropdown-menu": "^2.1.20", |
| 43 | + "@radix-ui/react-hover-card": "^1.1.19", |
| 44 | + "@radix-ui/react-popover": "^1.1.19", |
| 45 | + "@radix-ui/react-progress": "^1.1.12", |
| 46 | + "@radix-ui/react-scroll-area": "^1.2.14", |
| 47 | + "@radix-ui/react-select": "^2.3.3", |
48 | 48 | "@radix-ui/react-separator": "^1.1.11", |
49 | 49 | "@radix-ui/react-slot": "^1.3.0", |
50 | | - "@radix-ui/react-switch": "^1.3.2", |
51 | | - "@radix-ui/react-tabs": "^1.1.16", |
52 | | - "@radix-ui/react-tooltip": "^1.2.11", |
| 50 | + "@radix-ui/react-switch": "^1.3.3", |
| 51 | + "@radix-ui/react-tabs": "^1.1.17", |
| 52 | + "@radix-ui/react-tooltip": "^1.2.12", |
53 | 53 | "@radix-ui/react-use-controllable-state": "^1.2.3", |
54 | 54 | "@rive-app/react-webgl2": "^4.29.4", |
55 | | - "@smithy/eventstream-codec": "^4.4.5", |
| 55 | + "@smithy/eventstream-codec": "^4.4.6", |
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 | | - "@xyflow/react": "^12.11.1", |
61 | | - "ai": "^6.0.219", |
| 60 | + "@xyflow/react": "^12.11.2", |
| 61 | + "ai": "^6.0.220", |
62 | 62 | "ansi-to-react": "^6.2.6", |
63 | 63 | "class-variance-authority": "^0.7.1", |
64 | 64 | "clsx": "^2.1.1", |
|
94 | 94 | "tailwindcss": "^4.3.2", |
95 | 95 | "tw-animate-css": "^1.4.0", |
96 | 96 | "typescript": "^6.0.3", |
97 | | - "typescript-eslint": "^8.62.1", |
| 97 | + "typescript-eslint": "^8.63.0", |
98 | 98 | "vite": "^8.1.3", |
99 | | - "vitest": "^4.1.9" |
| 99 | + "vitest": "^4.1.10" |
100 | 100 | } |
101 | 101 | } |
0 commit comments