@@ -38,15 +38,15 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
38
38
] ;
39
39
40
40
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 " } ,
42
42
{ 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 " } ,
44
44
{ packageName : "node-sass" , isDev : true , verifiedVersion : "4.12.0" } ,
45
45
{ packageName : "typescript" , isDev : true , verifiedVersion : "3.4.1" } ,
46
46
{ packageName : "nativescript-dev-sass" , isDev : true , replaceWith : "node-sass" } ,
47
47
{ packageName : "nativescript-dev-typescript" , isDev : true , replaceWith : "typescript" } ,
48
48
{ 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 " } ,
50
50
{ packageName : "nativescript-camera" , verifiedVersion : "4.5.0" } ,
51
51
{ packageName : "nativescript-geolocation" , verifiedVersion : "5.1.0" } ,
52
52
{ packageName : "nativescript-imagepicker" , verifiedVersion : "6.2.0" } ,
@@ -59,12 +59,10 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
59
59
{ packageName : "nativescript-ui-calendar" , verifiedVersion : "5.0.0-androidx-110619-2" } ,
60
60
{ packageName : "nativescript-ui-autocomplete" , verifiedVersion : "5.0.0-androidx-110619" } ,
61
61
{ packageName : "nativescript-datetimepicker" , verifiedVersion : "1.1.0" } ,
62
- //TODO update with compatible with webpack only hooks
63
62
{ 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" } ,
68
66
{ packageName : "nativescript-permissions" , verifiedVersion : "1.3.0" } ,
69
67
{ packageName : "nativescript-cardview" , verifiedVersion : "3.2.0" } ,
70
68
{
0 commit comments