diff --git a/apps/automated/package.json b/apps/automated/package.json index dbec953e9..2c270a37f 100644 --- a/apps/automated/package.json +++ b/apps/automated/package.json @@ -14,10 +14,10 @@ "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" }, "devDependencies": { - "@nativescript/android": "7.0.1", - "@nativescript/ios": "7.2.0", + "@nativescript/android": "8.1.1", + "@nativescript/ios": "8.1.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "4.1.4" + "typescript": "4.3.5" }, "gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3", "readme": "NativeScript Application" diff --git a/apps/toolbox/package.json b/apps/toolbox/package.json index d329073ad..f265e7dfa 100644 --- a/apps/toolbox/package.json +++ b/apps/toolbox/package.json @@ -11,9 +11,9 @@ "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" }, "devDependencies": { - "@nativescript/android": "7.0.1", - "@nativescript/ios": "7.2.0", + "@nativescript/android": "8.1.1", + "@nativescript/ios": "8.1.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "4.1.4" + "typescript": "4.3.5" } } diff --git a/apps/ui/package.json b/apps/ui/package.json index 05c1ee9ba..07ed191df 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -11,10 +11,10 @@ "@nativescript/core": "file:../../packages/core" }, "devDependencies": { - "@nativescript/android": "7.0.1", - "@nativescript/ios": "7.2.0", + "@nativescript/android": "8.1.1", + "@nativescript/ios": "8.1.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "4.1.4" + "typescript": "4.3.5" }, "gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4", "readme": "NativeScript Application",