Skip to content

Commit

Permalink
chore: update deps (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 24, 2024
1 parent b001353 commit a216fbf
Show file tree
Hide file tree
Showing 18 changed files with 651 additions and 327 deletions.
10 changes: 10 additions & 0 deletions .changeset/clean-items-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@assistant-ui/react-syntax-highlighter": patch
"@assistant-ui/react-playground": patch
"@assistant-ui/react-hook-form": patch
"@assistant-ui/react-markdown": patch
"@assistant-ui/react-ai-sdk": patch
"@assistant-ui/react": patch
---

chore: update deps
14 changes: 7 additions & 7 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "next start"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.37",
"@ai-sdk/provider": "^0.0.12",
"@ai-sdk/openai": "^0.0.38",
"@ai-sdk/provider": "^0.0.13",
"@assistant-ui/react": "workspace:^",
"@assistant-ui/react-ai-sdk": "workspace:^",
"@assistant-ui/react-markdown": "workspace:^",
Expand All @@ -23,14 +23,14 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/themes": "^3.1.1",
"ai": "^3.2.32",
"ai": "^3.2.34",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fumadocs-core": "12.5.4",
"fumadocs-core": "12.5.5",
"fumadocs-mdx": "8.2.34",
"fumadocs-ui": "12.5.4",
"fumadocs-ui": "12.5.5",
"geist": "^1.3.1",
"lucide-react": "^0.412.0",
"lucide-react": "^0.414.0",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -47,6 +47,6 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
10 changes: 5 additions & 5 deletions examples/search-agent-for-e-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.37",
"@ai-sdk/openai": "^0.0.38",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-ai-sdk": "workspace:*",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"ai": "^3.2.32",
"ai": "^3.2.34",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.1.7",
"embla-carousel-react": "^8.1.7",
"lucide-react": "^0.412.0",
"lucide-react": "^0.414.0",
"nanoid": "^5.0.7",
"next": "14.2.5",
"react": "^18.3.1",
Expand All @@ -32,13 +32,13 @@
},
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
6 changes: 3 additions & 3 deletions examples/with-inline-suggestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.37",
"@ai-sdk/openai": "^0.0.38",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-ai-sdk": "workspace:*",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"ai": "^3.2.32",
"ai": "^3.2.34",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.412.0",
"lucide-react": "^0.414.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-openai-assistants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.37",
"@ai-sdk/openai": "^0.0.38",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-ai-sdk": "workspace:*",
"@radix-ui/react-avatar": "^1.1.0",
"ai": "^3.2.32",
"ai": "^3.2.34",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.412.0",
"lucide-react": "^0.414.0",
"next": "14.2.5",
"openai": "^4.52.7",
"openai": "^4.53.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.37",
"@ai-sdk/openai": "^0.0.38",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-playground": "workspace:*",
"next": "14.2.5",
Expand Down
15 changes: 11 additions & 4 deletions examples/with-playground/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
{
"extends": "@assistant-ui/tsconfig/base.json",
"compilerOptions": {
"target": "ES6",
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",

"incremental": true,
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["./*"],
"@assistant-ui/*": ["../../packages/*/src"],
"@assistant-ui/react/*": ["../../packages/react/src/*"]
"@/*": ["./*"]
},
"allowJs": true,
"strictNullChecks": true,
Expand Down
8 changes: 4 additions & 4 deletions examples/with-react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.37",
"@ai-sdk/openai": "^0.0.38",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-hook-form": "workspace:*",
"@hookform/resolvers": "^3.9.0",
Expand All @@ -23,12 +23,12 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"json-schema-to-zod": "^2.3.1",
"lucide-react": "^0.412.0",
"lucide-react": "^0.414.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-resizable-panels": "^2.0.21",
"react-resizable-panels": "^2.0.22",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
Expand All @@ -44,6 +44,6 @@
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
8 changes: 4 additions & 4 deletions examples/with-vercel-ai-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.37",
"@ai-sdk/openai": "^0.0.38",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-ai-sdk": "workspace:*",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"ai": "3.2.32",
"ai": "3.2.34",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.412.0",
"lucide-react": "^0.414.0",
"nanoid": "^5.0.7",
"next": "14.2.5",
"react": "^18.3.1",
Expand All @@ -37,6 +37,6 @@
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"@types/cross-spawn": "^6.0.6",
"@types/node": "^20.14.11",
"tsup": "8.2.1"
"@types/node": "^20.14.12",
"tsup": "8.2.2"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ai-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"eslint-config-next": "14.2.5",
"tsup": "8.2.1"
"tsup": "8.2.2"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"eslint-config-next": "14.2.5",
"tsup": "8.2.1"
"tsup": "8.2.2"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@radix-ui/react-use-callback-ref": "^1.1.0",
"classnames": "^2.5.1",
"lucide-react": "^0.412.0",
"lucide-react": "^0.414.0",
"react-markdown": "^9.0.1"
},
"peerDependencies": {
Expand All @@ -62,14 +62,14 @@
"devDependencies": {
"@assistant-ui/tailwindcss-transformer": "workspace:^",
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.2.1",
"tsup": "8.2.2",
"tsx": "^4.16.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/react-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "tsx scripts/build.mts"
},
"dependencies": {
"@ai-sdk/provider": "^0.0.12",
"@ai-sdk/provider": "^0.0.13",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
Expand All @@ -38,8 +38,8 @@
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"lucide-react": "^0.412.0",
"openai": "^4.52.7",
"lucide-react": "^0.414.0",
"openai": "^4.53.0",
"prismjs": "^1.29.0",
"react-simple-code-editor": "^0.14.1",
"react-textarea-autosize": "^8.5.3",
Expand Down Expand Up @@ -67,7 +67,7 @@
"eslint-config-next": "14.2.5",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.2.1",
"tsup": "8.2.2",
"tsx": "^4.16.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-syntax-highlighter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"eslint-config-next": "14.2.5",
"tsup": "8.2.1"
"tsup": "8.2.2"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"build": "tsx scripts/build.mts"
},
"dependencies": {
"@ai-sdk/provider": "^0.0.12",
"@ai-sdk/provider": "^0.0.13",
"@radix-ui/primitive": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-compose-refs": "^1.1.0",
Expand All @@ -95,7 +95,7 @@
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"json-schema": "^0.4.0",
"lucide-react": "^0.412.0",
"lucide-react": "^0.414.0",
"nanoid": "^5.0.7",
"react-textarea-autosize": "^8.5.3",
"secure-json-parse": "^2.7.0",
Expand Down Expand Up @@ -125,15 +125,15 @@
"@assistant-ui/tailwindcss-transformer": "workspace:*",
"@assistant-ui/tsconfig": "workspace:*",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.2.1",
"tsup": "8.2.2",
"tsx": "^4.16.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/shadcn-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"@types/react": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "^8",
"lucide-react": "^0.412.0",
"lucide-react": "^0.414.0",
"react": "^18.3.1",
"react-resizable-panels": "^2.0.21",
"react-resizable-panels": "^2.0.22",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
Expand All @@ -32,7 +32,7 @@
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"scripts": {
"build:registry": "tsx ./scripts/build-registry.ts"
Expand Down
Loading

0 comments on commit a216fbf

Please sign in to comment.