Skip to content

Commit

Permalink
chore: update dependencies (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Sep 25, 2024
1 parent c944331 commit e1ae3d0
Show file tree
Hide file tree
Showing 20 changed files with 979 additions and 469 deletions.
9 changes: 9 additions & 0 deletions .changeset/hot-balloons-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@assistant-ui/react-playground": patch
"@tool-ui/weather": patch
"@assistant-ui/react-markdown": patch
"@assistant-ui/react": patch
"assistant-ui": patch
---

chore: update dependencies
10 changes: 5 additions & 5 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.61",
"@ai-sdk/openai": "^0.0.62",
"@ai-sdk/provider": "^0.0.23",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-ai-sdk": "workspace:*",
Expand All @@ -18,7 +18,7 @@
"@assistant-ui/react-syntax-highlighter": "workspace:*",
"@assistant-ui/tsconfig": "workspace:*",
"@langchain/core": "^0.3.3",
"@langchain/langgraph-sdk": "^0.0.10",
"@langchain/langgraph-sdk": "^0.0.11",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
Expand All @@ -27,7 +27,7 @@
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/themes": "^3.1.3",
"@shikijs/transformers": "^1.18.0",
"ai": "^3.4.0",
"ai": "^3.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fumadocs-core": "13.4.10",
Expand All @@ -48,11 +48,11 @@
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/react": "^18.3.8",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions 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.13",
"ollama-ai-provider": "^0.15.0",
"ollama-ai-provider": "^0.15.1",
"react": "^18",
"react-dom": "^18",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -25,7 +25,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}
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,14 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.61",
"@ai-sdk/openai": "^0.0.62",
"@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.4.0",
"ai": "^3.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.3.0",
Expand All @@ -32,13 +32,13 @@
},
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/node": "^22.6.1",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions examples/with-external-store/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.61",
"@ai-sdk/openai": "^0.0.62",
"@assistant-ui/react": "^0.5",
"next": "14.2.13",
"react": "^18",
Expand All @@ -24,7 +24,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}
4 changes: 2 additions & 2 deletions examples/with-ffmpeg/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.61",
"@ai-sdk/openai": "^0.0.62",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-hook-form": "workspace:*",
"@ffmpeg/ffmpeg": "^0.12.10",
Expand Down Expand Up @@ -45,7 +45,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}
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,13 +9,13 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.61",
"@ai-sdk/openai": "^0.0.62",
"@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.4.0",
"ai": "^3.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.445.0",
Expand All @@ -33,7 +33,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}
4 changes: 2 additions & 2 deletions examples/with-langgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-langgraph": "workspace:*",
"@assistant-ui/react-markdown": "workspace:*",
"@langchain/langgraph-sdk": "^0.0.10",
"@langchain/langgraph-sdk": "^0.0.11",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -33,7 +33,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}
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,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.61",
"@ai-sdk/openai": "^0.0.62",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-ai-sdk": "workspace:*",
"@radix-ui/react-avatar": "^1.1.0",
"ai": "^3.4.0",
"ai": "^3.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.445.0",
Expand All @@ -32,7 +32,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}
4 changes: 2 additions & 2 deletions 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.61",
"@ai-sdk/openai": "^0.0.62",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-playground": "workspace:*",
"@tailwindcss/forms": "^0.5.9",
Expand All @@ -27,7 +27,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5"
},
"packageManager": "[email protected]"
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.61",
"@ai-sdk/openai": "^0.0.62",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-hook-form": "workspace:*",
"@hookform/resolvers": "^3.9.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}
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,14 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.61",
"@ai-sdk/openai": "^0.0.62",
"@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.4.0",
"ai": "3.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.445.0",
Expand All @@ -36,7 +36,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@changesets/cli": "^2.27.8",
"eslint": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"turbo": "^2.1.2"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"tsup": "8.3.0"
},
"files": [
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 @@ -63,12 +63,12 @@
"devDependencies": {
"@assistant-ui/tailwindcss-transformer": "workspace:*",
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.3.0",
"tsx": "^4.19.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/prismjs": "^1.26.4",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.3.0",
"tsx": "^4.19.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@
"@assistant-ui/tailwindcss-transformer": "workspace:*",
"@assistant-ui/tsconfig": "workspace:*",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8.4.47",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.3.0",
"tsx": "^4.19.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/shadcn-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"@types/react": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"class-variance-authority": "^0.7.0",
Expand All @@ -29,7 +29,7 @@
"rehype-katex": "^7.0.1",
"rimraf": "^6.0.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/tool-ui-weather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@assistant-ui/tsconfig": "workspace:*",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"tsup": "8.3.0",
Expand Down
Loading

0 comments on commit e1ae3d0

Please sign in to comment.