Skip to content

Commit e73ff12

Browse files
committed
fix(deps): update dependency @google-cloud/translate to v3
1 parent f430af0 commit e73ff12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

functions/ocr/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@google-cloud/pubsub": "^0.22.2",
1919
"@google-cloud/storage": "^2.3.3",
20-
"@google-cloud/translate": "^2.1.4",
20+
"@google-cloud/translate": "^3.0.0",
2121
"@google-cloud/vision": "^0.25.0",
2222
"safe-buffer": "^5.1.2"
2323
},

functions/speech-to-speech/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@google-cloud/speech": "^2.1.0",
3838
"@google-cloud/storage": "^2.0.3",
3939
"@google-cloud/text-to-speech": "^0.5.0",
40-
"@google-cloud/translate": "^2.1.2",
40+
"@google-cloud/translate": "^3.0.0",
4141
"uuid": "^3.3.2",
4242
"firebase-admin": "~7.1.0",
4343
"firebase-functions": "^2.1.0"

0 commit comments

Comments
 (0)