diff --git a/apps/automated/package.json b/apps/automated/package.json index b4db4a536..a425b0cf7 100644 --- a/apps/automated/package.json +++ b/apps/automated/package.json @@ -14,8 +14,8 @@ "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" }, "devDependencies": { - "@nativescript/android": "alpha", - "@nativescript/ios": "alpha", + "@nativescript/android": "~8.2.1", + "@nativescript/ios": "~8.2.1", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "typescript": "4.5.4" }, diff --git a/apps/toolbox/package.json b/apps/toolbox/package.json index 19708a5cd..7f4b1aeb2 100644 --- a/apps/toolbox/package.json +++ b/apps/toolbox/package.json @@ -12,8 +12,8 @@ "@nativescript/imagepicker": "^1.0.6" }, "devDependencies": { - "@nativescript/android": "alpha", - "@nativescript/ios": "alpha", + "@nativescript/android": "~8.2.1", + "@nativescript/ios": "~8.2.1", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "typescript": "4.5.4" } diff --git a/apps/ui/package.json b/apps/ui/package.json index 87c29d5ca..38d53a3b5 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -11,8 +11,8 @@ "@nativescript/core": "file:../../packages/core" }, "devDependencies": { - "@nativescript/android": "alpha", - "@nativescript/ios": "alpha", + "@nativescript/android": "~8.2.1", + "@nativescript/ios": "~8.2.1", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "typescript": "4.5.4" },