10000 chore: update demo dependencies and types · heywhy/nativescript-vue@950b42f · GitHub
[go: up one dir, main page]

Skip to content

Commit 950b42f

Browse files
committed
chore: update demo dependencies and types
1 parent 039a3e9 commit 950b42f

File tree

3 files changed

+2322
-2250
lines changed

3 files changed

+2322
-2250
lines changed

demo/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"@nativescript/core": "~8.3.0",
7+
"@nativescript/core": "~8.5.0",
88
"@vueuse/components": "^9.4.0",
99
"@vueuse/core": "^9.4.0"
1010
},
1111
"devDependencies": {
12-
"@nativescript/android": "8.3.1",
13-
"@nativescript/ios": "8.3.3",
14-
"@nativescript/types": "~8.3.0",
12+
"@nativescript/android": "~8.5.0",
13+
"@nativescript/ios": "~8.5.0",
14+
"@nativescript/types": "~8.5.0",
1515
"@nativescript/webpack": "~5.0.9",
1616
"@types/node": "~17.0.21",
1717
"typescript": "~4.7.0",
18+
"vue": "^3.2.47",
1819
"vue-loader": "^17.0.0"
1920
}
2021
}

demo/types/shims.vue.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
declare module "*.vue" {
2-
import type { DefineComponent } from "../../dist/withCompiler";
2+
import type { DefineComponent } from '@vue/runtime-core';
33
const component: DefineComponent<{}, {}, any>;
44
export default component;
55
}

0 commit comments

Comments
 (0)
0