Skip to content

Commit 7fc375f

Browse files
idanb11laurenzlong
authored andcommitted
Update firebase-admin peer dependency to v4.2.1. (#38)
1 parent 5416192 commit 7fc375f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/sinon": "^1.16.29",
3939
"chai": "^3.5.0",
4040
"chai-as-promised": "^5.2.0",
41-
"firebase-admin": "^4.1.2",
41+
"firebase-admin": "^4.2.1",
4242
"istanbul": "^0.4.2",
4343
"mocha": "^2.4.5",
4444
"mock-require": "^2.0.1",
@@ -48,7 +48,7 @@
4848
"typescript": "^2.0.3"
4949
},
5050
"peerDependencies": {
51-
"firebase-admin": "~4.1.2"
51+
"firebase-admin": "~4.2.1"
5252
},
5353
"dependencies": {
5454
"@types/express": "^4.0.33",

0 commit comments

Comments
 (0)