We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b00bca commit 6bfd6a7Copy full SHA for 6bfd6a7
packages/schematics/angular/utility/latest-versions.ts
@@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
15
...require('./latest-versions/package.json')['dependencies'],
16
17
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
18
- Angular: '^14.0.0',
+ Angular: '^14.2.0',
19
20
// Since @angular-devkit/build-angular and @schematics/angular are always
21
// published together from the same monorepo, and they are both
0 commit comments