Skip to content

Commit

Permalink
chore: update deps (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Aug 4, 2024
1 parent da8b812 commit 7d87daf
Show file tree
Hide file tree
Showing 17 changed files with 419 additions and 249 deletions.
12 changes: 6 additions & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.37",
"ai": "^3.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fumadocs-core": "12.5.6",
"fumadocs-mdx": "8.2.34",
"fumadocs-ui": "12.5.6",
"fumadocs-core": "13.0.6",
"fumadocs-mdx": "9.0.0",
"fumadocs-ui": "13.0.6",
"geist": "^1.3.1",
"lucide-react": "^0.416.0",
"lucide-react": "^0.424.0",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -44,7 +44,7 @@
"@types/mdx": "^2.0.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
Expand Down
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 @@ -16,12 +16,12 @@
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"ai": "^3.2.37",
"ai": "^3.3.0",
"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.416.0",
"embla-carousel-autoplay": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"lucide-react": "^0.424.0",
"nanoid": "^5.0.7",
"next": "14.2.5",
"react": "^18.3.1",
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^20.14.12",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
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 @@ -15,10 +15,10 @@
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"ai": "^3.2.37",
"ai": "^3.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.416.0",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^20",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
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 @@ -13,20 +13,20 @@
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-ai-sdk": "workspace:*",
"@radix-ui/react-avatar": "^1.1.0",
"ai": "^3.2.37",
"ai": "^3.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.416.0",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"openai": "^4.53.2",
"openai": "^4.54.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^20",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
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 @@ -21,7 +21,7 @@
},
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:^",
"@types/node": "^20",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
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 @@ -23,21 +23,21 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"json-schema-to-zod": "^2.3.1",
"lucide-react": "^0.416.0",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"react-resizable-panels": "^2.0.22",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1",
"zod-to-json-schema": "^3.23.2",
"zustand": "^4.5.4"
},
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^20",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
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 @@ -16,10 +16,10 @@
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"ai": "3.2.37",
"ai": "3.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.416.0",
"lucide-react": "^0.424.0",
"nanoid": "^5.0.7",
"next": "14.2.5",
"react": "^18.3.1",
Expand All @@ -30,7 +30,7 @@
},
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^20",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"turbo": "^2.0.9"
"turbo": "^2.0.11"
},
"prettier": {
"trailingComma": "all",
Expand Down
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.12",
"tsup": "8.2.3"
"@types/node": "^22.1.0",
"tsup": "8.2.4"
},
"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.3"
"tsup": "8.2.4"
},
"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.3"
"tsup": "8.2.4"
},
"publishConfig": {
"access": "public",
Expand Down
10 changes: 5 additions & 5 deletions 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.416.0",
"lucide-react": "^0.424.0",
"react-markdown": "^9.0.1"
},
"peerDependencies": {
Expand All @@ -63,15 +63,15 @@
"devDependencies": {
"@assistant-ui/tailwindcss-transformer": "workspace:^",
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^20.14.12",
"autoprefixer": "^10.4.19",
"@types/node": "^22.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.2.3",
"tsx": "^4.16.2"
"tsup": "8.2.4",
"tsx": "^4.16.5"
},
"publishConfig": {
"access": "public",
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 @@ -38,8 +38,8 @@
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"lucide-react": "^0.416.0",
"openai": "^4.53.2",
"lucide-react": "^0.424.0",
"openai": "^4.54.0",
"prismjs": "^1.29.0",
"react-simple-code-editor": "^0.14.1",
"react-textarea-autosize": "^8.5.3",
Expand Down Expand Up @@ -67,8 +67,8 @@
"eslint-config-next": "14.2.5",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.2.3",
"tsx": "^4.16.2"
"tsup": "8.2.4",
"tsx": "^4.16.5"
},
"publishConfig": {
"access": "public",
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.3"
"tsup": "8.2.4"
},
"publishConfig": {
"access": "public",
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"json-schema": "^0.4.0",
"lucide-react": "^0.416.0",
"lucide-react": "^0.424.0",
"nanoid": "^5.0.7",
"react-textarea-autosize": "^8.5.3",
"secure-json-parse": "^2.7.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1",
"zod-to-json-schema": "^3.23.2",
"zustand": "^4.5.4"
},
"peerDependencies": {
Expand All @@ -125,16 +125,16 @@
"@assistant-ui/tailwindcss-transformer": "workspace:*",
"@assistant-ui/tsconfig": "workspace:*",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.14.12",
"autoprefixer": "^10.4.19",
"@types/node": "^22.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.40",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.2.3",
"tsx": "^4.16.2"
"tsup": "8.2.4",
"tsx": "^4.16.5"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/shadcn-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@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.12",
"@types/node": "^22.1.0",
"@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.416.0",
"lucide-react": "^0.424.0",
"react": "^18.3.1",
"react-resizable-panels": "^2.0.22",
"react-syntax-highlighter": "^15.5.0",
Expand All @@ -31,7 +31,7 @@
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.16.2",
"tsx": "^4.16.5",
"typescript": "^5.5.4"
},
"scripts": {
Expand Down
Loading

0 comments on commit 7d87daf

Please sign in to comment.