Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/translate to v4 (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fhinkel committed Aug 1, 2019
1 parent cff3cae commit 40fc84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/ocr/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@google-cloud/pubsub": "^0.28.1",
"@google-cloud/storage": "^3.0.0",
"@google-cloud/translate": "^3.0.0",
"@google-cloud/translate": "^4.0.0",
"@google-cloud/vision": "^1.0.0",
"nconf": "^0.10.0",
"safe-buffer": "^5.1.2"
Expand Down
2 changes: 1 addition & 1 deletion functions/speech-to-speech/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@google-cloud/speech": "^3.0.0",
"@google-cloud/storage": "^3.0.0",
"@google-cloud/text-to-speech": "^0.5.0",
"@google-cloud/translate": "^3.0.0",
"@google-cloud/translate": "^4.0.0",
"uuid": "^3.3.2",
"firebase-admin": "^8.0.0",
"firebase-functions": "^3.0.0"
Expand Down

0 comments on commit 40fc84f

Please sign in to comment.