Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Jan 15, 2019
1 parent 8674e3e commit d767c89
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cloud-functions-angular-start/functions/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "functions",
"description": "Cloud Functions for Firebase",
"dependencies": {
"firebase-admin": "~6.3.0",
"firebase-admin": "~6.5.0",
"firebase-functions": "^2.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cloud-functions-angular-start/package.json
Expand Up @@ -25,7 +25,7 @@
"@angular/router": "^5.2.0",
"angularfire2": "^5.0.0-rc.6.0",
"core-js": "^2.4.1",
"firebase": "^5.6.0",
"firebase": "^5.7.3",
"rxjs": "^5.5.6",
"zone.js": "^0.8.19"
},
Expand Down
2 changes: 1 addition & 1 deletion cloud-functions-angular/functions/package.json
Expand Up @@ -6,7 +6,7 @@
"@google-cloud/storage": "^1.6.0",
"@google-cloud/vision": "^0.19.0",
"child-process-promise": "^2.2.1",
"firebase-admin": "~6.3.0",
"firebase-admin": "~6.5.0",
"firebase-functions": "^2.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cloud-functions-angular/package.json
Expand Up @@ -25,7 +25,7 @@
"@angular/router": "^5.2.0",
"angularfire2": "^5.0.0-rc.6.0",
"core-js": "^2.4.1",
"firebase": "^5.6.0",
"firebase": "^5.7.3",
"rxjs": "^5.5.6",
"zone.js": "^0.8.19"
},
Expand Down
2 changes: 1 addition & 1 deletion cloud-functions-start/functions/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "friendlychat-codelab",
"description": "Firebase SDK for Cloud Functions codelab",
"dependencies": {
"firebase-admin": "~6.3.0",
"firebase-admin": "~6.5.0",
"firebase-functions": "^2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion cloud-functions/functions/package.json
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@google-cloud/vision": "^0.12.0",
"child-process-promise": "^2.2.1",
"firebase-admin": "~6.3.0",
"firebase-admin": "~6.5.0",
"firebase-functions": "^2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion web-start/functions/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "friendlychat-codelab",
"description": "Firebase SDK for Cloud Functions codelab",
"dependencies": {
"firebase-admin": "~6.3.0",
"firebase-admin": "~6.5.0",
"firebase-functions": "^2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion web/functions/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "friendlychat-codelab",
"description": "Firebase SDK for Cloud Functions codelab",
"dependencies": {
"firebase-admin": "~6.3.0",
"firebase-admin": "~6.5.0",
"firebase-functions": "^2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit d767c89

Please sign in to comment.