Skip to content

Commit

Permalink
chore(examples): Update firebase version (#10145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssong authored and timneutkens committed Jan 17, 2020
1 parent 0b1217e commit 9352392
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/with-firebase-authentication/package.json
Expand Up @@ -10,8 +10,8 @@
"body-parser": "^1.17.1",
"express": "^4.14.0",
"express-session": "^1.15.2",
"firebase": "^5.6.0",
"firebase-admin": "^5.8.2",
"firebase": "^7.6.2",
"firebase-admin": "^8.9.0",
"isomorphic-unfetch": "2.0.0",
"next": "latest",
"react": "^16.7.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-firebase-cloud-messaging/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"express": "^4.14.0",
"firebase": "^5.5.8",
"firebase": "^7.6.2",
"localforage": "^1.7.3",
"next": "latest",
"react": "^16.7.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-firebase-hosting-and-docker/package.json
Expand Up @@ -26,7 +26,7 @@
"compression": "^1.7.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"firebase-admin": "6.0.0",
"firebase-admin": "8.9.0",
"firebase-functions": "^2.0.5",
"helmet": "^3.13.0",
"next": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-firebase-hosting-and-typescript/package.json
Expand Up @@ -21,7 +21,7 @@
"install-deps": "cd \"dist/functions\" && npm i"
},
"dependencies": {
"firebase-admin": "^8.0.0",
"firebase-admin": "^8.9.0",
"firebase-functions": "^3.1.0",
"next": "latest",
"react": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-firebase-hosting/package.json
Expand Up @@ -19,7 +19,7 @@
"install-deps": "cd \"dist/functions\" && npm i"
},
"dependencies": {
"firebase-admin": "^8.2.0",
"firebase-admin": "^8.9.0",
"firebase-functions": "^2.1.0",
"grpc": "^1.22.2",
"next": "latest",
Expand Down

0 comments on commit 9352392

Please sign in to comment.