Skip to content

Commit

Permalink
chore: update deps (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Aug 7, 2024
1 parent 8ed24a2 commit dbf1042
Show file tree
Hide file tree
Showing 16 changed files with 311 additions and 285 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-planets-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@assistant-ui/react": patch
---

fix: minor styling fixes
8 changes: 8 additions & 0 deletions .changeset/twenty-cats-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@assistant-ui/react-playground": patch
"@assistant-ui/react-markdown": patch
"@assistant-ui/react-ai-sdk": patch
"@assistant-ui/react": patch
---

chore: update deps
10 changes: 5 additions & 5 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.40",
"@ai-sdk/provider": "^0.0.14",
"@ai-sdk/openai": "^0.0.42",
"@ai-sdk/provider": "^0.0.15",
"@assistant-ui/react": "workspace:^",
"@assistant-ui/react-ai-sdk": "workspace:^",
"@assistant-ui/react-markdown": "workspace:^",
Expand All @@ -23,7 +23,7 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/themes": "^3.1.1",
"ai": "^3.3.0",
"ai": "^3.3.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fumadocs-core": "13.0.7",
Expand All @@ -33,7 +33,7 @@
"geist": "^1.3.1",
"lucide-react": "^0.424.0",
"next": "^14.2.5",
"openai": "^4.54.0",
"openai": "^4.55.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.5.0",
Expand All @@ -47,7 +47,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
}
Expand Down
6 changes: 3 additions & 3 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.40",
"@ai-sdk/openai": "^0.0.42",
"@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.3.0",
"ai": "^3.3.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.1.8",
Expand All @@ -37,7 +37,7 @@
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion 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.40",
"@ai-sdk/openai": "^0.0.42",
"@assistant-ui/react": "^0.5",
"next": "14.2.5",
"react": "^18",
Expand Down
4 changes: 2 additions & 2 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.40",
"@ai-sdk/openai": "^0.0.42",
"@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.3.0",
"ai": "^3.3.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.424.0",
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,16 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.40",
"@ai-sdk/openai": "^0.0.42",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-ai-sdk": "workspace:*",
"@radix-ui/react-avatar": "^1.1.0",
"ai": "^3.3.0",
"ai": "^3.3.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"openai": "^4.54.0",
"openai": "^4.55.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.4.0",
Expand Down
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.40",
"@ai-sdk/openai": "^0.0.42",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-playground": "workspace:*",
"@tailwindcss/forms": "^0.5.7",
Expand All @@ -30,5 +30,5 @@
"tailwindcss": "^3.4.7",
"typescript": "^5"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
"packageManager": "pnpm@9.7.0"
}
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 @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.40",
"@ai-sdk/openai": "^0.0.42",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-hook-form": "workspace:*",
"@hookform/resolvers": "^3.9.0",
Expand Down
4 changes: 2 additions & 2 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.40",
"@ai-sdk/openai": "^0.0.42",
"@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.3.0",
"ai": "3.3.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.424.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"eslint": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"turbo": "^2.0.11"
"turbo": "^2.0.12"
},
"prettier": {
"trailingComma": "all",
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
"packageManager": "pnpm@9.7.0"
}
2 changes: 1 addition & 1 deletion packages/react-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"tsup": "8.2.4",
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 @@ -27,7 +27,7 @@
"build": "tsx scripts/build.mts"
},
"dependencies": {
"@ai-sdk/provider": "^0.0.14",
"@ai-sdk/provider": "^0.0.15",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
Expand All @@ -39,7 +39,7 @@
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"lucide-react": "^0.424.0",
"openai": "^4.54.0",
"openai": "^4.55.0",
"prismjs": "^1.29.0",
"react-simple-code-editor": "^0.14.1",
"react-textarea-autosize": "^8.5.3",
Expand Down
4 changes: 2 additions & 2 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.14",
"@ai-sdk/provider": "^0.0.15",
"@radix-ui/primitive": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-compose-refs": "^1.1.0",
Expand Down Expand Up @@ -129,7 +129,7 @@
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"main": "./src/index.ts",
"dependencies": {
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-value-parser": "^4.2.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit dbf1042

Please sign in to comment.