From 706188123b25991ba4007d6ea037781a1fc3cbf1 Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Wed, 25 Jul 2018 11:58:43 -0400 Subject: [PATCH] fix(@schematics/angular): adjust zonejs version in new projects for 6.1 --- packages/schematics/angular/utility/latest-versions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/utility/latest-versions.ts b/packages/schematics/angular/utility/latest-versions.ts index e24f50c993d1..d01f8ce3166d 100644 --- a/packages/schematics/angular/utility/latest-versions.ts +++ b/packages/schematics/angular/utility/latest-versions.ts @@ -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',