Skip to content

Commit 44ab303

Browse files
Merge pull request #37 from NativeScript/hristova/update-demos-to-6.0
chore: update demos to 6.0
2 parents cb4b41f + 7d6cb56 commit 44ab303

File tree

4 files changed

+23
-24
lines changed

4 files changed

+23
-24
lines changed

demo-angular/nsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"appResourcesPath": "App_Resources",
33
"appPath": "src"
4-
}
4+
}

demo-angular/package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.datetimepicker.demong",
44
"tns-android": {
5-
"version": "5.4.0"
5+
"version": "6.0.0"
66
},
77
"tns-ios": {
8-
"version": "5.4.0"
8+
"version": "6.0.1"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo NG",
@@ -32,8 +32,7 @@
3232
"nativescript-theme-core": "~1.0.4",
3333
"reflect-metadata": "~0.1.10",
3434
"rxjs": "^6.3.3",
35-
"tns-core-modules": "^5.0.0",
36-
"typescript": "~3.4.5",
35+
"tns-core-modules": "^6.0.0",
3736
"zone.js": "^0.8.4"
3837
},
3938
"devDependencies": {
@@ -47,9 +46,9 @@
4746
"mocha-multi": "~1.0.1",
4847
"mochawesome": "~3.1.1",
4948
"nativescript-dev-appium": "~5.2.0",
50-
"nativescript-dev-typescript": "~0.10.0",
51-
"nativescript-dev-webpack": "~0.24.0",
52-
"tslint": "~5.11.0"
49+
"nativescript-dev-webpack": "~1.0.1",
50+
"tslint": "~5.11.0",
51+
"typescript": "~3.4.5"
5352
},
5453
"readme": "NativeScript DateTimePicker Demo NG"
55-
}
54+
}

demo-vue/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.datetimepicker.demovue",
44
"tns-android": {
5-
"version": "5.4.0"
5+
"version": "6.0.0"
66
},
77
"tns-ios": {
8-
"version": "5.4.0"
8+
"version": "6.0.1"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Vue",
@@ -14,18 +14,18 @@
1414
"dependencies": {
1515
"nativescript-datetimepicker": "file:../src",
1616
"nativescript-theme-core": "~1.0.4",
17-
"nativescript-vue": "~2.2.0",
18-
"tns-core-modules": "^5.0.0"
17+
"nativescript-vue": "~2.3.0",
18+
"tns-core-modules": "^6.0.0"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "~7.2.0",
2222
"@babel/preset-env": "~7.2.0",
2323
"babel-loader": "~8.0.0",
24-
"nativescript-dev-typescript": "~0.10.0",
25-
"nativescript-dev-webpack": "~0.24.0",
26-
"nativescript-vue-template-compiler": "~2.2.0",
27-
"node-sass": "~4.9.0",
28-
"vue-loader": "~15.4.0"
24+
"nativescript-dev-webpack": "~1.0.1",
25+
"nativescript-vue-template-compiler": "~2.3.0",
26+
"node-sass": "~4.12.0",
27+
"vue-loader": "~15.4.0",
28+
"typescript": "~3.4.5"
2929
},
3030
"readme": "NativeScript DateTimePicker Demo Vue"
3131
}

demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.datetimepicker.demo",
44
"tns-android": {
5-
"version": "5.4.0"
5+
"version": "6.0.0"
66
},
77
"tns-ios": {
8-
"version": "5.4.0"
8+
"version": "6.0.1"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Core",
@@ -18,12 +18,12 @@
1818
"dependencies": {
1919
"nativescript-datetimepicker": "file:../src",
2020
"nativescript-theme-core": "~1.0.4",
21-
"tns-core-modules": "^5.0.0"
21+
"tns-core-modules": "^6.0.0"
2222
},
2323
"devDependencies": {
24-
"nativescript-dev-typescript": "~0.10.0",
25-
"nativescript-dev-webpack": "~0.24.0",
26-
"tslint": "~5.11.0"
24+
"nativescript-dev-webpack": "~1.0.1",
25+
"tslint": "~5.11.0",
26+
"typescript": "~3.4.5"
2727
},
2828
"readme": "NativeScript DateTimePicker Demo Core"
2929
}

0 commit comments

Comments
 (0)