Skip to content

Commit e85a42b

Browse files
authored
Merge pull request #2 from NativeScript/tgpetrov/update-deps-5.2
chore: update deps with NS 5.2
2 parents 653ccd1 + f28df35 commit e85a42b

File tree

4 files changed

+50
-40
lines changed

4 files changed

+50
-40
lines changed

demo-angular/package.json

Lines changed: 18 additions & 18 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.1.0"
5+
"version": "5.2.0"
66
},
77
"tns-ios": {
8-
"version": "5.1.0"
8+
"version": "5.2.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo NG",
@@ -16,29 +16,29 @@
1616
"build.plugin": "cd ../src && npm run build"
1717
},
1818
"dependencies": {
19-
"@angular/animations": "~7.1.0",
20-
"@angular/common": "~7.1.0",
21-
"@angular/compiler": "~7.1.0",
22-
"@angular/core": "~7.1.0",
23-
"@angular/forms": "~7.1.0",
24-
"@angular/http": "~7.1.0",
25-
"@angular/platform-browser": "~7.1.0",
26-
"@angular/platform-browser-dynamic": "~7.1.0",
27-
"@angular/router": "~7.1.0",
28-
"nativescript-angular": "~7.1.0",
19+
"@angular/animations": "~7.2.0",
20+
"@angular/common": "~7.2.0",
21+
"@angular/compiler": "~7.2.0",
22+
"@angular/core": "~7.2.0",
23+
"@angular/forms": "~7.2.0",
24+
"@angular/http": "~7.2.0",
25+
"@angular/platform-browser": "~7.2.0",
26+
"@angular/platform-browser-dynamic": "~7.2.0",
27+
"@angular/router": "~7.2.0",
28+
"nativescript-angular": "~7.2.1",
2929
"nativescript-datetimepicker": "file:../src",
3030
"nativescript-theme-core": "~1.0.4",
3131
"reflect-metadata": "~0.1.10",
32-
"rxjs": "~6.3.0",
33-
"tns-core-modules": "~5.1.0",
32+
"rxjs": "~6.4.0",
33+
"tns-core-modules": "~5.2.0",
3434
"zone.js": "~0.8.18"
3535
},
3636
"devDependencies": {
3737
"@nativescript/schematics": "~0.5.0",
38-
"nativescript-dev-typescript": "~0.7.0",
39-
"nativescript-dev-webpack": "~0.19.0",
40-
"@angular/compiler-cli": "~7.1.0",
41-
"@ngtools/webpack": "~7.1.0",
38+
"nativescript-dev-typescript": "~0.8.0",
39+
"nativescript-dev-webpack": "~0.20.0",
40+
"@angular/compiler-cli": "~7.2.0",
41+
"@ngtools/webpack": "~7.2.0",
4242
"tslint": "~5.11.0"
4343
},
4444
"readme": "NativeScript DateTimePicker Demo NG"

demo-vue/package.json

Lines changed: 8 additions & 8 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.1.0"
5+
"version": "5.2.0"
66
},
77
"tns-ios": {
8-
"version": "5.1.0"
8+
"version": "5.2.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Vue",
@@ -15,15 +15,15 @@
1515
"nativescript-datetimepicker": "file:../src",
1616
"nativescript-theme-core": "~1.0.4",
1717
"nativescript-vue": "~2.0.0",
18-
"tns-core-modules": "~5.1.0"
18+
"tns-core-modules": "~5.2.0"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "~7.1.0",
22-
"@babel/preset-env": "~7.1.0",
21+
"@babel/core": "~7.2.0",
22+
"@babel/preset-env": "~7.2.0",
2323
"babel-loader": "~8.0.0",
24-
"nativescript-dev-typescript": "~0.7.0",
25-
"nativescript-dev-webpack": "~0.19.0",
26-
"nativescript-vue-template-compiler": "~2.0.0",
24+
"nativescript-dev-typescript": "~0.8.0",
25+
"nativescript-dev-webpack": "~0.20.0",
26+
"nativescript-vue-template-compiler": "~2.0.2",
2727
"node-sass": "~4.9.0",
2828
"vue-loader": "~15.4.0"
2929
},

demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"nativescript": {
33
"id": "org.nativescript.datetimepicker.demo",
44
"tns-android": {
5-
"version": "5.1.0"
5+
"version": "5.2.0"
66
},
77
"tns-ios": {
8-
"version": "5.1.0"
8+
"version": "5.2.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Core",
12-
"license": "SEE LICENSE IN LINCENSE",
12+
"license": "SEE LICENSE IN LICENSE",
1313
"repository": "https://github.com/NativeScript/nativescript-datetimepicker",
1414
"scripts": {
1515
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts'",
@@ -18,11 +18,11 @@
1818
"dependencies": {
1919
"nativescript-datetimepicker": "file:../src",
2020
"nativescript-theme-core": "~1.0.4",
21-
"tns-core-modules": "~5.1.0"
21+
"tns-core-modules": "~5.2.0"
2222
},
2323
"devDependencies": {
24-
"nativescript-dev-typescript": "~0.7.0",
25-
"nativescript-dev-webpack": "~0.19.0",
24+
"nativescript-dev-typescript": "~0.8.0",
25+
"nativescript-dev-webpack": "~0.20.0",
2626
"tslint": "~5.11.0"
2727
},
2828
"readme": "NativeScript DateTimePicker Demo Core"

src/package.json

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,33 @@
4848
"bugs": {
4949
"url": "https://github.com/NativeScript/nativescript-datetimepicker/issues"
5050
},
51+
"repository": {
52+
"type": "git",
53+
"url": "git://github.com/NativeScript/nativescript-datetimepicker.git"
54+
},
5155
"license": "Apache-2.0",
5256
"homepage": "https://github.com/NativeScript/nativescript-datetimepicker",
5357
"readmeFilename": "README.md",
5458
"devDependencies": {
55-
"tns-core-modules": "^5.1.0",
56-
"tns-platform-declarations": "^5.1.0",
59+
"tns-core-modules": "^5.2.0",
60+
"tns-platform-declarations": "^5.2.0",
5761
"typescript": "~3.1.6",
5862
"prompt": "^1.0.0",
5963
"rimraf": "^2.6.2",
6064
"tslint": "^5.11.0",
6165
"semver": "^5.6.0",
62-
"nativescript-angular": "~7.1.0",
63-
"@angular/core": "~7.1.0",
64-
"@angular/common": "~7.1.0",
65-
"@angular/compiler": "~7.1.0",
66-
"@angular/compiler-cli": "~7.1.0",
67-
"@angular/forms": "~7.1.0",
66+
"nativescript-angular": "~7.2.1",
67+
"@angular/core": "~7.2.0",
68+
"@angular/common": "~7.2.0",
69+
"@angular/compiler": "~7.2.0",
70+
"@angular/compiler-cli": "~7.2.0",
71+
"@angular/forms": "~7.2.0",
72+
"@angular/http": "~7.2.0",
73+
"@angular/platform-browser": "~7.2.0",
74+
"@angular/platform-browser-dynamic": "~7.2.0",
75+
"@angular/router": "~7.2.0",
76+
"rxjs": "~6.4.0",
77+
"zone.js": "~0.8.26",
6878
"nativescript-vue": "~2.0.0"
6979
},
7080
"dependencies": {},

0 commit comments

Comments
 (0)