File tree Expand file tree Collapse file tree 3 files changed +14
-20
lines changed Expand file tree Collapse file tree 3 files changed +14
-20
lines changed Original file line number Diff line number Diff line change
1
+ package-lock = false
Original file line number Diff line number Diff line change 6
6
"nativescript" : {
7
7
"id" : " org.nativescript.demovueautocomplete" ,
8
8
"tns-android" : {
9
- "version" : " 5.3 .0"
9
+ "version" : " 5.4 .0"
10
10
},
11
11
"tns-ios" : {
12
- "version" : " 5.3 .0"
12
+ "version" : " 5.4 .0"
13
13
}
14
14
},
15
15
"dependencies" : {
16
16
"nativescript-theme-core" : " ~1.0.4" ,
17
17
"nativescript-ui-autocomplete" : " *" ,
18
+ "nativescript-ui-core" : " *" ,
18
19
"nativescript-vue" : " ~2.2.0" ,
19
20
"tns-core-modules" : " ^5.0.0" ,
21
+ "tns-platform-declarations" : " ^5.4.0" ,
20
22
"tslib" : " ^1.9.3" ,
21
- "vue" : " ^2.5.17" ,
22
- "nativescript-ui-core" : " *"
23
+ "vue" : " ^2.5.17"
23
24
},
24
25
"devDependencies" : {
25
26
"@babel/core" : " ~7.1.0" ,
36
37
"mocha-junit-reporter" : " ^1.18.0" ,
37
38
"mocha-multi" : " ^1.0.1" ,
38
39
"mochawesome" : " ^3.1.1" ,
39
- "nativescript-dev-appium" : " 4.0.9 " ,
40
+ "nativescript-dev-appium" : " 5.2.0 " ,
40
41
"nativescript-dev-typescript" : " ~0.9.0" ,
41
- "nativescript-dev-webpack" : " ~0.21 .0" ,
42
+ "nativescript-dev-webpack" : " ~0.22 .0" ,
42
43
"nativescript-vue-template-compiler" : " ~2.2.0" ,
43
44
"shelljs" : " ^0.8.2" ,
44
45
"tslint" : " ^5.11.0" ,
Original file line number Diff line number Diff line change 1
- /// <reference path="../src/node_modules/tns-platform-declarations/ios.d.ts" />
2
- /// <reference path="../src/node_modules/tns-platform-declarations/android.d.ts" />
3
- /// <reference path="../src/node_modules/nativescript-ui-core/ios.d.ts" />
4
- /// <reference path="../src/node_modules/nativescript-ui-core/android.d.ts" />
5
- /// <reference path="../src/ios.d.ts" />
6
- /// <reference path="../src/android.d.ts" />
7
-
8
- // If the plugin is referenced from npm,
9
- // the native typings should be referenced
10
- // from the following locations:
11
- // / <reference path="./node_modules/nativescript-ui-core/ios.d.ts" />
12
- // / <reference path="./node_modules/nativescript-ui-core/android.d.ts" />
13
- // / <reference path="./node_modules/nativescript-ui-autocomplete/ios.d.ts" />
14
- // / <reference path="./node_modules/nativescript-ui-autocomplete/android.d.ts" />
1
+ /// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
2
+ /// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
3
+ /// <reference path="./node_modules/nativescript-ui-core/ios.d.ts" />
4
+ /// <reference path="./node_modules/nativescript-ui-core/android.d.ts" />
5
+ /// <reference path="./node_modules/nativescript-ui-autocomplete/ios.d.ts" />
6
+ /// <reference path="./node_modules/nativescript-ui-autocomplete/android.d.ts" />
You can’t perform that action at this time.
0 commit comments