@@ -58,23 +58,6 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
58
58
private migrationDependencies : IMigrationDependency [ ] = [
59
59
{ packageName : constants . TNS_CORE_MODULES_NAME , verifiedVersion : "6.0.1" } ,
60
60
{ 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" } ,
78
61
{ packageName : "kinvey-nativescript-sdk" , verifiedVersion : "4.2.1" } ,
79
62
{ packageName : "nativescript-plugin-firebase" , verifiedVersion : "9.0.2" } ,
80
63
{
0 commit comments