@@ -58,23 +58,6 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
5858 private migrationDependencies : IMigrationDependency [ ] = [
5959 { packageName : constants . TNS_CORE_MODULES_NAME , verifiedVersion : "6.0.1" } ,
6060 { packageName : constants . TNS_CORE_MODULES_WIDGETS_NAME , verifiedVersion : "6.0.1" } ,
61- { packageName : "tns-platform-declarations" , isDev : true , verifiedVersion : "6.0.1" } ,
62- { packageName : "node-sass" , isDev : true , verifiedVersion : "4.12.0" } ,
63- { packageName : "nativescript-dev-sass" , isDev : true , replaceWith : "node-sass" } ,
64- { packageName : "nativescript-dev-typescript" , isDev : true , replaceWith : MigrateController . typescriptPackageName } ,
65- { 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" } ,
66- { packageName : "nativescript-camera" , verifiedVersion : "4.5.0" } ,
67- { packageName : "nativescript-geolocation" , verifiedVersion : "5.1.0" } ,
68- { packageName : "nativescript-imagepicker" , verifiedVersion : "6.2.0" } ,
69- { packageName : "nativescript-social-share" , verifiedVersion : "1.5.2" } ,
70- { packageName : "nativescript-ui-chart" , verifiedVersion : "5.0.0" } ,
71- { packageName : "nativescript-ui-dataform" , verifiedVersion : "5.0.0" } ,
72- { packageName : "nativescript-ui-gauge" , verifiedVersion : "5.0.0" } ,
73- { packageName : "nativescript-ui-listview" , verifiedVersion : "7.0.0" } ,
74- { packageName : "nativescript-ui-sidedrawer" , verifiedVersion : "7.0.0" } ,
75- { packageName : "nativescript-ui-calendar" , verifiedVersion : "5.0.0" } ,
76- { packageName : "nativescript-ui-autocomplete" , verifiedVersion : "5.0.0" } ,
77- { packageName : "nativescript-datetimepicker" , verifiedVersion : "1.1.0" } ,
7861 { packageName : "kinvey-nativescript-sdk" , verifiedVersion : "4.2.1" } ,
7962 { packageName : "nativescript-plugin-firebase" , verifiedVersion : "9.0.2" } ,
8063 {
0 commit comments