Skip to content

Commit

Permalink
feat: update libs to support TPC Universes (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarowolfx authored Feb 20, 2024
1 parent ab4ab10 commit 8ee9e75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"precompile": "gts clean"
},
"dependencies": {
"google-gax": "^4.0.3"
"google-gax": "^4.3.1",
"google-auth-library": "^9.6.3"
},
"peerDependencies": {
"protobufjs": "^7.2.4"
Expand Down
3 changes: 2 additions & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"dependencies": {
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/bigquery-storage": "^4.2.1",
"google-auth-library": "^9.6.3",
"avsc": "^5.4.18",
"google-gax": "^4.0.3",
"google-gax": "^4.3.1",
"protobufjs": "^7.2.4",
"snappy": "^7.0.0"
},
Expand Down

0 comments on commit 8ee9e75

Please sign in to comment.