diff --git a/apps/automated/package.json b/apps/automated/package.json index 414312b7d..b4db4a536 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": "8.1.1", - "@nativescript/ios": "8.1.0", + "@nativescript/android": "alpha", + "@nativescript/ios": "alpha", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "4.3.5" + "typescript": "4.5.4" }, "gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3", "readme": "NativeScript Application" diff --git a/apps/toolbox/package.json b/apps/toolbox/package.json index 778084d24..5854202d0 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": "8.1.1", - "@nativescript/ios": "8.1.0", + "@nativescript/android": "alpha", + "@nativescript/ios": "alpha", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "4.3.5" + "typescript": "4.5.4" } } diff --git a/apps/ui/package.json b/apps/ui/package.json index 4ea1009e3..87c29d5ca 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -11,10 +11,10 @@ "@nativescript/core": "file:../../packages/core" }, "devDependencies": { - "@nativescript/android": "8.1.1", - "@nativescript/ios": "8.1.0", + "@nativescript/android": "alpha", + "@nativescript/ios": "alpha", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "4.3.5" + "typescript": "4.5.4" }, "gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4", "readme": "NativeScript Application", diff --git a/package.json b/package.json index d26207c7a..83687f1a3 100644 --- a/package.json +++ b/package.json @@ -23,13 +23,13 @@ "@nativescript/eslint-plugin": "~0.0.4", "@nativescript/hook": "^2.0.0", "@nativescript/nx": "~2.0.8", - "@nrwl/cli": "13.3.12", - "@nrwl/eslint-plugin-nx": "13.3.12", - "@nrwl/jest": "13.3.12", - "@nrwl/node": "13.3.12", - "@nrwl/tao": "13.3.12", - "@nrwl/workspace": "13.3.12", - "@nstudio/focus": "~13.0.1", + "@nrwl/cli": "13.4.1", + "@nrwl/eslint-plugin-nx": "13.4.1", + "@nrwl/jest": "13.4.1", + "@nrwl/node": "13.4.1", + "@nrwl/tao": "13.4.1", + "@nrwl/workspace": "13.4.1", + "@nstudio/focus": "^13.4.1", "@nstudio/nps-i": "~1.1.0", "@prettier/plugin-xml": "^0.13.1", "@types/chai": "^4.2.11", @@ -60,7 +60,7 @@ "parserlib": "^1.1.1", "prettier": "2.5.1", "reduce-css-calc": "~2.1.7", - "sass": "~1.32.8", + "sass": "^1.45.2", "shady-css-parser": "^0.1.0", "terser-webpack-plugin": "~3.0.6", "tree-kill": "^1.2.2", @@ -69,7 +69,7 @@ "ts-patch": "^1.3.0", "tslint": "6.1.3", "typedoc": "^0.20.14", - "typescript": "4.3.5", + "typescript": "4.5.4", "webpack": "~4.44.1", "webpack-cli": "~3.3.12", "zx": "^4.2.0" diff --git a/packages/webpack/package.json b/packages/webpack/package.json index b8697e184..029df9045 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -99,6 +99,6 @@ "nyc": "^15.1.0", "proxyquire": "~2.1.0", "source-map-support": "^0.5.13", - "typescript": "4.1.4" + "typescript": "4.5.4" } } diff --git a/packages/webpack5/package.json b/packages/webpack5/package.json index 565c50ff0..210e9a290 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.4.2" + "typescript": "4.5.4" }, "peerDependencies": { "nativescript-vue-template-compiler": "^2.8.1"