Skip to content

Commit 9a720a6

Browse files
committed
Fix: Pin firebase to a specific version to avoid deploy typing error
described here (pending fix): firebase/firebase-js-sdk#7174 (comment)
1 parent 6995484 commit 9a720a6

File tree

2 files changed

+217
-217
lines changed

2 files changed

+217
-217
lines changed

ks-frontend-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@openapi-io-ts/runtime": "^0.3.1",
2727
"@stripe/stripe-js": "^1.35.0",
2828
"append-query": "^2.1.1",
29-
"firebase": "^9.9.3",
29+
"firebase": "9.18.0",
3030
"fp-ts": "^2.13.1",
3131
"io-ts": "^2.2.16",
3232
"io-ts-types": "^0.5.19",

0 commit comments

Comments
 (0)