We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c14b9 commit d2c445cCopy full SHA for d2c445c
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.901.9',
22
- DevkitBuildNgPackagr: '~0.901.9',
23
- DevkitBuildWebpack: '~0.901.9',
+ DevkitBuildAngular: '~0.901.10',
+ DevkitBuildNgPackagr: '~0.901.10',
+ DevkitBuildWebpack: '~0.901.10',
24
25
ngPackagr: '^9.0.0',
26
};
0 commit comments