Skip to content

Commit

Permalink
fix(deps): update dependency @ai-sdk/anthropic to ^0.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 5380f10 commit 81d4dd8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Prokop Simek <[email protected]>",
"license": "MIT",
"dependencies": {
"@ai-sdk/anthropic": "^0.0.48",
"@ai-sdk/anthropic": "^0.0.50",
"@ai-sdk/openai": "^0.0.54",
"ai": "^3.3.21",
"chalk": "^5.3.0",
Expand Down
29 changes: 23 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# yarn lockfile v1


"@ai-sdk/anthropic@^0.0.48":
version "0.0.48"
resolved "https://registry.yarnpkg.com/@ai-sdk/anthropic/-/anthropic-0.0.48.tgz#9ea8464f1c0cece7575af39d7979c27f561c4fbe"
integrity sha512-o4DhUwLXsWJw+6LFWfJgg2m7xJu342/m373zzRWZXXKCrsc5oi9fOMfHtkuggUgC6nSY56Awq+cXkUiwqa8a+w==
"@ai-sdk/anthropic@^0.0.50":
version "0.0.50"
resolved "https://registry.yarnpkg.com/@ai-sdk/anthropic/-/anthropic-0.0.50.tgz#95fc1cc49e0c9289a4d3a39ac42528fef25b5d02"
integrity sha512-++mqmFcUoQgjoCchAU6eVG3QfKdwkeJVNdMZ+jUiNdawn8diA6BlARlu7xFT4F7W3bcStfYv4hK1jwRyzAQtCg==
dependencies:
"@ai-sdk/provider" "0.0.22"
"@ai-sdk/provider-utils" "1.0.17"
"@ai-sdk/provider" "0.0.23"
"@ai-sdk/provider-utils" "1.0.19"

"@ai-sdk/openai@^0.0.54":
version "0.0.54"
Expand All @@ -28,13 +28,30 @@
nanoid "3.3.6"
secure-json-parse "2.7.0"

"@ai-sdk/[email protected]":
version "1.0.19"
resolved "https://registry.yarnpkg.com/@ai-sdk/provider-utils/-/provider-utils-1.0.19.tgz#58562b7317c706f5afb24352183e38be4e72528b"
integrity sha512-p02Fq5Mnc8T6nwRBN1Iaou8YXvN1sDS6hbmJaD5UaRbXjizbh+8rpFS/o7jqAHTwf3uHCDitP3pnODyHdc/CDQ==
dependencies:
"@ai-sdk/provider" "0.0.23"
eventsource-parser "1.1.2"
nanoid "3.3.6"
secure-json-parse "2.7.0"

"@ai-sdk/[email protected]":
version "0.0.22"
resolved "https://registry.yarnpkg.com/@ai-sdk/provider/-/provider-0.0.22.tgz#05795fc1b509bc290d05c8deadb80035db1d1dca"
integrity sha512-smZ1/2jL/JSKnbhC6ama/PxI2D/psj+YAe0c0qpd5ComQCNFltg72VFf0rpUSFMmFuj1pCCNoBOCrvyl8HTZHQ==
dependencies:
json-schema "0.4.0"

"@ai-sdk/[email protected]":
version "0.0.23"
resolved "https://registry.yarnpkg.com/@ai-sdk/provider/-/provider-0.0.23.tgz#a69a9103854bbfb500dddf0b44a399edf3db4735"
integrity sha512-oAc49O5+xypVrKM7EUU5P/Y4DUL4JZUWVxhejoAVOTOl3WZUEWsMbP3QZR+TrimQIsS0WR/n9UuF6U0jPdp0tQ==
dependencies:
json-schema "0.4.0"

"@ai-sdk/[email protected]":
version "0.0.53"
resolved "https://registry.yarnpkg.com/@ai-sdk/react/-/react-0.0.53.tgz#aefead6d5e9b8b8022ca3e258aabbf882d2fb0c9"
Expand Down

0 comments on commit 81d4dd8

Please sign in to comment.