chore: npm 7 handling improvements

This commit is contained in:
Nathan Walker
2021-04-24 10:52:42 -07:00
parent 5fd821e562
commit 4494b2fb7c
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"
}
}

View File

@@ -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",