From 709e10b3db57fd126ba06373a7ee740050ec0a34 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Thu, 30 Jun 2022 14:14:14 -0700 Subject: [PATCH] chore: bump apps ios runtime --- apps/automated/package.json | 2 +- apps/toolbox/package.json | 2 +- apps/ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" },