Skip to content

Commit 6bfd6a7

Browse files
alan-agius4clydin
authored andcommitted
fix(@schematics/angular): update minimum Angular version to 14.2
14.2 is the minimum versions that is needed to support workspaces with TypeScript 4.8 Closes #23804
1 parent 2b00bca commit 6bfd6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/utility/latest-versions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
1515
...require('./latest-versions/package.json')['dependencies'],
1616

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

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

0 commit comments

Comments
 (0)