chore: runtime latest throughout apps

This commit is contained in:
Nathan Walker
2022-07-25 21:21:17 -07:00
parent 8bd11b5f20
commit 092e74a886
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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