chore: update runtime versions in demo apps (#9599)

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
This commit is contained in:
Janos Hrubos
2021-10-06 17:49:30 +02:00
committed by GitHub
parent 77d2533798
commit 6374c47013
3 changed files with 9 additions and 9 deletions

View File

@ -14,10 +14,10 @@
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
}, },
"devDependencies": { "devDependencies": {
"@nativescript/android": "7.0.1", "@nativescript/android": "8.1.1",
"@nativescript/ios": "7.2.0", "@nativescript/ios": "8.1.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "4.1.4" "typescript": "4.3.5"
}, },
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3", "gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
"readme": "NativeScript Application" "readme": "NativeScript Application"

View File

@ -11,9 +11,9 @@
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
}, },
"devDependencies": { "devDependencies": {
"@nativescript/android": "7.0.1", "@nativescript/android": "8.1.1",
"@nativescript/ios": "7.2.0", "@nativescript/ios": "8.1.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "4.1.4" "typescript": "4.3.5"
} }
} }

View File

@ -11,10 +11,10 @@
"@nativescript/core": "file:../../packages/core" "@nativescript/core": "file:../../packages/core"
}, },
"devDependencies": { "devDependencies": {
"@nativescript/android": "7.0.1", "@nativescript/android": "8.1.1",
"@nativescript/ios": "7.2.0", "@nativescript/ios": "8.1.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "4.1.4" "typescript": "4.3.5"
}, },
"gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4", "gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4",
"readme": "NativeScript Application", "readme": "NativeScript Application",