Skip to content

Commit 5ba8d13

Browse files
committed
chore: bump migration dependencies
1 parent e2440c1 commit 5ba8d13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/controllers/migrate-controller.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export class MigrateController
114114
{
115115
packageName: "@nativescript/core",
116116
minVersion: "6.5.0",
117-
desiredVersion: "~8.1.0",
117+
desiredVersion: "~8.1.1",
118118
shouldAddIfMissing: true,
119119
},
120120
{
@@ -183,7 +183,7 @@ export class MigrateController
183183
{
184184
packageName: "@nativescript/angular",
185185
minVersion: "10.0.0",
186-
desiredVersion: "~12.2.0",
186+
desiredVersion: "^12.2.0",
187187
async shouldMigrateAction(
188188
dependency: IMigrationDependency,
189189
projectData: IProjectData,
@@ -292,7 +292,7 @@ export class MigrateController
292292
{
293293
packageName: "@nativescript/android",
294294
minVersion: "7.0.0",
295-
desiredVersion: "~8.1.0",
295+
desiredVersion: "~8.1.1",
296296
isDev: true,
297297
},
298298
];
@@ -1210,7 +1210,7 @@ export class MigrateController
12101210

12111211
private async migrateNativeScriptAngular(): Promise<IMigrationDependency[]> {
12121212
const minVersion = "10.0.0";
1213-
const desiredVersion = "~12.2.5";
1213+
const desiredVersion = "^12.2.5";
12141214

12151215
const dependencies: IMigrationDependency[] = [
12161216
{

0 commit comments

Comments
 (0)