Skip to content

Commit 1bbfa75

Browse files
committed
build: fix screenshot-tool app deployment
* Fixes mismatching dependencies that lead to build errors inside of the screenshot-tool app.
1 parent dfe8091 commit 1bbfa75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/screenshot-test/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
"private": true,
1111
"dependencies": {
1212
"@angular/animations": "~5.0.0-rc.9",
13-
"@angular/cdk": "angular/cdk-builds",
13+
"@angular/cdk": "github:angular/cdk-builds#master",
1414
"@angular/common": "~5.0.0-rc.9",
1515
"@angular/compiler": "~5.0.0-rc.9",
1616
"@angular/compiler-cli": "~5.0.0-rc.9",
1717
"@angular/core": "~5.0.0-rc.9",
1818
"@angular/forms": "~5.0.0-rc.9",
19-
"@angular/material": "angular/material2-builds",
19+
"@angular/material": "github:angular/material2-builds#master",
2020
"@angular/platform-browser": "~5.0.0-rc.9",
2121
"@angular/platform-browser-dynamic": "~5.0.0-rc.9",
2222
"@angular/router": "~5.0.0-rc.9",
2323
"core-js": "^2.4.1",
2424
"firebase": "^3.7.6",
25-
"rxjs": "^5.0.1",
25+
"rxjs": "^5.5.0",
2626
"ts-helpers": "^1.1.1",
2727
"zone.js": "^0.8.12"
2828
},
2929
"devDependencies": {
30-
"@angular/cli": "^1.0.0",
30+
"@angular/cli": "^1.4.9",
3131
"@angular/compiler-cli": "~5.0.0-rc.9",
3232
"@types/node": "^6.0.42",
3333
"ts-node": "1.2.1",
34-
"typescript": "~2.2.1"
34+
"typescript": "~2.4.2"
3535
}
3636
}

0 commit comments

Comments
 (0)