From 4494b2fb7cf5999b61f8e578a4256fbde33b9412 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sat, 24 Apr 2021 10:52:42 -0700 Subject: [PATCH] chore: npm 7 handling improvements --- 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 2d7789bdb..82765a114 100644 --- a/apps/automated/package.json +++ b/apps/automated/package.json @@ -17,7 +17,7 @@ "@nativescript/android": "7.0.1", "@nativescript/ios": "7.2.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "file:../../node_modules/typescript" + "typescript": "~4.0.0" }, "gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3", "readme": "NativeScript Application" diff --git a/apps/toolbox/package.json b/apps/toolbox/package.json index 179f3f333..6908ae7aa 100644 --- a/apps/toolbox/package.json +++ b/apps/toolbox/package.json @@ -14,6 +14,6 @@ "@nativescript/android": "7.0.1", "@nativescript/ios": "7.2.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "4.0.7" + "typescript": "~4.0.0" } } diff --git a/apps/ui/package.json b/apps/ui/package.json index a28bb6f74..36ea59cd5 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -14,7 +14,7 @@ "@nativescript/android": "7.0.1", "@nativescript/ios": "7.2.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "file:../../node_modules/typescript" + "typescript": "~4.0.0" }, "gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4", "readme": "NativeScript Application",