Skip to content

Commit

Permalink
fix: use compatible version of google-gax
Browse files Browse the repository at this point in the history
* fix: use compatible version of google-gax

* fix: use gax v1.6.3
  • Loading branch information
alexander-fenster authored Oct 2, 2019
1 parent 394c0eb commit 7d64296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@google-cloud/promisify": "^1.0.0",
"google-gax": "^1.5.2",
"google-gax": "^1.6.3",
"is": "^3.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit 7d64296

Please sign in to comment.