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

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