From 1de4d7fa5f85dafe443204b59aa6b9e4333feadf Mon Sep 17 00:00:00 2001 From: crisbeto Date: Sun, 24 Dec 2017 12:43:34 +0200 Subject: [PATCH] build: fix dashboard deployment Fixes the dashboard failing to deploy due to an error in `firebase@4.8.1`. Locks down the version to 4.8.0 for now. See https://github.com/angular/angularfire2/issues/1385. --- tools/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dashboard/package.json b/tools/dashboard/package.json index 66811fd386a1..4ddf534ac191 100644 --- a/tools/dashboard/package.json +++ b/tools/dashboard/package.json @@ -24,7 +24,7 @@ "angularfire2": "^5.0.0-rc.2", "core-js": "^2.4.1", "d3": "^4.9.1", - "firebase": "^4.5.0", + "firebase": "4.8.0", "rxjs": "^5.4.2", "zone.js": "^0.8.12" },