From 0bb052c90bd04887c1b13b4456ab997f44b45123 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Sun, 29 Apr 2018 09:00:07 -0400 Subject: [PATCH] build: fix dashboard compilation errors Fixes errors when trying to build and deploy the dashboard. Note that I had to switch to the latest stable version of Material and the CDK, because some of our dependencies don't support Angular 6 yet. --- tools/dashboard/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/dashboard/package.json b/tools/dashboard/package.json index 4ddf534ac191..c9a88a1fa99d 100644 --- a/tools/dashboard/package.json +++ b/tools/dashboard/package.json @@ -11,17 +11,17 @@ "private": true, "dependencies": { "@angular/animations": "^5.0.0", - "@angular/cdk": "github:angular/cdk-builds", + "@angular/cdk": "^5.0.0", "@angular/common": "^5.0.0", "@angular/compiler": "^5.0.0", "@angular/core": "^5.0.0", "@angular/forms": "^5.0.0", - "@angular/material": "github:angular/material2-builds", + "@angular/material": "^5.0.0", "@angular/platform-browser": "^5.0.0", "@angular/platform-browser-dynamic": "^5.0.0", "@angular/router": "^5.0.0", "@swimlane/ngx-charts": "^7.0.1", - "angularfire2": "^5.0.0-rc.2", + "angularfire2": "^5.0.0-rc.7", "core-js": "^2.4.1", "d3": "^4.9.1", "firebase": "4.8.0",