Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(build): update Firebase dependencies to latest versions
This commit updates `firebase-admin`, `firebase-functions` and
`firebase-tools` to latest versions to take advantage of the most recent
fixes and improvements.
  • Loading branch information
gkalpak committed Feb 6, 2021
1 parent 12df4d6 commit ed7d506
Show file tree
Hide file tree
Showing 6 changed files with 1,916 additions and 2,202 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"dgeni-packages": "^0.26.5",
"eslint-plugin-promise": "^3.6.0",
"event-stream": "~3.1.0",
"firebase-tools": "^8.3.0",
"firebase-tools": "^9.3.0",
"glob": "^6.0.1",
"google-code-prettify": "1.0.1",
"grunt": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions scripts/code.angularjs.org-firebase/functions/package.json
Expand Up @@ -5,9 +5,9 @@
"node": "12"
},
"dependencies": {
"@google-cloud/storage": "^4.7.0",
"firebase-admin": "^8.10.0",
"firebase-functions": "^3.6.0"
"@google-cloud/storage": "^5.7.4",
"firebase-admin": "^9.4.2",
"firebase-functions": "^3.13.1"
},
"private": true
}

0 comments on commit ed7d506

Please sign in to comment.