Skip to content

Commit 3dc0323

Browse files
committed
feat(migrations): use Angular 14.2
1 parent 3a71e79 commit 3dc0323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/controllers/migrate-controller.ts

Lines changed: 2 additions & 2 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: "^14.0.0",
187+
desiredVersion: "~14.2.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 = "~14.1.0";
1296+
const desiredVersion = "~14.2.0";
12971297

12981298
const dependencies: IMigrationDependency[] = [
12991299
{

0 commit comments

Comments
 (0)