Skip to content

Commit 130c498

Browse files
fix tests
Signed-off-by: Alexander Ivanov <[email protected]>
1 parent b63ac05 commit 130c498

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

packages/firebase/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"concurrently": "^5.3.0",
5656
"eslint": "^7.8.1",
5757
"eslint-plugin-promise": "^4.2.1",
58+
"firebase-functions": "^3.13.2",
5859
"firebase-functions-test": "^0.2.3",
5960
"husky": "^4.2.5",
6061
"jest": "^26.6.3",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10904,6 +10904,16 @@ firebase-functions-test@^0.2.3:
1090410904
"@types/lodash" "^4.14.104"
1090510905
lodash "^4.17.5"
1090610906

10907+
firebase-functions@^3.13.2:
10908+
version "3.13.2"
10909+
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-3.13.2.tgz#e5728b91a51f16f538e53c4f50497056b5702d58"
10910+
integrity sha512-XHgAQZqA62awr4l9mNlJv6qnv5MkMkLuo+hafdW0T7IJj1PgrZtuIo5x+ib2npAcB0XhX5Sg0QR1hMYPAlfbaA==
10911+
dependencies:
10912+
"@types/express" "4.17.3"
10913+
cors "^2.8.5"
10914+
express "^4.17.1"
10915+
lodash "^4.17.14"
10916+
1090710917
firebase-functions@^3.6.2:
1090810918
version "3.13.1"
1090910919
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-3.13.1.tgz#a34e61ab328903fe88a9532d267f031d9a0d9e23"

0 commit comments

Comments
 (0)