Skip to content

Commit ffdacff

Browse files
author
Elena Hristova
committed
chore: update dependencies for 6.1
1 parent c12c276 commit ffdacff

File tree

4 files changed

+26
-28
lines changed

4 files changed

+26
-28
lines changed

demo-angular/package.json

+18-19
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.0.0"
5+
"version": "6.1.0"
66
},
77
"tns-ios": {
8-
"version": "6.0.1"
8+
"version": "6.1.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo NG",
@@ -18,30 +18,29 @@
1818
"e2e-watch": "tsc -p e2e --watch"
1919
},
2020
"dependencies": {
21-
"@angular/animations": "~8.0.0",
22-
"@angular/common": "~8.0.0",
23-
"@angular/compiler": "~8.0.0",
24-
"@angular/core": "~8.0.0",
25-
"@angular/forms": "~8.0.0",
26-
"@angular/http": "8.0.0-beta.10",
27-
"@angular/platform-browser": "~8.0.0",
28-
"@angular/platform-browser-dynamic": "~8.0.0",
29-
"@angular/router": "~8.0.0",
30-
"nativescript-angular": "~8.0.0",
21+
"@angular/animations": "~8.2.0",
22+
"@angular/common": "~8.2.0",
23+
"@angular/compiler": "~8.2.0",
24+
"@angular/core": "~8.2.0",
25+
"@angular/forms": "~8.2.0",
26+
"@angular/platform-browser": "~8.2.0",
27+
"@angular/platform-browser-dynamic": "~8.2.0",
28+
"@angular/router": "~8.2.0",
29+
"nativescript-angular": "~8.2.0",
3130
"nativescript-datetimepicker": "file:../src",
3231
"nativescript-theme-core": "~1.0.4",
3332
"reflect-metadata": "~0.1.10",
34-
"rxjs": "^6.3.3",
33+
"rxjs": "^6.4.0",
3534
"tns-core-modules": "^6.0.0",
36-
"zone.js": "^0.8.4"
35+
"zone.js": "^0.9.1"
3736
},
3837
"devDependencies": {
39-
"@angular/compiler-cli": "~8.0.0",
40-
"@ngtools/webpack": "~8.0.0",
38+
"@angular/compiler-cli": "~8.2.0",
39+
"@ngtools/webpack": "~8.2.0",
4140
"@types/node": "~10.12.18",
42-
"nativescript-dev-webpack": "~1.0.1",
41+
"nativescript-dev-webpack": "^1.0.0",
4342
"tslint": "~5.11.0",
44-
"typescript": "~3.4.5"
43+
"typescript": "~3.5.3"
4544
},
4645
"readme": "NativeScript DateTimePicker Demo NG"
47-
}
46+
}

demo-vue/package.json

+5-5
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.0.0"
5+
"version": "6.1.0"
66
},
77
"tns-ios": {
8-
"version": "6.0.1"
8+
"version": "6.1.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Vue",
@@ -14,15 +14,15 @@
1414
"dependencies": {
1515
"nativescript-datetimepicker": "file:../src",
1616
"nativescript-theme-core": "~1.0.4",
17-
"nativescript-vue": "~2.3.0",
17+
"nativescript-vue": "~2.4.0",
1818
"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-webpack": "~1.0.1",
25-
"nativescript-vue-template-compiler": "~2.3.0",
24+
"nativescript-dev-webpack": "^1.0.0",
25+
"nativescript-vue-template-compiler": "~2.4.0",
2626
"node-sass": "~4.12.0",
2727
"vue-loader": "~15.4.0",
2828
"typescript": "~3.4.5"

demo/package.json

+3-3
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.0.0"
5+
"version": "6.1.0"
66
},
77
"tns-ios": {
8-
"version": "6.0.1"
8+
"version": "6.1.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Core",
@@ -21,7 +21,7 @@
2121
"tns-core-modules": "^6.0.0"
2222
},
2323
"devDependencies": {
24-
"nativescript-dev-webpack": "~1.0.1",
24+
"nativescript-dev-webpack": "^1.0.0",
2525
"tslint": "~5.11.0",
2626
"typescript": "~3.4.5"
2727
},

src/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"@angular/compiler-cli": "~8.0.0",
6161
"@angular/core": "~8.0.0",
6262
"@angular/forms": "~8.0.0",
63-
"@angular/http": "8.0.0-beta.10",
6463
"@angular/platform-browser": "~8.0.0",
6564
"@angular/platform-browser-dynamic": "~8.0.0",
6665
"@angular/router": "~8.0.0",

0 commit comments

Comments
 (0)