File tree Expand file tree Collapse file tree 3 files changed +2322
-2250
lines changed Expand file tree Collapse file tree 3 files changed +2322
-2250
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 1.0.0" ,
5
5
"private" : true ,
6
6
"dependencies" : {
7
- "@nativescript/core" : " ~8.3 .0" ,
7
+ "@nativescript/core" : " ~8.5 .0" ,
8
8
"@vueuse/components" : " ^9.4.0" ,
9
9
"@vueuse/core" : " ^9.4.0"
10
10
},
11
11
"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" ,
15
15
"@nativescript/webpack" : " ~5.0.9" ,
16
16
"@types/node" : " ~17.0.21" ,
17
17
"typescript" : " ~4.7.0" ,
18
+ "vue" : " ^3.2.47" ,
18
19
"vue-loader" : " ^17.0.0"
19
20
}
20
21
}
Original file line number Diff line number Diff line change 1
1
declare module "*.vue" {
2
- import type { DefineComponent } from "../../dist/withCompiler" ;
2
+ import type { DefineComponent } from '@vue/runtime-core' ;
3
3
const component : DefineComponent < { } , { } , any > ;
4
4
export default component ;
5
5
}
You can’t perform that action at this time.
0 commit comments