chore: bump demo apps to latest runtimes

This commit is contained in:
Nathan Walker
2022-03-08 14:50:20 -08:00
parent d452dc139e
commit 7668a73f97
3 changed files with 6 additions and 6 deletions

View File

@@ -14,8 +14,8 @@
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
},
"devDependencies": {
"@nativescript/android": "alpha",
"@nativescript/ios": "alpha",
"@nativescript/android": "~8.2.1",
"@nativescript/ios": "~8.2.1",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "4.5.4"
},

View File

@@ -12,8 +12,8 @@
"@nativescript/imagepicker": "^1.0.6"
},
"devDependencies": {
"@nativescript/android": "alpha",
"@nativescript/ios": "alpha",
"@nativescript/android": "~8.2.1",
"@nativescript/ios": "~8.2.1",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "4.5.4"
}

View File

@@ -11,8 +11,8 @@
"@nativescript/core": "file:../../packages/core"
},
"devDependencies": {
"@nativescript/android": "alpha",
"@nativescript/ios": "alpha",
"@nativescript/android": "~8.2.1",
"@nativescript/ios": "~8.2.1",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "4.5.4"
},