@assistant-ui/mcp-docs-server 0.1.20 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.docs/organized/code-examples/with-ag-ui.md +112 -16
- package/.docs/organized/code-examples/with-ai-sdk-v6.md +5 -5
- package/.docs/organized/code-examples/with-assistant-transport.md +3 -3
- package/.docs/organized/code-examples/with-chain-of-thought.md +598 -0
- package/.docs/organized/code-examples/with-cloud.md +5 -5
- package/.docs/organized/code-examples/with-custom-thread-list.md +5 -5
- package/.docs/organized/code-examples/with-elevenlabs-scribe.md +8 -8
- package/.docs/organized/code-examples/with-external-store.md +4 -4
- package/.docs/organized/code-examples/with-ffmpeg.md +5 -5
- package/.docs/organized/code-examples/with-langgraph.md +4 -4
- package/.docs/organized/code-examples/with-parent-id-grouping.md +4 -4
- package/.docs/organized/code-examples/with-react-hook-form.md +6 -6
- package/.docs/organized/code-examples/with-react-router.md +4 -4
- package/.docs/organized/code-examples/with-store.md +3 -3
- package/.docs/organized/code-examples/with-tanstack.md +6 -6
- package/.docs/organized/code-examples/with-tap-runtime.md +812 -0
- package/.docs/raw/docs/(docs)/copilots/make-assistant-tool-ui.mdx +0 -1
- package/.docs/raw/docs/(docs)/copilots/make-assistant-tool.mdx +0 -1
- package/.docs/raw/docs/(docs)/devtools.mdx +0 -1
- package/.docs/raw/docs/(docs)/guides/attachments.mdx +0 -1
- package/.docs/raw/docs/(docs)/guides/chain-of-thought.mdx +162 -0
- package/.docs/raw/docs/(docs)/index.mdx +1 -1
- package/.docs/raw/docs/(docs)/installation.mdx +0 -1
- package/.docs/raw/docs/(docs)/llm.mdx +1 -1
- package/.docs/raw/docs/(reference)/api-reference/context-providers/assistant-runtime-provider.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/context-providers/text-message-part-provider.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/integrations/react-data-stream.mdx +1 -2
- package/.docs/raw/docs/(reference)/api-reference/integrations/react-hook-form.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/integrations/vercel-ai-sdk.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/primitives/action-bar-more.mdx +13 -45
- package/.docs/raw/docs/(reference)/api-reference/primitives/action-bar.mdx +12 -35
- package/.docs/raw/docs/(reference)/api-reference/primitives/assistant-if.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/primitives/assistant-modal.mdx +3 -11
- package/.docs/raw/docs/(reference)/api-reference/primitives/attachment.mdx +0 -3
- package/.docs/raw/docs/(reference)/api-reference/primitives/branch-picker.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/primitives/composer.mdx +5 -16
- package/.docs/raw/docs/(reference)/api-reference/primitives/composition.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/primitives/error.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/primitives/message-part.mdx +1 -2
- package/.docs/raw/docs/(reference)/api-reference/primitives/message.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/primitives/suggestion.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/primitives/thread-list-item-more.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/primitives/thread-list-item.mdx +1 -2
- package/.docs/raw/docs/(reference)/api-reference/primitives/thread-list.mdx +1 -2
- package/.docs/raw/docs/(reference)/api-reference/primitives/thread.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/runtimes/assistant-runtime.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/runtimes/attachment-runtime.mdx +1 -2
- package/.docs/raw/docs/(reference)/api-reference/runtimes/composer-runtime.mdx +2 -3
- package/.docs/raw/docs/(reference)/api-reference/runtimes/message-part-runtime.mdx +1 -2
- package/.docs/raw/docs/(reference)/api-reference/runtimes/message-runtime.mdx +1 -2
- package/.docs/raw/docs/(reference)/api-reference/runtimes/thread-list-item-runtime.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/runtimes/thread-list-runtime.mdx +0 -1
- package/.docs/raw/docs/(reference)/api-reference/runtimes/thread-runtime.mdx +1 -2
- package/.docs/raw/docs/(reference)/legacy/styled/assistant-modal.mdx +0 -1
- package/.docs/raw/docs/(reference)/legacy/styled/markdown.mdx +0 -1
- package/.docs/raw/docs/(reference)/legacy/styled/thread.mdx +0 -1
- package/.docs/raw/docs/(reference)/react-compatibility.mdx +0 -1
- package/.docs/raw/docs/cloud/persistence/ai-sdk.mdx +0 -1
- package/.docs/raw/docs/cloud/persistence/langgraph.mdx +0 -1
- package/.docs/raw/docs/runtimes/ai-sdk/v4-legacy.mdx +0 -1
- package/.docs/raw/docs/runtimes/ai-sdk/v5-legacy.mdx +118 -0
- package/.docs/raw/docs/runtimes/ai-sdk/v6.mdx +198 -0
- package/.docs/raw/docs/runtimes/custom/custom-thread-list.mdx +0 -1
- package/.docs/raw/docs/runtimes/custom/external-store.mdx +9 -11
- package/.docs/raw/docs/runtimes/custom/local.mdx +0 -2
- package/.docs/raw/docs/runtimes/data-stream.mdx +0 -1
- package/.docs/raw/docs/runtimes/langgraph/index.mdx +1 -2
- package/.docs/raw/docs/runtimes/langgraph/tutorial/part-3.mdx +0 -1
- package/.docs/raw/docs/runtimes/langserve.mdx +0 -1
- package/.docs/raw/docs/runtimes/mastra/full-stack-integration.mdx +0 -1
- package/.docs/raw/docs/runtimes/mastra/separate-server-integration.mdx +0 -1
- package/.docs/raw/docs/ui/accordion.mdx +0 -2
- package/.docs/raw/docs/ui/assistant-modal.mdx +1 -3
- package/.docs/raw/docs/ui/assistant-sidebar.mdx +1 -3
- package/.docs/raw/docs/ui/attachment.mdx +0 -2
- package/.docs/raw/docs/ui/badge.mdx +0 -2
- package/.docs/raw/docs/ui/diff-viewer.mdx +279 -0
- package/.docs/raw/docs/ui/file.mdx +0 -1
- package/.docs/raw/docs/ui/image.mdx +0 -1
- package/.docs/raw/docs/ui/markdown.mdx +0 -1
- package/.docs/raw/docs/ui/mermaid.mdx +0 -1
- package/.docs/raw/docs/ui/model-selector.mdx +0 -2
- package/.docs/raw/docs/ui/part-grouping.mdx +2 -3
- package/.docs/raw/docs/ui/reasoning.mdx +2 -3
- package/.docs/raw/docs/ui/scrollbar.mdx +26 -9
- package/.docs/raw/docs/ui/select.mdx +0 -2
- package/.docs/raw/docs/ui/sources.mdx +0 -1
- package/.docs/raw/docs/ui/syntax-highlighting.mdx +8 -63
- package/.docs/raw/docs/ui/tabs.mdx +0 -2
- package/.docs/raw/docs/ui/thread-list.mdx +98 -16
- package/.docs/raw/docs/ui/thread.mdx +1 -3
- package/.docs/raw/docs/ui/tool-fallback.mdx +0 -1
- package/.docs/raw/docs/ui/tool-group.mdx +1 -3
- package/package.json +3 -3
- package/.docs/raw/docs/runtimes/ai-sdk/use-chat.mdx +0 -219
|
@@ -547,25 +547,25 @@ export default nextConfig;
|
|
|
547
547
|
"version": "0.0.0",
|
|
548
548
|
"type": "module",
|
|
549
549
|
"dependencies": {
|
|
550
|
-
"@ai-sdk/openai": "^3.0.
|
|
551
|
-
"@ai-sdk/react": "^3.0.
|
|
550
|
+
"@ai-sdk/openai": "^3.0.25",
|
|
551
|
+
"@ai-sdk/react": "^3.0.75",
|
|
552
552
|
"@assistant-ui/react": "workspace:^",
|
|
553
553
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
554
554
|
"@assistant-ui/react-markdown": "workspace:^",
|
|
555
555
|
"@assistant-ui/ui": "workspace:*",
|
|
556
|
-
"@elevenlabs/client": "^0.
|
|
556
|
+
"@elevenlabs/client": "^0.14.0",
|
|
557
557
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
558
558
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
559
559
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
560
560
|
"@radix-ui/react-slot": "^1.2.4",
|
|
561
561
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
562
562
|
"@tailwindcss/postcss": "^4.1.18",
|
|
563
|
-
"ai": "^6.0.
|
|
563
|
+
"ai": "^6.0.73",
|
|
564
564
|
"class-variance-authority": "^0.7.1",
|
|
565
565
|
"clsx": "^2.1.1",
|
|
566
566
|
"lucide-react": "^0.563.0",
|
|
567
|
-
"motion": "^12.
|
|
568
|
-
"next": "^16.1.
|
|
567
|
+
"motion": "^12.33.0",
|
|
568
|
+
"next": "^16.1.6",
|
|
569
569
|
"postcss": "^8.5.6",
|
|
570
570
|
"react": "^19.2.4",
|
|
571
571
|
"react-dom": "^19.2.4",
|
|
@@ -575,8 +575,8 @@ export default nextConfig;
|
|
|
575
575
|
},
|
|
576
576
|
"devDependencies": {
|
|
577
577
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
578
|
-
"@types/node": "^25.
|
|
579
|
-
"@types/react": "^19.2.
|
|
578
|
+
"@types/node": "^25.2.1",
|
|
579
|
+
"@types/react": "^19.2.13",
|
|
580
580
|
"@types/react-dom": "^19.2.3",
|
|
581
581
|
"tw-animate-css": "^1.4.0",
|
|
582
582
|
"typescript": "^5.9.3"
|
|
@@ -303,7 +303,7 @@ export default nextConfig;
|
|
|
303
303
|
"start": "next start"
|
|
304
304
|
},
|
|
305
305
|
"dependencies": {
|
|
306
|
-
"@ai-sdk/openai": "^3.0.
|
|
306
|
+
"@ai-sdk/openai": "^3.0.25",
|
|
307
307
|
"@assistant-ui/react": "workspace:*",
|
|
308
308
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
309
309
|
"@assistant-ui/ui": "workspace:*",
|
|
@@ -315,7 +315,7 @@ export default nextConfig;
|
|
|
315
315
|
"class-variance-authority": "^0.7.1",
|
|
316
316
|
"clsx": "^2.1.1",
|
|
317
317
|
"lucide-react": "^0.563.0",
|
|
318
|
-
"next": "^16.1.
|
|
318
|
+
"next": "^16.1.6",
|
|
319
319
|
"react": "^19.2.4",
|
|
320
320
|
"react-dom": "^19.2.4",
|
|
321
321
|
"tailwind-merge": "^3.4.0"
|
|
@@ -323,8 +323,8 @@ export default nextConfig;
|
|
|
323
323
|
"devDependencies": {
|
|
324
324
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
325
325
|
"@tailwindcss/postcss": "^4.1.18",
|
|
326
|
-
"@types/node": "^25.
|
|
327
|
-
"@types/react": "^19.2.
|
|
326
|
+
"@types/node": "^25.2.1",
|
|
327
|
+
"@types/react": "^19.2.13",
|
|
328
328
|
"@types/react-dom": "^19.2.3",
|
|
329
329
|
"postcss": "^8.5.6",
|
|
330
330
|
"tailwindcss": "^4.1.18",
|
|
@@ -515,7 +515,7 @@ export default nextConfig;
|
|
|
515
515
|
"start": "next start"
|
|
516
516
|
},
|
|
517
517
|
"dependencies": {
|
|
518
|
-
"@ai-sdk/openai": "^3.0.
|
|
518
|
+
"@ai-sdk/openai": "^3.0.25",
|
|
519
519
|
"@assistant-ui/react": "workspace:*",
|
|
520
520
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
521
521
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
@@ -527,11 +527,11 @@ export default nextConfig;
|
|
|
527
527
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
528
528
|
"@radix-ui/react-slot": "^1.2.4",
|
|
529
529
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
530
|
-
"ai": "^6.0.
|
|
530
|
+
"ai": "^6.0.73",
|
|
531
531
|
"class-variance-authority": "^0.7.1",
|
|
532
532
|
"clsx": "^2.1.1",
|
|
533
533
|
"lucide-react": "^0.563.0",
|
|
534
|
-
"next": "^16.1.
|
|
534
|
+
"next": "^16.1.6",
|
|
535
535
|
"react": "^19.2.4",
|
|
536
536
|
"react-dom": "^19.2.4",
|
|
537
537
|
"tailwind-merge": "^3.4.0",
|
|
@@ -540,8 +540,8 @@ export default nextConfig;
|
|
|
540
540
|
"devDependencies": {
|
|
541
541
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
542
542
|
"@tailwindcss/postcss": "^4.1.18",
|
|
543
|
-
"@types/node": "^25.
|
|
544
|
-
"@types/react": "^19.2.
|
|
543
|
+
"@types/node": "^25.2.1",
|
|
544
|
+
"@types/react": "^19.2.13",
|
|
545
545
|
"@types/react-dom": "^19.2.3",
|
|
546
546
|
"postcss": "^8.5.6",
|
|
547
547
|
"tailwindcss": "^4.1.18",
|
|
@@ -807,7 +807,7 @@ export default nextConfig;
|
|
|
807
807
|
"@assistant-ui/react-langgraph": "workspace:*",
|
|
808
808
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
809
809
|
"@assistant-ui/ui": "workspace:*",
|
|
810
|
-
"@langchain/langgraph-sdk": "^1.5.
|
|
810
|
+
"@langchain/langgraph-sdk": "^1.5.6",
|
|
811
811
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
812
812
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
813
813
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
@@ -816,7 +816,7 @@ export default nextConfig;
|
|
|
816
816
|
"class-variance-authority": "^0.7.1",
|
|
817
817
|
"clsx": "^2.1.1",
|
|
818
818
|
"lucide-react": "^0.563.0",
|
|
819
|
-
"next": "^16.1.
|
|
819
|
+
"next": "^16.1.6",
|
|
820
820
|
"react": "^19.2.4",
|
|
821
821
|
"react-dom": "^19.2.4",
|
|
822
822
|
"tailwind-merge": "^3.4.0"
|
|
@@ -824,8 +824,8 @@ export default nextConfig;
|
|
|
824
824
|
"devDependencies": {
|
|
825
825
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
826
826
|
"@tailwindcss/postcss": "^4.1.18",
|
|
827
|
-
"@types/node": "^25.
|
|
828
|
-
"@types/react": "^19.2.
|
|
827
|
+
"@types/node": "^25.2.1",
|
|
828
|
+
"@types/react": "^19.2.13",
|
|
829
829
|
"@types/react-dom": "^19.2.3",
|
|
830
830
|
"postcss": "^8.5.6",
|
|
831
831
|
"tailwindcss": "^4.1.18",
|
|
@@ -463,7 +463,7 @@ export default nextConfig;
|
|
|
463
463
|
"start": "next start"
|
|
464
464
|
},
|
|
465
465
|
"dependencies": {
|
|
466
|
-
"@ai-sdk/openai": "^3.0.
|
|
466
|
+
"@ai-sdk/openai": "^3.0.25",
|
|
467
467
|
"@assistant-ui/react": "workspace:*",
|
|
468
468
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
469
469
|
"@assistant-ui/ui": "workspace:*",
|
|
@@ -475,7 +475,7 @@ export default nextConfig;
|
|
|
475
475
|
"class-variance-authority": "^0.7.1",
|
|
476
476
|
"clsx": "^2.1.1",
|
|
477
477
|
"lucide-react": "^0.563.0",
|
|
478
|
-
"next": "^16.1.
|
|
478
|
+
"next": "^16.1.6",
|
|
479
479
|
"react": "^19.2.4",
|
|
480
480
|
"react-dom": "^19.2.4",
|
|
481
481
|
"tailwind-merge": "^3.4.0"
|
|
@@ -483,8 +483,8 @@ export default nextConfig;
|
|
|
483
483
|
"devDependencies": {
|
|
484
484
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
485
485
|
"@tailwindcss/postcss": "^4.1.18",
|
|
486
|
-
"@types/node": "^25.
|
|
487
|
-
"@types/react": "^19.2.
|
|
486
|
+
"@types/node": "^25.2.1",
|
|
487
|
+
"@types/react": "^19.2.13",
|
|
488
488
|
"@types/react-dom": "^19.2.3",
|
|
489
489
|
"postcss": "^8.5.6",
|
|
490
490
|
"tailwindcss": "^4.1.18",
|
|
@@ -526,7 +526,7 @@ export default nextConfig;
|
|
|
526
526
|
"start": "next start"
|
|
527
527
|
},
|
|
528
528
|
"dependencies": {
|
|
529
|
-
"@ai-sdk/openai": "^3.0.
|
|
529
|
+
"@ai-sdk/openai": "^3.0.25",
|
|
530
530
|
"@assistant-ui/react": "workspace:*",
|
|
531
531
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
532
532
|
"@assistant-ui/react-hook-form": "workspace:*",
|
|
@@ -540,23 +540,23 @@ export default nextConfig;
|
|
|
540
540
|
"@radix-ui/react-slot": "^1.2.4",
|
|
541
541
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
542
542
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
543
|
-
"ai": "^6.0.
|
|
543
|
+
"ai": "^6.0.73",
|
|
544
544
|
"class-variance-authority": "^0.7.1",
|
|
545
545
|
"clsx": "^2.1.1",
|
|
546
546
|
"lucide-react": "^0.563.0",
|
|
547
|
-
"next": "^16.1.
|
|
547
|
+
"next": "^16.1.6",
|
|
548
548
|
"react": "^19.2.4",
|
|
549
549
|
"react-dom": "^19.2.4",
|
|
550
550
|
"react-hook-form": "^7.71.1",
|
|
551
|
-
"react-resizable-panels": "^4.
|
|
551
|
+
"react-resizable-panels": "^4.6.0",
|
|
552
552
|
"tailwind-merge": "^3.4.0",
|
|
553
553
|
"zod": "^4.3.6"
|
|
554
554
|
},
|
|
555
555
|
"devDependencies": {
|
|
556
556
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
557
557
|
"@tailwindcss/postcss": "^4.1.18",
|
|
558
|
-
"@types/node": "^25.
|
|
559
|
-
"@types/react": "^19.2.
|
|
558
|
+
"@types/node": "^25.2.1",
|
|
559
|
+
"@types/react": "^19.2.13",
|
|
560
560
|
"@types/react-dom": "^19.2.3",
|
|
561
561
|
"postcss": "^8.5.6",
|
|
562
562
|
"tailwindcss": "^4.1.18",
|
|
@@ -772,19 +772,19 @@ export default function Home() {
|
|
|
772
772
|
"eventsource-parser": "^3.0.6",
|
|
773
773
|
"isbot": "^5.1.34",
|
|
774
774
|
"lucide-react": "^0.563.0",
|
|
775
|
-
"openai": "^6.
|
|
775
|
+
"openai": "^6.18.0",
|
|
776
776
|
"react": "^19.2.4",
|
|
777
777
|
"react-dom": "^19.2.4",
|
|
778
778
|
"react-router": "7.13.0",
|
|
779
779
|
"remark-gfm": "^4.0.1",
|
|
780
780
|
"tailwind-merge": "^3.4.0",
|
|
781
|
-
"zustand": "^5.0.
|
|
781
|
+
"zustand": "^5.0.11"
|
|
782
782
|
},
|
|
783
783
|
"devDependencies": {
|
|
784
784
|
"@react-router/dev": "7.13.0",
|
|
785
785
|
"@tailwindcss/vite": "^4.1.18",
|
|
786
|
-
"@types/node": "^25.
|
|
787
|
-
"@types/react": "^19.2.
|
|
786
|
+
"@types/node": "^25.2.1",
|
|
787
|
+
"@types/react": "^19.2.13",
|
|
788
788
|
"@types/react-dom": "^19.2.3",
|
|
789
789
|
"tailwindcss": "^4.1.18",
|
|
790
790
|
"tw-animate-css": "^1.4.0",
|
|
@@ -485,15 +485,15 @@ export default nextConfig;
|
|
|
485
485
|
"dependencies": {
|
|
486
486
|
"@assistant-ui/store": "workspace:*",
|
|
487
487
|
"@assistant-ui/tap": "workspace:*",
|
|
488
|
-
"next": "^16.1.
|
|
488
|
+
"next": "^16.1.6",
|
|
489
489
|
"react": "^19.2.4",
|
|
490
490
|
"react-dom": "^19.2.4"
|
|
491
491
|
},
|
|
492
492
|
"devDependencies": {
|
|
493
493
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
494
494
|
"@tailwindcss/postcss": "^4.1.18",
|
|
495
|
-
"@types/node": "^25.
|
|
496
|
-
"@types/react": "^19.2.
|
|
495
|
+
"@types/node": "^25.2.1",
|
|
496
|
+
"@types/react": "^19.2.13",
|
|
497
497
|
"@types/react-dom": "^19.2.3",
|
|
498
498
|
"postcss": "^8.5.6",
|
|
499
499
|
"tailwindcss": "^4.1.18",
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
"@radix-ui/react-slot": "^1.2.4",
|
|
68
68
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
69
69
|
"@tailwindcss/vite": "^4.1.18",
|
|
70
|
-
"@tanstack/react-router": "^1.
|
|
71
|
-
"@tanstack/react-start": "^1.
|
|
70
|
+
"@tanstack/react-router": "^1.158.1",
|
|
71
|
+
"@tanstack/react-start": "^1.158.3",
|
|
72
72
|
"class-variance-authority": "^0.7.1",
|
|
73
73
|
"clsx": "^2.1.1",
|
|
74
74
|
"lucide-react": "^0.563.0",
|
|
75
75
|
"nitro": "^3.0.1-alpha.2",
|
|
76
|
-
"openai": "^6.
|
|
76
|
+
"openai": "^6.18.0",
|
|
77
77
|
"react": "^19.2.4",
|
|
78
78
|
"react-dom": "^19.2.4",
|
|
79
79
|
"remark-gfm": "^4.0.1",
|
|
@@ -83,10 +83,10 @@
|
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
86
|
-
"@types/node": "^25.
|
|
87
|
-
"@types/react": "^19.2.
|
|
86
|
+
"@types/node": "^25.2.1",
|
|
87
|
+
"@types/react": "^19.2.13",
|
|
88
88
|
"@types/react-dom": "^19.2.3",
|
|
89
|
-
"@vitejs/plugin-react": "^5.1.
|
|
89
|
+
"@vitejs/plugin-react": "^5.1.3",
|
|
90
90
|
"typescript": "^5.9.3",
|
|
91
91
|
"vite": "^7.3.1"
|
|
92
92
|
}
|