Skip to content

Commit

Permalink
fix(@schematics/angular): update minimum Angular version to 14.2
Browse files Browse the repository at this point in the history
14.2 is the minimum versions that is needed to support workspaces with TypeScript 4.8

Closes #23804
  • Loading branch information
alan-agius4 authored and clydin committed Aug 29, 2022
1 parent 2b00bca commit 6bfd6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Expand Up @@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
...require('./latest-versions/package.json')['dependencies'],

// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
Angular: '^14.0.0',
Angular: '^14.2.0',

// Since @angular-devkit/build-angular and @schematics/angular are always
// published together from the same monorepo, and they are both
Expand Down

0 comments on commit 6bfd6a7

Please sign in to comment.