@@ -122,7 +122,7 @@ export class MigrateController
122122 {
123123 packageName : "@nativescript/core" ,
124124 minVersion : "6.5.0" ,
125- desiredVersion : "~8.9 .0" ,
125+ desiredVersion : "~9.0 .0" ,
126126 shouldAddIfMissing : true ,
127127 } ,
128128 {
@@ -132,7 +132,7 @@ export class MigrateController
132132 {
133133 packageName : "@nativescript/types" ,
134134 minVersion : "7.0.0" ,
135- desiredVersion : "~8.9 .0" ,
135+ desiredVersion : "~9.0 .0" ,
136136 isDev : true ,
137137 } ,
138138 {
@@ -165,7 +165,7 @@ export class MigrateController
165165 {
166166 packageName : "nativescript-vue" ,
167167 minVersion : "2.7.0" ,
168- desiredVersion : "~2.9.3 " ,
168+ desiredVersion : "~3.0.0 " ,
169169 async shouldMigrateAction (
170170 dependency : IMigrationDependency ,
171171 projectData : IProjectData ,
@@ -191,7 +191,7 @@ export class MigrateController
191191 {
192192 packageName : "@nativescript/angular" ,
193193 minVersion : "10.0.0" ,
194- desiredVersion : "^19 .0.0" ,
194+ desiredVersion : "^20 .0.0" ,
195195 async shouldMigrateAction (
196196 dependency : IMigrationDependency ,
197197 projectData : IProjectData ,
@@ -263,7 +263,7 @@ export class MigrateController
263263 packageName : "typescript" ,
264264 isDev : true ,
265265 minVersion : "3.7.0" ,
266- desiredVersion : "~5.7 .0" ,
266+ desiredVersion : "~5.8 .0" ,
267267 } ,
268268 {
269269 packageName : "node-sass" ,
@@ -296,13 +296,13 @@ export class MigrateController
296296 {
297297 packageName : "@nativescript/ios" ,
298298 minVersion : "6.5.3" ,
299- desiredVersion : "~8.9 .0" ,
299+ desiredVersion : "~9.0 .0" ,
300300 isDev : true ,
301301 } ,
302302 {
303303 packageName : "@nativescript/android" ,
304304 minVersion : "7.0.0" ,
305- desiredVersion : "~8.9 .0" ,
305+ desiredVersion : "~9.0 .0" ,
306306 isDev : true ,
307307 } ,
308308 ] ;
@@ -1238,7 +1238,7 @@ export class MigrateController
12381238 configContents . compilerOptions = configContents . compilerOptions || { } ;
12391239 configContents . compilerOptions . target = "es2020" ;
12401240 configContents . compilerOptions . module = "esnext" ;
1241- configContents . compilerOptions . moduleResolution = "node " ;
1241+ configContents . compilerOptions . moduleResolution = "bundler " ;
12421242 configContents . compilerOptions . experimentalDecorators = true ;
12431243 configContents . compilerOptions . removeComments = false ;
12441244
@@ -1311,7 +1311,7 @@ export class MigrateController
13111311
13121312 private async migrateNativeScriptAngular ( ) : Promise < IMigrationDependency [ ] > {
13131313 const minVersion = "10.0.0" ;
1314- const desiredVersion = "~19.1 .0" ;
1314+ const desiredVersion = "~20.2 .0" ;
13151315
13161316 const dependencies : IMigrationDependency [ ] = [
13171317 {
0 commit comments