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 angular#23804
  • Loading branch information
alan-agius4 committed Aug 26, 2022
1 parent b8e391b commit e4f195e
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 e4f195e

Please sign in to comment.