Skip to content

Commit

Permalink
gauth,webauth[patch]: Bump google common dep (#4902)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Mar 27, 2024
1 parent a86333e commit 2ae99d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libs/langchain-google-gauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"dependencies": {
"@langchain/core": "~0.1.1",
"@langchain/google-common": "~0.0.0",
"@langchain/google-common": "~0.0.2",
"google-auth-library": "^8.9.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-google-webauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"dependencies": {
"@langchain/core": "~0.1.1",
"@langchain/google-common": "~0.0.0",
"@langchain/google-common": "~0.0.2",
"web-auth-library": "^1.0.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9420,7 +9420,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0.0":
"@langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0.2":
version: 0.0.0-use.local
resolution: "@langchain/google-common@workspace:libs/langchain-google-common"
dependencies:
Expand Down Expand Up @@ -9458,7 +9458,7 @@ __metadata:
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.1
"@langchain/google-common": ~0.0.0
"@langchain/google-common": ~0.0.2
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -9584,7 +9584,7 @@ __metadata:
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.1
"@langchain/google-common": ~0.0.0
"@langchain/google-common": ~0.0.2
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down

0 comments on commit 2ae99d5

Please sign in to comment.