We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3436a commit 53df0c8Copy full SHA for 53df0c8
packages/schematics/angular/utility/latest-versions.ts
@@ -18,9 +18,9 @@ export const latestVersions = {
18
// For our e2e tests, these versions must match the latest tag present on the branch.
19
// During RC periods they will not match the latest RC until there's a new git tag, and
20
// should not be updated.
21
- DevkitBuildAngular: '~0.1001.5',
22
- DevkitBuildNgPackagr: '~0.1001.5',
23
- DevkitBuildWebpack: '~0.1001.5',
+ DevkitBuildAngular: '~0.1001.6',
+ DevkitBuildNgPackagr: '~0.1001.6',
+ DevkitBuildWebpack: '~0.1001.6',
24
25
ngPackagr: '^10.1.0',
26
};
0 commit comments