From bc8f15580bb6bbfbb7c6b0e4b194f27e04a38429 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Thu, 9 Jun 2022 21:57:48 -0500 Subject: [PATCH] chore: typescript 4.7.3 --- apps/automated/package.json | 2 +- apps/toolbox/package.json | 2 +- apps/ui/package.json | 2 +- packages/webpack5/package.json | 2 +- tools/workspace-scripts.js | 2 -- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/apps/automated/package.json b/apps/automated/package.json index a425b0cf7..d9ce1ebff 100644 --- a/apps/automated/package.json +++ b/apps/automated/package.json @@ -17,7 +17,7 @@ "@nativescript/android": "~8.2.1", "@nativescript/ios": "~8.2.1", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "4.5.4" + "typescript": "4.7.3" }, "gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3", "readme": "NativeScript Application" diff --git a/apps/toolbox/package.json b/apps/toolbox/package.json index 7f4b1aeb2..5e74b4f09 100644 --- a/apps/toolbox/package.json +++ b/apps/toolbox/package.json @@ -15,6 +15,6 @@ "@nativescript/android": "~8.2.1", "@nativescript/ios": "~8.2.1", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "4.5.4" + "typescript": "4.7.3" } } diff --git a/apps/ui/package.json b/apps/ui/package.json index 38d53a3b5..d99ce1e84 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -14,7 +14,7 @@ "@nativescript/android": "~8.2.1", "@nativescript/ios": "~8.2.1", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "4.5.4" + "typescript": "4.7.3" }, "gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4", "readme": "NativeScript Application", diff --git a/packages/webpack5/package.json b/packages/webpack5/package.json index 3d7fa9b1e..d813a25eb 100644 --- a/packages/webpack5/package.json +++ b/packages/webpack5/package.json @@ -67,7 +67,7 @@ "jest-matcher-utils": "27.1.1", "nativescript-vue-template-compiler": "2.9.0", "ts-jest": "27.0.5", - "typescript": "4.5.4" + "typescript": "4.7.3" }, "peerDependencies": { "nativescript-vue-template-compiler": "^2.8.1" diff --git a/tools/workspace-scripts.js b/tools/workspace-scripts.js index 8847b4f32..bae0e8082 100644 --- a/tools/workspace-scripts.js +++ b/tools/workspace-scripts.js @@ -1,5 +1,3 @@ -const npsUtils = require('nps-utils'); - module.exports = { message: 'NativeScript ~ made with ❤️ Choose a command to start...', pageSize: 32,