We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5faf40d + 54e92e2 commit 6e7d673Copy full SHA for 6e7d673
lib/controllers/migrate-controller.ts
@@ -64,7 +64,7 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
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.0" },
+ { packageName: "nativescript-vue", verifiedVersion: "2.3.0-rc.1" },
68
{ packageName: "nativescript-permissions", verifiedVersion: "1.3.0" },
69
{ packageName: "nativescript-cardview", verifiedVersion: "3.2.0" },
70
{
0 commit comments