Skip to content

Commit b918603

Browse files
Broccohansl
authored andcommitted
fix(@angular/cli): update version of zone.js to support Angular 4.0.0-rc.5
Fixes #5480
1 parent f1251bf commit b918603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/blueprints/ng/files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/router": "<%= ng4 ? '>=4.0.0-beta <5.0.0' : '^3.4.0' %>",
2323
"core-js": "^2.4.1",
2424
"rxjs": "^5.1.0",
25-
"zone.js": "^0.7.6"
25+
"zone.js": "^0.8.4"
2626
},
2727
"devDependencies": {
2828
"@angular/cli": "<%= version %>",

0 commit comments

Comments
 (0)