Skip to content

Commit 2163c17

Browse files
crisbetojelbourn
authored andcommitted
build: fix dashboard deployment (#9118)
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 angular/angularfire#1385.
1 parent 474121b commit 2163c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"angularfire2": "^5.0.0-rc.2",
2525
"core-js": "^2.4.1",
2626
"d3": "^4.9.1",
27-
"firebase": "^4.5.0",
27+
"firebase": "4.8.0",
2828
"rxjs": "^5.4.2",
2929
"zone.js": "^0.8.12"
3030
},

0 commit comments

Comments
 (0)