We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a71e79 commit 3dc0323Copy full SHA for 3dc0323
lib/controllers/migrate-controller.ts
@@ -184,7 +184,7 @@ export class MigrateController
184
{
185
packageName: "@nativescript/angular",
186
minVersion: "10.0.0",
187
- desiredVersion: "^14.0.0",
+ desiredVersion: "~14.2.0",
188
async shouldMigrateAction(
189
dependency: IMigrationDependency,
190
projectData: IProjectData,
@@ -1293,7 +1293,7 @@ export class MigrateController
1293
1294
private async migrateNativeScriptAngular(): Promise<IMigrationDependency[]> {
1295
const minVersion = "10.0.0";
1296
- const desiredVersion = "~14.1.0";
+ const desiredVersion = "~14.2.0";
1297
1298
const dependencies: IMigrationDependency[] = [
1299
0 commit comments