@@ -38,15 +38,15 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
3838 ] ;
3939
4040 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 " } ,
4242 { packageName : constants . TNS_CORE_MODULES_WIDGETS_NAME , verifiedVersion : "6.0.0" } ,
4343 { packageName : "tns-platform-declarations" , isDev : true , verifiedVersion : "6.0.0-rc-2019-06-28-175837-02" } ,
4444 { packageName : "node-sass" , isDev : true , verifiedVersion : "4.12.0" } ,
4545 { packageName : "typescript" , isDev : true , verifiedVersion : "3.4.1" } ,
4646 { packageName : "nativescript-dev-sass" , isDev : true , replaceWith : "node-sass" } ,
4747 { packageName : "nativescript-dev-typescript" , isDev : true , replaceWith : "typescript" } ,
4848 { 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" } ,
5050 { packageName : "nativescript-camera" , verifiedVersion : "4.5.0" } ,
5151 { packageName : "nativescript-geolocation" , verifiedVersion : "5.1.0" } ,
5252 { packageName : "nativescript-imagepicker" , verifiedVersion : "6.2.0" } ,
@@ -68,7 +68,7 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
6868 { packageName : "nativescript-permissions" , verifiedVersion : "1.3.0" } ,
6969 { packageName : "nativescript-cardview" , verifiedVersion : "3.2.0" } ,
7070 {
71- packageName : "nativescript-unit-test-runner" , verifiedVersion : "0.6.3 " ,
71+ packageName : "nativescript-unit-test-runner" , verifiedVersion : "0.6.4 " ,
7272 shouldMigrateAction : ( projectData : IProjectData ) => this . hasDependency ( { packageName : "nativescript-unit-test-runner" , isDev : false } , projectData ) ,
7373 migrateAction : this . migrateUnitTestRunner . bind ( this )
7474 }
0 commit comments