@@ -46,30 +46,29 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
4646 ] ;
4747
4848 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 " } ,
5252 { packageName : "node-sass" , isDev : true , verifiedVersion : "4.12.0" } ,
5353 { packageName : "nativescript-dev-sass" , isDev : true , replaceWith : "node-sass" } ,
5454 { packageName : "nativescript-dev-typescript" , isDev : true , replaceWith : MigrateController . typescriptPackageName } ,
5555 { 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" } ,
5757 { packageName : "nativescript-camera" , verifiedVersion : "4.5.0" } ,
5858 { packageName : "nativescript-geolocation" , verifiedVersion : "5.1.0" } ,
5959 { packageName : "nativescript-imagepicker" , verifiedVersion : "6.2.0" } ,
6060 { 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" } ,
6868 { packageName : "nativescript-datetimepicker" , verifiedVersion : "1.1.0" } ,
6969 { packageName : "kinvey-nativescript-sdk" , verifiedVersion : "4.2.1" } ,
7070 { 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" } ,
7372 { packageName : "nativescript-permissions" , verifiedVersion : "1.3.0" } ,
7473 { packageName : "nativescript-cardview" , verifiedVersion : "3.2.0" } ,
7574 {
@@ -89,8 +88,8 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
8988
9089 get verifiedPlatformVersions ( ) : IDictionary < string > {
9190 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"
9493 } ;
9594 }
9695
0 commit comments