diff --git a/apps/automated/package.json b/apps/automated/package.json index b02713cb5..2018fbb82 100644 --- a/apps/automated/package.json +++ b/apps/automated/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@nativescript/android": "~8.2.1", - "@nativescript/ios": "~8.2.1", + "@nativescript/ios": "~8.3.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "typescript": "4.7.3" }, diff --git a/apps/toolbox/package.json b/apps/toolbox/package.json index 5e74b4f09..2f8cdf7d2 100644 --- a/apps/toolbox/package.json +++ b/apps/toolbox/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@nativescript/android": "~8.2.1", - "@nativescript/ios": "~8.2.1", + "@nativescript/ios": "~8.3.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "typescript": "4.7.3" } diff --git a/apps/ui/package.json b/apps/ui/package.json index cb445c716..af9656651 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@nativescript/android": "~8.2.1", - "@nativescript/ios": "~8.2.1", + "@nativescript/ios": "~8.3.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "typescript": "4.7.3" },