Skip to content

Commit 3bd18d8

Browse files
author
Elena Hristova
committed
chore: update dependencies for 5.3
1 parent 5a94659 commit 3bd18d8

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

demo-angular/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.demong",
44
"tns-android": {
5-
"version": "5.2.0"
5+
"version": "5.3.0"
66
},
77
"tns-ios": {
8-
"version": "5.2.0"
8+
"version": "5.3.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo NG",
@@ -27,18 +27,18 @@
2727
"@angular/platform-browser": "~7.2.0",
2828
"@angular/platform-browser-dynamic": "~7.2.0",
2929
"@angular/router": "~7.2.0",
30-
"nativescript-angular": "~7.2.1",
30+
"nativescript-angular": "~7.2.0",
3131
"nativescript-datetimepicker": "file:../src",
3232
"nativescript-theme-core": "~1.0.4",
3333
"reflect-metadata": "~0.1.10",
3434
"rxjs": "~6.4.0",
35-
"tns-core-modules": "~5.2.0",
35+
"tns-core-modules": "^5.0.0",
3636
"zone.js": "~0.8.18"
3737
},
3838
"devDependencies": {
3939
"@nativescript/schematics": "~0.5.0",
40-
"nativescript-dev-typescript": "~0.8.0",
41-
"nativescript-dev-webpack": "~0.20.0",
40+
"nativescript-dev-typescript": "~0.9.0",
41+
"nativescript-dev-webpack": "~0.21.0",
4242
"@angular/compiler-cli": "~7.2.0",
4343
"@ngtools/webpack": "~7.2.0",
4444
"@types/chai": "~4.1.7",

demo-vue/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.demovue",
44
"tns-android": {
5-
"version": "5.2.0"
5+
"version": "5.3.0"
66
},
77
"tns-ios": {
8-
"version": "5.2.0"
8+
"version": "5.3.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Vue",
@@ -15,14 +15,14 @@
1515
"nativescript-datetimepicker": "file:../src",
1616
"nativescript-theme-core": "~1.0.4",
1717
"nativescript-vue": "~2.0.0",
18-
"tns-core-modules": "~5.2.0"
18+
"tns-core-modules": "^5.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.8.0",
25-
"nativescript-dev-webpack": "~0.20.0",
24+
"nativescript-dev-typescript": "~0.9.0",
25+
"nativescript-dev-webpack": "~0.21.0",
2626
"nativescript-vue-template-compiler": "~2.0.2",
2727
"node-sass": "~4.9.0",
2828
"vue-loader": "~15.4.0"

demo/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.demo",
44
"tns-android": {
5-
"version": "5.2.0"
5+
"version": "5.3.0"
66
},
77
"tns-ios": {
8-
"version": "5.2.0"
8+
"version": "5.3.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Core",
@@ -18,11 +18,11 @@
1818
"dependencies": {
1919
"nativescript-datetimepicker": "file:../src",
2020
"nativescript-theme-core": "~1.0.4",
21-
"tns-core-modules": "~5.2.0"
21+
"tns-core-modules": "^5.0.0"
2222
},
2323
"devDependencies": {
24-
"nativescript-dev-typescript": "~0.8.0",
25-
"nativescript-dev-webpack": "~0.20.0",
24+
"nativescript-dev-typescript": "~0.9.0",
25+
"nativescript-dev-webpack": "~0.21.0",
2626
"tslint": "~5.11.0"
2727
},
2828
"readme": "NativeScript DateTimePicker Demo Core"

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
"homepage": "https://github.com/NativeScript/nativescript-datetimepicker",
5656
"readmeFilename": "README.md",
5757
"devDependencies": {
58-
"tns-core-modules": "^5.2.0",
59-
"tns-platform-declarations": "^5.2.0",
58+
"tns-core-modules": "^5.0.0",
59+
"tns-platform-declarations": "^5.0.0",
6060
"typescript": "~3.1.6",
6161
"prompt": "^1.0.0",
6262
"rimraf": "^2.6.2",
6363
"tslint": "^5.11.0",
6464
"semver": "^5.6.0",
65-
"nativescript-angular": "~7.2.1",
65+
"nativescript-angular": "~7.2.0",
6666
"@angular/core": "~7.2.0",
6767
"@angular/common": "~7.2.0",
6868
"@angular/compiler": "~7.2.0",

0 commit comments

Comments
 (0)