diff --git a/apps/automated/package.json b/apps/automated/package.json index 2018fbb82..fcdecff89 100644 --- a/apps/automated/package.json +++ b/apps/automated/package.json @@ -11,7 +11,7 @@ "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" }, "devDependencies": { - "@nativescript/android": "~8.2.1", + "@nativescript/android": "~8.3.0", "@nativescript/ios": "~8.3.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "typescript": "4.7.3" diff --git a/apps/toolbox/package.json b/apps/toolbox/package.json index d71d4d4c2..c55efa293 100644 --- a/apps/toolbox/package.json +++ b/apps/toolbox/package.json @@ -12,8 +12,8 @@ "@nativescript/imagepicker": "^1.0.6" }, "devDependencies": { - "@nativescript/android": "~8.2.1", - "@nativescript/ios": "~8.3.1-alpha.1", + "@nativescript/android": "~8.3.0", + "@nativescript/ios": "~8.3.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "typescript": "4.7.3" } diff --git a/apps/ui/package.json b/apps/ui/package.json index af9656651..cc657ba98 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -11,7 +11,7 @@ "@nativescript/core": "file:../../packages/core" }, "devDependencies": { - "@nativescript/android": "~8.2.1", + "@nativescript/android": "~8.3.0", "@nativescript/ios": "~8.3.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "typescript": "4.7.3" diff --git a/package.json b/package.json index 143cfefe8..126331432 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "mocha": "^8.0.1", "mocha-typescript": "^1.1.17", "module-alias": "^2.2.2", - "nativescript": "~8.2.0", + "nativescript": "~8.3.0", "nativescript-typedoc-theme": "1.1.0", "parse-css": "git+https://github.com/tabatkins/parse-css.git", "parserlib": "^1.1.1",