Skip to content

Commit bc880fe

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)