Skip to content

Commit f33fe1e

Browse files
chore: update required deps for 6.0
Update nativescirpt-dev-webpack and ios-runtime to their latest versions. We'll require at least these versions when running the application.
1 parent d66acfd commit f33fe1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/controllers/migrate-controller.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
5454
{ packageName: "nativescript-dev-sass", isDev: true, replaceWith: "node-sass" },
5555
{ packageName: "nativescript-dev-typescript", isDev: true, replaceWith: MigrateController.typescriptPackageName },
5656
{ packageName: "nativescript-dev-less", isDev: true, shouldRemove: true, warning: "LESS CSS is not supported out of the box. In order to enable it, follow the steps in this feature request: https://github.com/NativeScript/nativescript-dev-webpack/issues/967" },
57-
{ packageName: constants.WEBPACK_PLUGIN_NAME, isDev: true, shouldAddIfMissing: true, verifiedVersion: "1.0.0" },
57+
{ packageName: constants.WEBPACK_PLUGIN_NAME, isDev: true, shouldAddIfMissing: true, verifiedVersion: "1.0.1" },
5858
{ packageName: "nativescript-camera", verifiedVersion: "4.5.0" },
5959
{ packageName: "nativescript-geolocation", verifiedVersion: "5.1.0" },
6060
{ packageName: "nativescript-imagepicker", verifiedVersion: "6.2.0" },
@@ -99,7 +99,7 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
9999
get verifiedPlatformVersions(): IDictionary<string> {
100100
return {
101101
[this.$devicePlatformsConstants.Android.toLowerCase()]: "6.0.0",
102-
[this.$devicePlatformsConstants.iOS.toLowerCase()]: "6.0.0"
102+
[this.$devicePlatformsConstants.iOS.toLowerCase()]: "6.0.1"
103103
};
104104
}
105105

0 commit comments

Comments
 (0)