Skip to content

Commit

Permalink
feat(migrations): use Angular 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Aug 27, 2022
1 parent 3a71e79 commit 3dc0323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/controllers/migrate-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class MigrateController
{
packageName: "@nativescript/angular",
minVersion: "10.0.0",
desiredVersion: "^14.0.0",
desiredVersion: "~14.2.0",
async shouldMigrateAction(
dependency: IMigrationDependency,
projectData: IProjectData,
Expand Down Expand Up @@ -1293,7 +1293,7 @@ export class MigrateController

private async migrateNativeScriptAngular(): Promise<IMigrationDependency[]> {
const minVersion = "10.0.0";
const desiredVersion = "~14.1.0";
const desiredVersion = "~14.2.0";

const dependencies: IMigrationDependency[] = [
{
Expand Down

0 comments on commit 3dc0323

Please sign in to comment.