Skip to content

Commit ccf34c1

Browse files
committed
test: demo app update
1 parent bb36cb9 commit ccf34c1

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Diff for: demo-vue/package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,16 @@
2929
"nativescript-vue-template-compiler": "~2.8.1"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.11.6",
33-
"@nativescript/android": "7.0.0",
34-
"@nativescript/types": "7.0.1",
35-
"@nativescript/webpack": "3.0.7",
32+
"@babel/core": "^7.12.3",
33+
"@nativescript/android": "7.0.1",
34+
"@nativescript/types": "7.0.4",
35+
"@nativescript/webpack": "3.0.8",
3636
"babel-loader": "^8.1.0",
3737
"nativescript-vue-template-compiler": "~2.8.1",
3838
"sass-loader": "^10.0.2",
3939
"scss-symbols-parser": "^2.0.1",
4040
"string-replace-loader": "^2.3.0",
41-
"tns-android": "6.5.3",
42-
"tns-ios": "6.5.3",
41+
"tns-ios":"6.5.3",
4342
"typescript": "^3.9.7",
4443
"vue": "^2.6.12",
4544
"vue-i18n": "^8.21.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources xmlns:android="http://schemas.android.com/apk/res/android">
3+
4+
<!-- <style name="MaterialAlertDialogStyle" parent="Theme.MaterialComponents.DayNight"> -->
5+
<!-- </style> -->
6+
7+
</resources>

0 commit comments

Comments
 (0)