Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/translate to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 15, 2019
1 parent f700a24 commit dbeb19b
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": "^2.3.3",
"@google-cloud/translate": "^3.0.0",
"@google-cloud/translate": "^4.0.0",
"@google-cloud/vision": "^0.25.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 @@ -37,7 +37,7 @@
"@google-cloud/speech": "^2.1.0",
"@google-cloud/storage": "^2.0.3",
"@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": "^7.2.0",
"firebase-functions": "^2.1.0"
Expand Down

0 comments on commit dbeb19b

Please sign in to comment.