@@ -38,15 +38,15 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
38
38
] ;
39
39
40
40
private migrationDependencies : IMigrationDependency [ ] = [
41
- { packageName : constants . TNS_CORE_MODULES_NAME , verifiedVersion : "6.0.0-rc-2019-06-28-175837-02 " } ,
41
+ { packageName : constants . TNS_CORE_MODULES_NAME , verifiedVersion : "6.0.0-rc-2019-07-08-111131-01 " } ,
42
42
{ packageName : constants . TNS_CORE_MODULES_WIDGETS_NAME , verifiedVersion : "6.0.0" } ,
43
43
{ packageName : "tns-platform-declarations" , isDev : true , verifiedVersion : "6.0.0-rc-2019-06-28-175837-02" } ,
44
44
{ packageName : "node-sass" , isDev : true , verifiedVersion : "4.12.0" } ,
45
45
{ packageName : "typescript" , isDev : true , verifiedVersion : "3.4.1" } ,
46
46
{ packageName : "nativescript-dev-sass" , isDev : true , replaceWith : "node-sass" } ,
47
47
{ packageName : "nativescript-dev-typescript" , isDev : true , replaceWith : "typescript" } ,
48
48
{ packageName : "nativescript-dev-less" , isDev : true , shouldRemove : true , warning : "LESS CSS is not supported out of the box. In order to enable it, follow the steps in this feature request: https://github.com/NativeScript/nativescript-dev-webpack/issues/967" } ,
49
- { packageName : constants . WEBPACK_PLUGIN_NAME , isDev : true , shouldAddIfMissing : true , verifiedVersion : "1.0.0-rc-2019-07-02-161545 -02" } ,
49
+ { packageName : constants . WEBPACK_PLUGIN_NAME , isDev : true , shouldAddIfMissing : true , verifiedVersion : "1.0.0-rc-2019-07-08-114453 -02" } ,
50
50
{ packageName : "nativescript-camera" , verifiedVersion : "4.5.0" } ,
51
51
{ packageName : "nativescript-geolocation" , verifiedVersion : "5.1.0" } ,
52
52
{ packageName : "nativescript-imagepicker" , verifiedVersion : "6.2.0" } ,
@@ -68,7 +68,7 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
68
68
{ packageName : "nativescript-permissions" , verifiedVersion : "1.3.0" } ,
69
69
{ packageName : "nativescript-cardview" , verifiedVersion : "3.2.0" } ,
70
70
{
71
- packageName : "nativescript-unit-test-runner" , verifiedVersion : "0.6.3 " ,
71
+ packageName : "nativescript-unit-test-runner" , verifiedVersion : "0.6.4 " ,
72
72
shouldMigrateAction : ( projectData : IProjectData ) => this . hasDependency ( { packageName : "nativescript-unit-test-runner" , isDev : false } , projectData ) ,
73
73
migrateAction : this . migrateUnitTestRunner . bind ( this )
74
74
}
0 commit comments