Skip to content

Commit 4efdc9c

Browse files
committed
chore: updates 4 demo-vue
1 parent a0e2c36 commit 4efdc9c

File tree

3 files changed

+27
-19
lines changed

3 files changed

+27
-19
lines changed

demo-vue/.migration_backup/app/package.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

demo-vue/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"repository": "<fill-your-repository-here>",
55
"dependencies": {
66
"@nativescript-community/ui-lottie": "link:../plugin",
7-
"@nativescript/core": "~8.3.3",
7+
"@nativescript/core": "~8.4.0",
88
"nativescript-vue": "~2.9.3"
99
},
1010
"devDependencies": {
11-
"@nativescript/android": "8.3.1",
12-
"@nativescript/ios": "8.3.3",
13-
"@nativescript/webpack": "5.0.8",
11+
"@nativescript/android": "~8.4.0",
12+
"@nativescript/ios": "~8.4.0",
13+
"@nativescript/webpack": "~5.0.12",
1414
"nativescript-vue-template-compiler": "~2.9.3",
15-
"typescript": "~4.7.4",
15+
"typescript": "~4.8.4",
1616
"vue": "2.6.14"
1717
},
1818
"scripts": {
@@ -22,4 +22,4 @@
2222
"gitHead": "59b6da006346fedb5bb201fcc9cd7d204a69a82f",
2323
"readme": "NativeScript Application",
2424
"main": "app/app"
25-
}
25+
}

demo-vue/tsconfig.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,28 @@
2020
"noFallthroughCasesInSwitch": true,
2121
"allowSyntheticDefaultImports": true,
2222
"resolveJsonModule": true,
23-
"lib": ["esnext", "es2017", "dom"],
23+
"lib": [
24+
"esnext",
25+
"es2017",
26+
"dom"
27+
],
2428
"baseUrl": ".",
25-
"types": ["node", "vue"],
29+
"types": [
30+
"node",
31+
"vue"
32+
],
2633
"paths": {
27-
"~/*": ["app/*"]
34+
"~/*": [
35+
"app/*"
36+
]
2837
}
2938
},
30-
"include": ["app/**/*"],
31-
"exclude": ["node_modules", "platforms", "**/angular"]
32-
}
39+
"include": [
40+
"app/**/*"
41+
],
42+
"exclude": [
43+
"node_modules",
44+
"platforms",
45+
"**/angular"
46+
]
47+
}

0 commit comments

Comments
 (0)