Skip to content

Commit

Permalink
fix(deps): use google-gax v3.5.2 (#458)
Browse files Browse the repository at this point in the history
* fix(deps): use google-gax v3.5.2

* fix: add comma
  • Loading branch information
alexander-fenster authored Nov 4, 2022
1 parent 4717562 commit 4bd7f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test": "c8 node build/test/run.js"
},
"dependencies": {
"google-gax": "^3.3.0",
"google-gax": "^3.5.2",
"protobuf.js": "^1.1.2"
},
"devDependencies": {
Expand Down

0 comments on commit 4bd7f71

Please sign in to comment.