@@ -37,16 +37,16 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
37
37
] ;
38
38
39
39
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 " } ,
43
43
{ packageName : "node-sass" , isDev : true , verifiedVersion : "4.12.0" } ,
44
44
{ packageName : "typescript" , isDev : true , verifiedVersion : "3.4.1" } ,
45
45
{ packageName : "less" , isDev : true , verifiedVersion : "3.9.0" } ,
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 , 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 " } ,
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" } ,
@@ -76,8 +76,8 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
76
76
77
77
get verifiedPlatformVersions ( ) : IDictionary < string > {
78
78
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 "
81
81
} ;
82
82
}
83
83
0 commit comments