File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ export class MigrateController
184
184
{
185
185
packageName : "@nativescript/angular" ,
186
186
minVersion : "10.0.0" ,
187
- desiredVersion : "^13 .0.0" ,
187
+ desiredVersion : "^14 .0.0" ,
188
188
async shouldMigrateAction (
189
189
dependency : IMigrationDependency ,
190
190
projectData : IProjectData ,
@@ -1293,7 +1293,7 @@ export class MigrateController
1293
1293
1294
1294
private async migrateNativeScriptAngular ( ) : Promise < IMigrationDependency [ ] > {
1295
1295
const minVersion = "10.0.0" ;
1296
- const desiredVersion = "~13.2 .0" ;
1296
+ const desiredVersion = "~14.1 .0" ;
1297
1297
1298
1298
const dependencies : IMigrationDependency [ ] = [
1299
1299
{
@@ -1376,11 +1376,11 @@ export class MigrateController
1376
1376
desiredVersion,
1377
1377
isDev : true ,
1378
1378
} ,
1379
-
1380
- // obsolete
1381
1379
{
1382
1380
packageName : "@angular-devkit/build-angular" ,
1383
- shouldRemove : true ,
1381
+ minVersion,
1382
+ desiredVersion,
1383
+ isDev : true ,
1384
1384
} ,
1385
1385
] ;
1386
1386
You can’t perform that action at this time.
0 commit comments