Skip to content

Commit f985484

Browse files
author
NSBuildUser
committed
chore: update 'autocomplete' demo for nativescript-ui-autocomplete v4.0.0
1 parent e224b2c commit f985484

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

autocomplete/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

autocomplete/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@
66
"nativescript": {
77
"id": "org.nativescript.demovueautocomplete",
88
"tns-android": {
9-
"version": "5.3.0"
9+
"version": "5.4.0"
1010
},
1111
"tns-ios": {
12-
"version": "5.3.0"
12+
"version": "5.4.0"
1313
}
1414
},
1515
"dependencies": {
1616
"nativescript-theme-core": "~1.0.4",
1717
"nativescript-ui-autocomplete": "*",
18+
"nativescript-ui-core": "*",
1819
"nativescript-vue": "~2.2.0",
1920
"tns-core-modules": "^5.0.0",
21+
"tns-platform-declarations": "^5.4.0",
2022
"tslib": "^1.9.3",
21-
"vue": "^2.5.17",
22-
"nativescript-ui-core": "*"
23+
"vue": "^2.5.17"
2324
},
2425
"devDependencies": {
2526
"@babel/core": "~7.1.0",
@@ -36,9 +37,9 @@
3637
"mocha-junit-reporter": "^1.18.0",
3738
"mocha-multi": "^1.0.1",
3839
"mochawesome": "^3.1.1",
39-
"nativescript-dev-appium": "4.0.9",
40+
"nativescript-dev-appium": "5.2.0",
4041
"nativescript-dev-typescript": "~0.9.0",
41-
"nativescript-dev-webpack": "~0.21.0",
42+
"nativescript-dev-webpack": "~0.22.0",
4243
"nativescript-vue-template-compiler": "~2.2.0",
4344
"shelljs": "^0.8.2",
4445
"tslint": "^5.11.0",

autocomplete/references.d.ts

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
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" />

0 commit comments

Comments
 (0)