Skip to content

Commit

Permalink
fix(@schematics/angular): adjust zonejs version in new projects for 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and hansl committed Jul 26, 2018
1 parent e2920d7 commit 7061881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const latestVersions = {
// These versions should be kept up to date with latest Angular peer dependencies.
Angular: '^6.1.0',
RxJs: '^6.0.0',
ZoneJs: '^0.8.26',
ZoneJs: '~0.8.26',
TypeScript: '~2.7.2',
// The versions below must be manually updated when making a new devkit release.
DevkitBuildAngular: '~0.7.0',
Expand Down

0 comments on commit 7061881

Please sign in to comment.