Skip to content

Commit e224b2c

Browse files
authored
Merge pull request #58 from telerik/update-sidedrawer-demo
chore: update 'sidedrawer' demo for nativescript-ui-sidedrawer v6.0.0
2 parents 8de9482 + 691b3b9 commit e224b2c

File tree

3 files changed

+13
-19
lines changed

3 files changed

+13
-19
lines changed

sidedrawer/.npmrc

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

sidedrawer/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@
66
"nativescript": {
77
"id": "org.nativescript.demovuedrawer",
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",
17+
"nativescript-ui-core": "*",
1718
"nativescript-ui-sidedrawer": "*",
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",
@@ -42,7 +43,7 @@
4243
"mochawesome": "^3.1.1",
4344
"nativescript-dev-appium": "^5.0.0",
4445
"nativescript-dev-typescript": "~0.9.0",
45-
"nativescript-dev-webpack": "~0.21.0",
46+
"nativescript-dev-webpack": "~0.22.0",
4647
"nativescript-vue-template-compiler": "~2.2.0",
4748
"shelljs": "^0.8.2",
4849
"vue-loader": "~15.4.2"

sidedrawer/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-listview/ios.d.ts" />
14-
// / <reference path="./node_modules/nativescript-ui-listview/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-listview/ios.d.ts" />
6+
/// <reference path="./node_modules/nativescript-ui-listview/android.d.ts" />

0 commit comments

Comments
 (0)