Skip to content

Commit 62640bf

Browse files
clydinhansl
authored andcommitted
fix(@angular/cli): update typescript version checks for Angular 6.1
1 parent bc880fe commit 62640bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/angular/cli/upgrade/version.ts

+2
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ export class Version {
151151
{ compiler: '>=5.1.0-beta.0 <5.2.0', typescript: '>=2.4.2 <2.6.0' },
152152
{ compiler: '>=5.2.0-beta.0 <6.0.0', typescript: '>=2.4.2 <2.7.0' },
153153
{ compiler: '>=6.0.0-beta.0 <7.0.0', typescript: '>=2.7.0 <2.8.0' },
154+
{ compiler: '>=6.1.0-beta.0 <6.1.0-rc.0', typescript: '>=2.7.2 <2.9.0' },
155+
{ compiler: '>=6.1.0-rc.0 <7.0.0', typescript: '>=2.7.2 <2.10.0' },
154156
];
155157

156158
const currentCombo = versionCombos.find((combo) => satisfies(compilerVersion, combo.compiler));

0 commit comments

Comments
 (0)