Skip to content

Commit

Permalink
fix: deps (#330)
Browse files Browse the repository at this point in the history
* fix: deps

* fix: deps
  • Loading branch information
okisdev committed May 29, 2024
1 parent 93c1d9b commit 625ce77
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 205 deletions.
28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@
"eslint:fix": "eslint --ext .ts,.tsx --fix ."
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.16",
"@ai-sdk/google": "^0.0.16",
"@ai-sdk/openai": "^0.0.16",
"@anthropic-ai/sdk": "^0.20.6",
"@ai-sdk/anthropic": "^0.0.17",
"@ai-sdk/google": "^0.0.17",
"@ai-sdk/openai": "^0.0.17",
"@anthropic-ai/sdk": "^0.21.1",
"@aws-sdk/client-bedrock-runtime": "^3.556.0",
"@azure/openai": "^1.0.0-beta.12",
"@ducanh2912/next-pwa": "^10.2.6",
"@google/generative-ai": "^0.7.1",
"@huggingface/agents": "^0.0.5",
"@huggingface/hub": "^0.14.10",
"@huggingface/inference": "^2.6.7",
"@mistralai/mistralai": "^0.1.3",
"@radix-ui/react-avatar": "^1.0.4",
Expand All @@ -34,23 +32,23 @@
"@radix-ui/react-tabs": "^1.0.4",
"@tippyjs/react": "^4.2.6",
"@types/file-saver": "^2.0.7",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"ai": "^3.1.15",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.11",
"ai": "^3.1.17",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cohere-ai": "^7.9.5",
"file-saver": "^2.0.5",
"groq-sdk": "^0.3.2",
"jotai": "^2.8.0",
"jotai": "^2.8.2",
"lucide-react": "^0.363.0",
"next": "14.2.3",
"next-intl": "^3.11.3",
"next-intl": "^3.14.1",
"next-themes": "^0.3.0",
"openai": "^4.38.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-mathjax": "^1.0.1",
"react-spring-lightbox": "^1.8.0",
Expand All @@ -61,7 +59,7 @@
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"zod": "^3.23.0"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand All @@ -72,8 +70,8 @@
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-tailwindcss": "^3.17.0",
"eslint-plugin-unused-imports": "^3.2.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
Expand Down
Loading

0 comments on commit 625ce77

Please sign in to comment.