From 54e92e2c7df965ed1b3fab1282ef7f790640770c Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Tue, 2 Jul 2019 11:43:37 +0300 Subject: [PATCH] refactor(migrate): bump the version of {N} vue to 2.3.0-rc.1 --- lib/controllers/migrate-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controllers/migrate-controller.ts b/lib/controllers/migrate-controller.ts index 7bf5981690..9913c483e5 100644 --- a/lib/controllers/migrate-controller.ts +++ b/lib/controllers/migrate-controller.ts @@ -64,7 +64,7 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC //TODO update with compatible with webpack only hooks { packageName: "nativescript-plugin-firebase", verifiedVersion: "9.0.1" }, //TODO update with no prerelease version compatible with webpack only hooks - { packageName: "nativescript-vue", verifiedVersion: "2.3.0-rc.0" }, + { packageName: "nativescript-vue", verifiedVersion: "2.3.0-rc.1" }, { packageName: "nativescript-permissions", verifiedVersion: "1.3.0" }, { packageName: "nativescript-cardview", verifiedVersion: "3.2.0" }, {