Skip to content

Commit 88aa089

Browse files
committed
feat(migrate): use Angular 14.1
1 parent 8446000 commit 88aa089

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/controllers/migrate-controller.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class MigrateController
184184
{
185185
packageName: "@nativescript/angular",
186186
minVersion: "10.0.0",
187-
desiredVersion: "^13.0.0",
187+
desiredVersion: "^14.0.0",
188188
async shouldMigrateAction(
189189
dependency: IMigrationDependency,
190190
projectData: IProjectData,
@@ -1293,7 +1293,7 @@ export class MigrateController
12931293

12941294
private async migrateNativeScriptAngular(): Promise<IMigrationDependency[]> {
12951295
const minVersion = "10.0.0";
1296-
const desiredVersion = "~13.2.0";
1296+
const desiredVersion = "~14.1.0";
12971297

12981298
const dependencies: IMigrationDependency[] = [
12991299
{
@@ -1376,11 +1376,11 @@ export class MigrateController
13761376
desiredVersion,
13771377
isDev: true,
13781378
},
1379-
1380-
// obsolete
13811379
{
13821380
packageName: "@angular-devkit/build-angular",
1383-
shouldRemove: true,
1381+
minVersion,
1382+
desiredVersion,
1383+
isDev: true,
13841384
},
13851385
];
13861386

0 commit comments

Comments
 (0)