Skip to content

Commit

Permalink
Update dependency firebase-functions to v3 (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and fhinkel committed Jun 18, 2019
1 parent 51dc42b commit 397d5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/dialogflow/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"firebase-admin": "^8.0.0",
"firebase-functions": "^2.2.0"
"firebase-functions": "^3.0.0"
},
"devDependencies": {
"@google-cloud/functions-emulator": "^1.0.0-beta.5",
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 @@ -42,7 +42,7 @@
"@google-cloud/translate": "^3.0.0",
"uuid": "^3.3.2",
"firebase-admin": "^8.0.0",
"firebase-functions": "^2.1.0"
"firebase-functions": "^3.0.0"
},
"devDependencies": {
"@google-cloud/functions-emulator": "^1.0.0-beta.5",
Expand Down

0 comments on commit 397d5e0

Please sign in to comment.