Skip to content

Commit 6374c47

Browse files
chore: update runtime versions in demo apps (NativeScript#9599)
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
1 parent 77d2533 commit 6374c47

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

apps/automated/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
1515
},
1616
"devDependencies": {
17-
"@nativescript/android": "7.0.1",
18-
"@nativescript/ios": "7.2.0",
17+
"@nativescript/android": "8.1.1",
18+
"@nativescript/ios": "8.1.0",
1919
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
20-
"typescript": "4.1.4"
20+
"typescript": "4.3.5"
2121
},
2222
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
2323
"readme": "NativeScript Application"

apps/toolbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
1212
},
1313
"devDependencies": {
14-
"@nativescript/android": "7.0.1",
15-
"@nativescript/ios": "7.2.0",
14+
"@nativescript/android": "8.1.1",
15+
"@nativescript/ios": "8.1.0",
1616
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
17-
"typescript": "4.1.4"
17+
"typescript": "4.3.5"
1818
}
1919
}

apps/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"@nativescript/core": "file:../../packages/core"
1212
},
1313
"devDependencies": {
14-
"@nativescript/android": "7.0.1",
15-
"@nativescript/ios": "7.2.0",
14+
"@nativescript/android": "8.1.1",
15+
"@nativescript/ios": "8.1.0",
1616
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
17-
"typescript": "4.1.4"
17+
"typescript": "4.3.5"
1818
},
1919
"gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4",
2020
"readme": "NativeScript Application",

0 commit comments

Comments
 (0)