Skip to content

Commit 340b0b2

Browse files
crisbetojosephperrott
authored andcommitted
build: fix dashboard compilation errors (#11066)
1 parent 38ea937 commit 340b0b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/dashboard/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"private": true,
1212
"dependencies": {
1313
"@angular/animations": "^5.0.0",
14-
"@angular/cdk": "github:angular/cdk-builds",
14+
"@angular/cdk": "^5.0.0",
1515
"@angular/common": "^5.0.0",
1616
"@angular/compiler": "^5.0.0",
1717
"@angular/core": "^5.0.0",
1818
"@angular/forms": "^5.0.0",
19-
"@angular/material": "github:angular/material2-builds",
19+
"@angular/material": "^5.0.0",
2020
"@angular/platform-browser": "^5.0.0",
2121
"@angular/platform-browser-dynamic": "^5.0.0",
2222
"@angular/router": "^5.0.0",
2323
"@swimlane/ngx-charts": "^7.0.1",
24-
"angularfire2": "^5.0.0-rc.2",
24+
"angularfire2": "^5.0.0-rc.7",
2525
"core-js": "^2.4.1",
2626
"d3": "^4.9.1",
2727
"firebase": "4.8.0",

0 commit comments

Comments
 (0)