Skip to content

Commit 7061881

Browse files
clydinhansl
authored andcommitted
fix(@schematics/angular): adjust zonejs version in new projects for 6.1
1 parent e2920d7 commit 7061881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
1111
Angular: '^6.1.0',
1212
RxJs: '^6.0.0',
13-
ZoneJs: '^0.8.26',
13+
ZoneJs: '~0.8.26',
1414
TypeScript: '~2.7.2',
1515
// The versions below must be manually updated when making a new devkit release.
1616
DevkitBuildAngular: '~0.7.0',

0 commit comments

Comments
 (0)