Skip to content

Commit 6e7d673

Browse files
Merge pull request #4793 from NativeScript/sis0k0/update-vue-migrate-version
refactor(migrate): bump the version of {N} vue to 2.3.0-rc.1
2 parents 5faf40d + 54e92e2 commit 6e7d673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/controllers/migrate-controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
6464
//TODO update with compatible with webpack only hooks
6565
{ packageName: "nativescript-plugin-firebase", verifiedVersion: "9.0.1" },
6666
//TODO update with no prerelease version compatible with webpack only hooks
67-
{ packageName: "nativescript-vue", verifiedVersion: "2.3.0-rc.0" },
67+
{ packageName: "nativescript-vue", verifiedVersion: "2.3.0-rc.1" },
6868
{ packageName: "nativescript-permissions", verifiedVersion: "1.3.0" },
6969
{ packageName: "nativescript-cardview", verifiedVersion: "3.2.0" },
7070
{

0 commit comments

Comments
 (0)