We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acf15fa + 9d650f1 commit 98b14daCopy full SHA for 98b14da
lib/controllers/migrate-controller.ts
@@ -39,6 +39,7 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
39
private migrationDependencies: IMigrationDependency[] = [
40
{ packageName: constants.TNS_CORE_MODULES_NAME, verifiedVersion: "6.0.0-next-2019-06-20-155941-01" },
41
{ packageName: constants.TNS_CORE_MODULES_WIDGETS_NAME, verifiedVersion: "6.0.0-next-2019-06-20-155941-01" },
42
+ { packageName: "tns-platform-declarations", verifiedVersion: "6.0.0-next-2019-06-27-082418-01" },
43
{ packageName: "node-sass", isDev: true, verifiedVersion: "4.12.0" },
44
{ packageName: "typescript", isDev: true, verifiedVersion: "3.4.1" },
45
{ packageName: "less", isDev: true, verifiedVersion: "3.9.0" },
0 commit comments