Skip to content

Commit

Permalink
fix(angular): update make-angular-cli-faster version map with angular…
Browse files Browse the repository at this point in the history
… 15 (#13297)
  • Loading branch information
leosvelperez committed Nov 21, 2022
1 parent 8949771 commit da2b77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/make-angular-cli-faster/src/utilities/migration.ts
Expand Up @@ -17,8 +17,8 @@ const latestVersionWithOldFlag = '13.8.3';
// is already supported
const nxAngularVersionMap: Record<number, { range: string; max?: string }> = {
13: { range: '>= 13.2.0 < 14.2.0', max: '~14.1.0' },
14: { range: '>= 14.2.0' },
15: { range: '>= 15.0.0' },
14: { range: '>= 14.2.0 < 15.2.0', max: '~15.1.0' },
15: { range: '>= 15.2.0' },
};
// latest major version of Angular that is compatible with Nx, based on the map above
const latestCompatibleAngularMajorVersion = Math.max(
Expand Down

0 comments on commit da2b77a

Please sign in to comment.