Skip to content

Commit

Permalink
chore: update deps (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Oct 14, 2024
1 parent dd4e79d commit b3991bf
Show file tree
Hide file tree
Showing 15 changed files with 604 additions and 630 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@assistant-ui/react-markdown": "workspace:*",
"@assistant-ui/react-syntax-highlighter": "workspace:*",
"@assistant-ui/tsconfig": "workspace:*",
"@langchain/core": "^0.3.8",
"@langchain/core": "^0.3.11",
"@langchain/langgraph-sdk": "^0.0.16",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
Expand All @@ -35,7 +35,7 @@
"fumadocs-twoslash": "^1.1.3",
"fumadocs-ui": "13.4.10",
"geist": "^1.3.1",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"next": "^14.2.15",
"openai": "^4.67.3",
"react": "^18.3.1",
Expand All @@ -49,7 +49,7 @@
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
Expand Down
2 changes: 1 addition & 1 deletion examples/local-ollama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@assistant-ui/react": "^0.5",
"@assistant-ui/react-markdown": "^0.2",
"next": "14.2.15",
"ollama-ai-provider": "^0.15.1",
"ollama-ai-provider": "^0.15.2",
"react": "^18",
"react-dom": "^18",
"tailwindcss-animate": "^1.0.7",
Expand Down
4 changes: 2 additions & 2 deletions examples/search-agent-for-e-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"nanoid": "^5.0.7",
"next": "14.2.15",
"react": "^18.3.1",
Expand All @@ -34,7 +34,7 @@
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-ffmpeg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"json-schema-to-zod": "^2.4.1",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-inline-suggestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ai": "^3.4.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-langgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-openai-assistants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ai": "^3.4.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"next": "14.2.15",
"openai": "^4.67.3",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"json-schema-to-zod": "^2.4.1",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vercel-ai-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ai": "3.4.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"nanoid": "^5.0.7",
"next": "14.2.15",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@radix-ui/react-primitive": "^2.0.0",
"@radix-ui/react-use-callback-ref": "^1.1.0",
"classnames": "^2.5.1",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"react-markdown": "^9.0.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"openai": "^4.67.3",
"prismjs": "^1.29.0",
"react-simple-code-editor": "^0.14.1",
"react-textarea-autosize": "^8.5.3",
"react-textarea-autosize": "^8.5.4",
"tailwind-merge": "^2.5.3",
"zustand": "^4.5.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-trieve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-use-callback-ref": "^1.1.0",
"classnames": "^2.5.1",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"rehype-parse": "^9.0.1",
"rehype-react": "^8.0.0",
"rehype-sanitize": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"json-schema": "^0.4.0",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"nanoid": "^5.0.7",
"react-textarea-autosize": "^8.5.3",
"react-textarea-autosize": "^8.5.4",
"secure-json-parse": "^2.7.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "^8",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"react": "^18.3.1",
"react-resizable-panels": "^2.1.4",
"react-syntax-highlighter": "^15.5.0",
Expand Down
Loading

0 comments on commit b3991bf

Please sign in to comment.