Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-update dependencies. #381

Merged
merged 1 commit into from Jan 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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