diff --git a/packages/schematics/angular/utility/latest-versions.ts b/packages/schematics/angular/utility/latest-versions.ts index c738e26df0f8..50b6c1a3dd2c 100644 --- a/packages/schematics/angular/utility/latest-versions.ts +++ b/packages/schematics/angular/utility/latest-versions.ts @@ -18,9 +18,9 @@ export const latestVersions = { // For our e2e tests, these versions must match the latest tag present on the branch. // During RC periods they will not match the latest RC until there's a new git tag, and // should not be updated. - DevkitBuildAngular: '~0.1001.5', - DevkitBuildNgPackagr: '~0.1001.5', - DevkitBuildWebpack: '~0.1001.5', + DevkitBuildAngular: '~0.1001.6', + DevkitBuildNgPackagr: '~0.1001.6', + DevkitBuildWebpack: '~0.1001.6', ngPackagr: '^10.1.0', };