File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 55
55
"concurrently" : " ^5.3.0" ,
56
56
"eslint" : " ^7.8.1" ,
57
57
"eslint-plugin-promise" : " ^4.2.1" ,
58
+ "firebase-functions" : " ^3.13.2" ,
58
59
"firebase-functions-test" : " ^0.2.3" ,
59
60
"husky" : " ^4.2.5" ,
60
61
"jest" : " ^26.6.3" ,
Original file line number Diff line number Diff line change @@ -10904,6 +10904,16 @@ firebase-functions-test@^0.2.3:
10904
10904
"@types/lodash" "^4.14.104"
10905
10905
lodash "^4.17.5"
10906
10906
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
+
10907
10917
firebase-functions@^3.6.2:
10908
10918
version "3.13.1"
10909
10919
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-3.13.1.tgz#a34e61ab328903fe88a9532d267f031d9a0d9e23"
You can’t perform that action at this time.
0 commit comments