Skip to content

chore: update 'sidedrawer' demo for nativescript-ui-sidedrawer v6.0.0 #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sidedrawer/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
11 changes: 6 additions & 5 deletions sidedrawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@
"nativescript": {
"id": "org.nativescript.demovuedrawer",
"tns-android": {
"version": "5.3.0"
"version": "5.4.0"
},
"tns-ios": {
"version": "5.3.0"
"version": "5.4.0"
}
},
"dependencies": {
"nativescript-theme-core": "~1.0.4",
"nativescript-ui-core": "*",
"nativescript-ui-sidedrawer": "*",
"nativescript-vue": "~2.2.0",
"tns-core-modules": "^5.0.0",
"tns-platform-declarations": "^5.4.0",
"tslib": "^1.9.3",
"vue": "^2.5.17",
"nativescript-ui-core": "*"
"vue": "^2.5.17"
},
"devDependencies": {
"@babel/core": "~7.1.0",
Expand All @@ -42,7 +43,7 @@
"mochawesome": "^3.1.1",
"nativescript-dev-appium": "^5.0.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.21.0",
"nativescript-dev-webpack": "~0.22.0",
"nativescript-vue-template-compiler": "~2.2.0",
"shelljs": "^0.8.2",
"vue-loader": "~15.4.2"
Expand Down
20 changes: 6 additions & 14 deletions sidedrawer/references.d.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
/// <reference path="../src/node_modules/tns-platform-declarations/ios.d.ts" />
/// <reference path="../src/node_modules/tns-platform-declarations/android.d.ts" />
/// <reference path="../src/node_modules/nativescript-ui-core/ios.d.ts" />
/// <reference path="../src/node_modules/nativescript-ui-core/android.d.ts" />
/// <reference path="../src/ios.d.ts" />
/// <reference path="../src/android.d.ts" />

// If the plugin is referenced from npm,
// the native typings should be referenced
// from the following locations:
// / <reference path="./node_modules/nativescript-ui-core/ios.d.ts" />
// / <reference path="./node_modules/nativescript-ui-core/android.d.ts" />
// / <reference path="./node_modules/nativescript-ui-listview/ios.d.ts" />
// / <reference path="./node_modules/nativescript-ui-listview/android.d.ts" />
/// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
/// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
/// <reference path="./node_modules/nativescript-ui-core/ios.d.ts" />
/// <reference path="./node_modules/nativescript-ui-core/android.d.ts" />
/// <reference path="./node_modules/nativescript-ui-listview/ios.d.ts" />
/// <reference path="./node_modules/nativescript-ui-listview/android.d.ts" />