Skip to content

Commit d9a965f

Browse files
authored
Merge pull request #57 from NativeScript/hristova/update-to-6.2
chore: update to 6.2
2 parents a339515 + 79cca18 commit d9a965f

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

demo-angular/package.json

Lines changed: 5 additions & 5 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": "6.1.0"
5+
"version": "6.2.0"
66
},
77
"tns-ios": {
8-
"version": "6.1.0"
8+
"version": "6.2.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo NG",
@@ -26,7 +26,7 @@
2626
"@angular/platform-browser": "~8.2.0",
2727
"@angular/platform-browser-dynamic": "~8.2.0",
2828
"@angular/router": "~8.2.0",
29-
"nativescript-angular": "~8.2.0",
29+
"nativescript-angular": "~8.20.0",
3030
"nativescript-datetimepicker": "file:../src",
3131
"nativescript-theme-core": "~1.0.4",
3232
"reflect-metadata": "~0.1.10",
@@ -38,9 +38,9 @@
3838
"@angular/compiler-cli": "~8.2.0",
3939
"@ngtools/webpack": "~8.2.0",
4040
"@types/node": "~10.12.18",
41-
"nativescript-dev-webpack": "^1.0.0",
41+
"nativescript-dev-webpack": "^1.3.0",
4242
"tslint": "~5.11.0",
4343
"typescript": "~3.5.3"
4444
},
4545
"readme": "NativeScript DateTimePicker Demo NG"
46-
}
46+
}

demo-vue/package.json

Lines changed: 4 additions & 4 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": "6.1.0"
5+
"version": "6.2.0"
66
},
77
"tns-ios": {
8-
"version": "6.1.0"
8+
"version": "6.2.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Vue",
@@ -21,11 +21,11 @@
2121
"@babel/core": "~7.2.0",
2222
"@babel/preset-env": "~7.2.0",
2323
"babel-loader": "~8.0.0",
24-
"nativescript-dev-webpack": "^1.0.0",
24+
"nativescript-dev-webpack": "^1.3.0",
2525
"nativescript-vue-template-compiler": "~2.4.0",
2626
"node-sass": "~4.12.0",
2727
"vue-loader": "~15.4.0",
28-
"typescript": "~3.4.5"
28+
"typescript": "~3.5.3"
2929
},
3030
"readme": "NativeScript DateTimePicker Demo Vue"
3131
}

demo/package.json

Lines changed: 4 additions & 4 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": "6.1.0"
5+
"version": "6.2.0"
66
},
77
"tns-ios": {
8-
"version": "6.1.0"
8+
"version": "6.2.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Core",
@@ -21,9 +21,9 @@
2121
"tns-core-modules": "^6.0.0"
2222
},
2323
"devDependencies": {
24-
"nativescript-dev-webpack": "^1.0.0",
24+
"nativescript-dev-webpack": "^1.3.0",
2525
"tslint": "~5.11.0",
26-
"typescript": "~3.4.5"
26+
"typescript": "~3.5.3"
2727
},
2828
"readme": "NativeScript DateTimePicker Demo Core"
2929
}

src/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,24 @@
5555
"homepage": "https://github.com/NativeScript/nativescript-datetimepicker",
5656
"readmeFilename": "README.md",
5757
"devDependencies": {
58-
"@angular/common": "~8.0.0",
59-
"@angular/compiler": "~8.0.0",
60-
"@angular/compiler-cli": "~8.0.0",
61-
"@angular/core": "~8.0.0",
62-
"@angular/forms": "~8.0.0",
63-
"@angular/platform-browser": "~8.0.0",
64-
"@angular/platform-browser-dynamic": "~8.0.0",
65-
"@angular/router": "~8.0.0",
66-
"nativescript-angular": "~8.0.0",
67-
"nativescript-vue": "~2.2.0",
58+
"@angular/common": "~8.2.0",
59+
"@angular/compiler": "~8.2.0",
60+
"@angular/compiler-cli": "~8.2.0",
61+
"@angular/core": "~8.2.0",
62+
"@angular/forms": "~8.2.0",
63+
"@angular/platform-browser": "~8.2.0",
64+
"@angular/platform-browser-dynamic": "~8.2.0",
65+
"@angular/router": "~8.2.0",
66+
"nativescript-angular": "~8.20.0",
67+
"nativescript-vue": "~2.4.0",
6868
"prompt": "^1.0.0",
6969
"rimraf": "^2.6.2",
7070
"rxjs": "^6.3.3",
7171
"semver": "^5.6.0",
72-
"tns-core-modules": "^5.0.0",
73-
"tns-platform-declarations": "^5.0.0",
72+
"tns-core-modules": "^6.0.0",
73+
"tns-platform-declarations": "^6.0.0",
7474
"tslint": "^5.11.0",
75-
"typescript": "~3.4.5",
75+
"typescript": "~3.5.3",
7676
"zone.js": "^0.8.4"
7777
},
7878
"dependencies": {},

0 commit comments

Comments
 (0)