@@ -38,15 +38,15 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
3838 ] ;
3939
4040 private migrationDependencies : IMigrationDependency [ ] = [
41- { packageName : constants . TNS_CORE_MODULES_NAME , verifiedVersion : "6.0.0-rc-2019-07-08-111131-01 " } ,
41+ { packageName : constants . TNS_CORE_MODULES_NAME , verifiedVersion : "6.0.0-rc-2019-07-09-183845-06 " } ,
4242 { packageName : constants . TNS_CORE_MODULES_WIDGETS_NAME , verifiedVersion : "6.0.0" } ,
43- { packageName : "tns-platform-declarations" , isDev : true , verifiedVersion : "6.0.0-rc-2019-06-28-175837-02 " } ,
43+ { packageName : "tns-platform-declarations" , isDev : true , verifiedVersion : "6.0.0-rc-2019-07-09-183845-06 " } ,
4444 { packageName : "node-sass" , isDev : true , verifiedVersion : "4.12.0" } ,
4545 { packageName : "typescript" , isDev : true , verifiedVersion : "3.4.1" } ,
4646 { packageName : "nativescript-dev-sass" , isDev : true , replaceWith : "node-sass" } ,
4747 { packageName : "nativescript-dev-typescript" , isDev : true , replaceWith : "typescript" } ,
4848 { 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" } ,
49- { packageName : constants . WEBPACK_PLUGIN_NAME , isDev : true , shouldAddIfMissing : true , verifiedVersion : "1.0.0-rc-2019-07-08-135456-03 " } ,
49+ { packageName : constants . WEBPACK_PLUGIN_NAME , isDev : true , shouldAddIfMissing : true , verifiedVersion : "1.0.0-rc-2019-07-10-002255-01 " } ,
5050 { packageName : "nativescript-camera" , verifiedVersion : "4.5.0" } ,
5151 { packageName : "nativescript-geolocation" , verifiedVersion : "5.1.0" } ,
5252 { packageName : "nativescript-imagepicker" , verifiedVersion : "6.2.0" } ,
@@ -59,12 +59,10 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
5959 { packageName : "nativescript-ui-calendar" , verifiedVersion : "5.0.0-androidx-110619-2" } ,
6060 { packageName : "nativescript-ui-autocomplete" , verifiedVersion : "5.0.0-androidx-110619" } ,
6161 { packageName : "nativescript-datetimepicker" , verifiedVersion : "1.1.0" } ,
62- //TODO update with compatible with webpack only hooks
6362 { packageName : "kinvey-nativescript-sdk" , verifiedVersion : "4.2.1" } ,
64- //TODO update with compatible with webpack only hooks
65- { packageName : "nativescript-plugin-firebase" , verifiedVersion : "9.0.1" } ,
66- //TODO update with no prerelease version compatible with webpack only hooks
67- { packageName : "nativescript-vue" , verifiedVersion : "2.3.0-rc.1" } ,
63+ { packageName : "nativescript-plugin-firebase" , verifiedVersion : "9.0.2" } ,
64+ // TODO: update with no prerelease version compatible with webpack only hooks
65+ { packageName : "nativescript-vue" , verifiedVersion : "2.3.0-rc.2" } ,
6866 { packageName : "nativescript-permissions" , verifiedVersion : "1.3.0" } ,
6967 { packageName : "nativescript-cardview" , verifiedVersion : "3.2.0" } ,
7068 {
0 commit comments