Skip to content

Commit 0c25770

Browse files
devversionjosephperrott
authored andcommitted
build: fix screenshot-tool app deployment (#8174)
1 parent b65c642 commit 0c25770

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",
13-
"@angular/cdk": "angular/cdk-builds",
13+
"@angular/cdk": "github:angular/cdk-builds#master",
1414
"@angular/common": "^5.0.0",
1515
"@angular/compiler": "^5.0.0",
1616
"@angular/compiler-cli": "^5.0.0",
1717
"@angular/core": "^5.0.0",
1818
"@angular/forms": "^5.0.0",
19-
"@angular/material": "angular/material2-builds",
19+
"@angular/material": "github:angular/material2-builds#master",
2020
"@angular/platform-browser": "^5.0.0",
2121
"@angular/platform-browser-dynamic": "^5.0.0",
2222
"@angular/router": "^5.0.0",
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",
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)