Skip to content

Commit

Permalink
feat(migrate): update to 8.3 (#5685)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jul 29, 2022
1 parent d49b666 commit 50de194
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/controllers/migrate-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class MigrateController
{
packageName: "@nativescript/core",
minVersion: "6.5.0",
desiredVersion: "~8.2.0",
desiredVersion: "~8.3.0",
shouldAddIfMissing: true,
},
{
Expand All @@ -125,7 +125,7 @@ export class MigrateController
{
packageName: "@nativescript/types",
minVersion: "7.0.0",
desiredVersion: "~8.2.0",
desiredVersion: "~8.3.0",
isDev: true,
},
{
Expand Down Expand Up @@ -287,13 +287,13 @@ export class MigrateController
{
packageName: "@nativescript/ios",
minVersion: "6.5.3",
desiredVersion: "~8.2.0",
desiredVersion: "~8.3.0",
isDev: true,
},
{
packageName: "@nativescript/android",
minVersion: "7.0.0",
desiredVersion: "~8.2.0",
desiredVersion: "~8.3.0",
isDev: true,
},
];
Expand Down

0 comments on commit 50de194

Please sign in to comment.