@@ -46,30 +46,29 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
46
46
] ;
47
47
48
48
private migrationDependencies : IMigrationDependency [ ] = [
49
- { packageName : constants . TNS_CORE_MODULES_NAME , verifiedVersion : "6.0.0-rc-2019-07-09-183845-06 " } ,
50
- { packageName : constants . TNS_CORE_MODULES_WIDGETS_NAME , verifiedVersion : "6.0.0 " } ,
51
- { packageName : "tns-platform-declarations" , isDev : true , verifiedVersion : "6.0.0-rc-2019-07-09-183845-06 " } ,
49
+ { packageName : constants . TNS_CORE_MODULES_NAME , verifiedVersion : "6.0.1 " } ,
50
+ { packageName : constants . TNS_CORE_MODULES_WIDGETS_NAME , verifiedVersion : "6.0.1 " } ,
51
+ { packageName : "tns-platform-declarations" , isDev : true , verifiedVersion : "6.0.1 " } ,
52
52
{ packageName : "node-sass" , isDev : true , verifiedVersion : "4.12.0" } ,
53
53
{ packageName : "nativescript-dev-sass" , isDev : true , replaceWith : "node-sass" } ,
54
54
{ packageName : "nativescript-dev-typescript" , isDev : true , replaceWith : MigrateController . typescriptPackageName } ,
55
55
{ 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" } ,
56
- { packageName : constants . WEBPACK_PLUGIN_NAME , isDev : true , shouldAddIfMissing : true , verifiedVersion : "1.0.0-rc-2019-07-10-002255-01 " } ,
56
+ { packageName : constants . WEBPACK_PLUGIN_NAME , isDev : true , shouldAddIfMissing : true , verifiedVersion : "1.0.0" } ,
57
57
{ packageName : "nativescript-camera" , verifiedVersion : "4.5.0" } ,
58
58
{ packageName : "nativescript-geolocation" , verifiedVersion : "5.1.0" } ,
59
59
{ packageName : "nativescript-imagepicker" , verifiedVersion : "6.2.0" } ,
60
60
{ packageName : "nativescript-social-share" , verifiedVersion : "1.5.2" } ,
61
- { packageName : "nativescript-ui-chart" , verifiedVersion : "5.0.0-androidx-110619 " } ,
62
- { packageName : "nativescript-ui-dataform" , verifiedVersion : "5.0.0-androidx-110619 " } ,
63
- { packageName : "nativescript-ui-gauge" , verifiedVersion : "5.0.0-androidx " } ,
64
- { packageName : "nativescript-ui-listview" , verifiedVersion : "7.0.0-androidx-110619 " } ,
65
- { packageName : "nativescript-ui-sidedrawer" , verifiedVersion : "7.0.0-androidx-110619 " } ,
66
- { packageName : "nativescript-ui-calendar" , verifiedVersion : "5.0.0-androidx-110619-2 " } ,
67
- { packageName : "nativescript-ui-autocomplete" , verifiedVersion : "5.0.0-androidx-110619 " } ,
61
+ { packageName : "nativescript-ui-chart" , verifiedVersion : "5.0.0" } ,
62
+ { packageName : "nativescript-ui-dataform" , verifiedVersion : "5.0.0" } ,
63
+ { packageName : "nativescript-ui-gauge" , verifiedVersion : "5.0.0" } ,
64
+ { packageName : "nativescript-ui-listview" , verifiedVersion : "7.0.0" } ,
65
+ { packageName : "nativescript-ui-sidedrawer" , verifiedVersion : "7.0.0" } ,
66
+ { packageName : "nativescript-ui-calendar" , verifiedVersion : "5.0.0" } ,
67
+ { packageName : "nativescript-ui-autocomplete" , verifiedVersion : "5.0.0" } ,
68
68
{ packageName : "nativescript-datetimepicker" , verifiedVersion : "1.1.0" } ,
69
69
{ packageName : "kinvey-nativescript-sdk" , verifiedVersion : "4.2.1" } ,
70
70
{ packageName : "nativescript-plugin-firebase" , verifiedVersion : "9.0.2" } ,
71
- // TODO: update with no prerelease version compatible with webpack only hooks
72
- { packageName : "nativescript-vue" , verifiedVersion : "2.3.0-rc.2" } ,
71
+ { packageName : "nativescript-vue" , verifiedVersion : "2.3.0" } ,
73
72
{ packageName : "nativescript-permissions" , verifiedVersion : "1.3.0" } ,
74
73
{ packageName : "nativescript-cardview" , verifiedVersion : "3.2.0" } ,
75
74
{
@@ -89,8 +88,8 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
89
88
90
89
get verifiedPlatformVersions ( ) : IDictionary < string > {
91
90
return {
92
- [ this . $devicePlatformsConstants . Android . toLowerCase ( ) ] : "6.0.0-rc-2019-06-27-172817-03 " ,
93
- [ this . $devicePlatformsConstants . iOS . toLowerCase ( ) ] : "6.0.0-rc-2019-06-28-105002-01 "
91
+ [ this . $devicePlatformsConstants . Android . toLowerCase ( ) ] : "6.0.0" ,
92
+ [ this . $devicePlatformsConstants . iOS . toLowerCase ( ) ] : "6.0.0"
94
93
} ;
95
94
}
96
95
0 commit comments