We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a836a commit 5d9375aCopy full SHA for 5d9375a
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.1102.11',
22
- DevkitBuildNgPackagr: '~0.1102.11',
23
- DevkitBuildWebpack: '~0.1102.11',
+ DevkitBuildAngular: '~0.1102.10',
+ DevkitBuildNgPackagr: '~0.1102.10',
+ DevkitBuildWebpack: '~0.1102.10',
24
25
ngPackagr: '^11.0.0',
26
};
0 commit comments