Skip to content

Commit

Permalink
fix: deps (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
okisdev authored Apr 22, 2024
1 parent 3b8d4bb commit 3f739c6
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 328 deletions.
Binary file removed bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"eslint:fix": "eslint --ext .ts,.tsx --fix ."
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.3",
"@ai-sdk/google": "^0.0.3",
"@ai-sdk/openai": "^0.0.2",
"@ai-sdk/anthropic": "^0.0.5",
"@ai-sdk/google": "^0.0.5",
"@ai-sdk/openai": "^0.0.4",
"@anthropic-ai/sdk": "^0.20.6",
"@aws-sdk/client-bedrock-runtime": "^3.556.0",
"@azure/openai": "^1.0.0-beta.12",
Expand Down Expand Up @@ -61,12 +61,12 @@
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"zod": "^3.22.5"
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/parser": "^7.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
Expand All @@ -78,7 +78,7 @@
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 3f739c6

Please sign in to comment.