Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[patch]: Run yarn install & update lock file #6436

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11722,7 +11722,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.22":
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.21, @langchain/google-gauth@~0.0.22":
version: 0.0.0-use.local
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
dependencies:
Expand Down Expand Up @@ -11833,7 +11833,17 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-vertexai@^0.0.21, @langchain/google-vertexai@workspace:*, @langchain/google-vertexai@workspace:libs/langchain-google-vertexai":
"@langchain/google-vertexai@npm:^0.0.21":
version: 0.0.21
resolution: "@langchain/google-vertexai@npm:0.0.21"
dependencies:
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/google-gauth": ~0.0.21
checksum: 28c284967d385ce0016c30d8a3fc73803cc4fea27fbfe95d4061762855b3f42a7f5a1c05ecaa1966c66c314ea6ac44c8aee1c2228e951d9c178c112f0afeee07
languageName: node
linkType: hard

"@langchain/google-vertexai@workspace:*, @langchain/google-vertexai@workspace:libs/langchain-google-vertexai":
version: 0.0.0-use.local
resolution: "@langchain/google-vertexai@workspace:libs/langchain-google-vertexai"
dependencies:
Expand Down
Loading