From 12d4abe7b25319a085e2cfeab73f52e60004f747 Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Tue, 12 Oct 2021 16:18:30 +0200 Subject: [PATCH] Add project dependency to package.json Signed-off-by: Marcus Eide --- plugins/auth-backend/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json index 342718db55..8f7f623652 100644 --- a/plugins/auth-backend/package.json +++ b/plugins/auth-backend/package.json @@ -36,6 +36,7 @@ "@backstage/config": "^0.1.10", "@backstage/errors": "^0.1.1", "@backstage/test-utils": "^0.1.19", + "@google-cloud/firestore": "^4.15.1", "@types/express": "^4.17.6", "@types/passport": "^1.0.3", "compression": "^1.7.4",