Skip to content

Commit 7d64296

Browse files
fix: use compatible version of google-gax
* fix: use compatible version of google-gax * fix: use gax v1.6.3
1 parent 394c0eb commit 7d64296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-vision/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@google-cloud/promisify": "^1.0.0",
44-
"google-gax": "^1.5.2",
44+
"google-gax": "^1.6.3",
4545
"is": "^3.2.1"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)