File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments