Skip to content

Commit

Permalink
chore: update deps (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 21, 2024
1 parent 7000ed7 commit b2a56f5
Show file tree
Hide file tree
Showing 18 changed files with 336 additions and 164 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.36",
"@ai-sdk/openai": "^0.0.37",
"@ai-sdk/provider": "^0.0.12",
"@assistant-ui/react": "workspace:^",
"@assistant-ui/react-ai-sdk": "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.29",
"ai": "^3.2.32",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fumadocs-core": "12.5.4",
"fumadocs-mdx": "8.2.34",
"fumadocs-ui": "12.5.4",
"geist": "^1.3.1",
"lucide-react": "^0.408.0",
"lucide-react": "^0.412.0",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
11 changes: 6 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.36",
"@ai-sdk/openai": "^0.0.37",
"@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.29",
"ai": "^3.2.32",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.1.6",
"embla-carousel-react": "^8.1.6",
"lucide-react": "^0.408.0",
"embla-carousel-autoplay": "^8.1.7",
"embla-carousel-react": "^8.1.7",
"lucide-react": "^0.412.0",
"nanoid": "^5.0.7",
"next": "14.2.5",
"react": "^18.3.1",
Expand All @@ -31,6 +31,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
20 changes: 7 additions & 13 deletions examples/search-agent-for-e-commerce/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
{
"extends": "@assistant-ui/tsconfig/base.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"target": "ES6",
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["./src/*"],
"@/*": ["./*"],
"@assistant-ui/*": ["../../packages/*/src"],
"@assistant-ui/react/*": ["../../packages/react/src/*"]
}
},
"allowJs": true,
"strictNullChecks": true,
"jsx": "preserve"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
Expand Down
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.36",
"@ai-sdk/openai": "^0.0.37",
"@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.29",
"ai": "^3.2.32",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.408.0",
"lucide-react": "^0.412.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-openai-assistants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.36",
"@ai-sdk/openai": "^0.0.37",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-ai-sdk": "workspace:*",
"@radix-ui/react-avatar": "^1.1.0",
"ai": "^3.2.29",
"ai": "^3.2.32",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.408.0",
"lucide-react": "^0.412.0",
"next": "14.2.5",
"openai": "^4.52.7",
"react": "^18",
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.36",
"@ai-sdk/openai": "^0.0.37",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-playground": "workspace:*",
"next": "14.2.5",
Expand Down
4 changes: 2 additions & 2 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.36",
"@ai-sdk/openai": "^0.0.37",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-hook-form": "workspace:*",
"@hookform/resolvers": "^3.9.0",
Expand All @@ -23,7 +23,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"json-schema-to-zod": "^2.3.1",
"lucide-react": "^0.408.0",
"lucide-react": "^0.412.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
Expand Down
6 changes: 3 additions & 3 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.36",
"@ai-sdk/openai": "^0.0.37",
"@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.29",
"ai": "3.2.32",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.408.0",
"lucide-react": "^0.412.0",
"nanoid": "^5.0.7",
"next": "14.2.5",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"turbo": "^2.0.7"
"turbo": "^2.0.9"
},
"prettier": {
"trailingComma": "all",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@assistant-ui/tsconfig": "workspace:*",
"@types/cross-spawn": "^6.0.6",
"@types/node": "^20.14.11",
"tsup": "8.1.2"
"tsup": "8.2.1"
},
"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 @@ -27,7 +27,7 @@
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --clean"
},
"dependencies": {
"tsup": "8.1.2",
"tsup": "8.2.1",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
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.1.2"
"tsup": "8.2.1"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 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.408.0",
"lucide-react": "^0.412.0",
"react-markdown": "^9.0.1"
},
"peerDependencies": {
Expand All @@ -69,7 +69,7 @@
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.1.2",
"tsup": "8.2.1",
"tsx": "^4.16.2"
},
"publishConfig": {
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,7 +38,7 @@
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"lucide-react": "^0.408.0",
"lucide-react": "^0.412.0",
"openai": "^4.52.7",
"prismjs": "^1.29.0",
"react-simple-code-editor": "^0.14.1",
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.1.2",
"tsup": "8.2.1",
"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.1.2"
"tsup": "8.2.1"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"json-schema": "^0.4.0",
"lucide-react": "^0.408.0",
"lucide-react": "^0.412.0",
"nanoid": "^5.0.7",
"react-textarea-autosize": "^8.5.3",
"secure-json-parse": "^2.7.0",
Expand Down Expand Up @@ -128,10 +128,10 @@
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"postcss-nested": "^6.0.1",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.1.2",
"tsup": "8.2.1",
"tsx": "^4.16.2"
},
"publishConfig": {
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.408.0",
"lucide-react": "^0.412.0",
"react": "^18.3.1",
"react-resizable-panels": "^2.0.21",
"react-syntax-highlighter": "^15.5.0",
Expand Down
Loading

0 comments on commit b2a56f5

Please sign in to comment.