@@ -37,16 +37,16 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
3737 ] ;
3838
3939 private migrationDependencies : IMigrationDependency [ ] = [
40- { packageName : constants . TNS_CORE_MODULES_NAME , verifiedVersion : "6.0.0-next -2019-06-20-155941-01 " } ,
41- { packageName : constants . TNS_CORE_MODULES_WIDGETS_NAME , verifiedVersion : "6.0.0-next-2019-06-20-155941-01 " } ,
42- { packageName : "tns-platform-declarations" , verifiedVersion : "6.0.0-next -2019-06-27-082418-01 " } ,
40+ { packageName : constants . TNS_CORE_MODULES_NAME , verifiedVersion : "6.0.0-rc -2019-06-28-175837-02 " } ,
41+ { packageName : constants . TNS_CORE_MODULES_WIDGETS_NAME , verifiedVersion : "6.0.0" } ,
42+ { packageName : "tns-platform-declarations" , isDev : true , verifiedVersion : "6.0.0-rc -2019-06-28-175837-02 " } ,
4343 { packageName : "node-sass" , isDev : true , verifiedVersion : "4.12.0" } ,
4444 { packageName : "typescript" , isDev : true , verifiedVersion : "3.4.1" } ,
4545 { packageName : "less" , isDev : true , verifiedVersion : "3.9.0" } ,
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 , replaceWith : "less" } ,
49- { packageName : constants . WEBPACK_PLUGIN_NAME , isDev : true , shouldAddIfMissing : true , verifiedVersion : "0.25.0-next -2019-06-21-150426-03 " } ,
49+ { packageName : constants . WEBPACK_PLUGIN_NAME , isDev : true , shouldAddIfMissing : true , verifiedVersion : "1.0.0-rc -2019-06-28-134050-01 " } ,
5050 { packageName : "nativescript-camera" , verifiedVersion : "4.5.0" } ,
5151 { packageName : "nativescript-geolocation" , verifiedVersion : "5.1.0" } ,
5252 { packageName : "nativescript-imagepicker" , verifiedVersion : "6.2.0" } ,
@@ -76,8 +76,8 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
7676
7777 get verifiedPlatformVersions ( ) : IDictionary < string > {
7878 return {
79- [ this . $devicePlatformsConstants . Android . toLowerCase ( ) ] : "6.0.0-2019-06-11-172137-01 " ,
80- [ this . $devicePlatformsConstants . iOS . toLowerCase ( ) ] : "6.0.0-2019-06-10-154118-03 "
79+ [ this . $devicePlatformsConstants . Android . toLowerCase ( ) ] : "6.0.0-rc- 2019-06-27-172817-03 " ,
80+ [ this . $devicePlatformsConstants . iOS . toLowerCase ( ) ] : "6.0.0-rc- 2019-06-28-105002-01 "
8181 } ;
8282 }
8383
0 commit comments