Skip to content

Commit 41ac4b3

Browse files
author
Elena Hristova
committed
chore: update to latest dependencies
1 parent 9aefec5 commit 41ac4b3

File tree

5 files changed

+143
-143
lines changed

5 files changed

+143
-143
lines changed

demo-angular/package.json

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
{
2-
"nativescript": {
3-
"id": "org.nativescript.datetimepicker.demong",
4-
"tns-android": {
5-
"version": "5.3.0"
6-
},
7-
"tns-ios": {
8-
"version": "5.3.0"
9-
}
2+
"nativescript": {
3+
"id": "org.nativescript.datetimepicker.demong",
4+
"tns-android": {
5+
"version": "5.4.0"
106
},
11-
"description": "NativeScript DateTimePicker Demo NG",
12-
"license": "SEE LICENSE IN LICENSE FILE",
13-
"repository": "https://github.com/NativeScript/nativescript-datetimepicker",
14-
"scripts": {
15-
"ci.tslint": "npm i && tslint --config '../tslint.json' 'src/**/*.ts'",
16-
"build.plugin": "cd ../src && npm run build",
17-
"e2e": "node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && mocha --opts ./e2e/config/mocha.opts ",
18-
"e2e-watch": "tsc -p e2e --watch"
19-
},
20-
"dependencies": {
21-
"@angular/animations": "~7.2.0",
22-
"@angular/common": "~7.2.0",
23-
"@angular/compiler": "~7.2.0",
24-
"@angular/core": "~7.2.0",
25-
"@angular/forms": "~7.2.0",
26-
"@angular/http": "~7.2.0",
27-
"@angular/platform-browser": "~7.2.0",
28-
"@angular/platform-browser-dynamic": "~7.2.0",
29-
"@angular/router": "~7.2.0",
30-
"nativescript-angular": "~7.2.0",
31-
"nativescript-datetimepicker": "file:../src",
32-
"nativescript-theme-core": "~1.0.4",
33-
"reflect-metadata": "~0.1.10",
34-
"rxjs": "~6.4.0",
35-
"tns-core-modules": "^5.0.0",
36-
"zone.js": "~0.8.18"
37-
},
38-
"devDependencies": {
39-
"@nativescript/schematics": "~0.5.0",
40-
"nativescript-dev-typescript": "~0.9.0",
41-
"nativescript-dev-webpack": "~0.21.0",
42-
"@angular/compiler-cli": "~7.2.0",
43-
"@ngtools/webpack": "~7.2.0",
44-
"@types/chai": "~4.1.7",
45-
"@types/mocha": "~5.2.5",
46-
"@types/node": "~10.12.18",
47-
"mocha": "~5.2.0",
48-
"mocha-junit-reporter": "~1.18.0",
49-
"mocha-multi": "~1.0.1",
50-
"mochawesome": "~3.1.1",
51-
"nativescript-dev-appium": "~5.0.0",
52-
"tslint": "~5.11.0"
53-
},
54-
"readme": "NativeScript DateTimePicker Demo NG"
55-
}
7+
"tns-ios": {
8+
"version": "5.4.0"
9+
}
10+
},
11+
"description": "NativeScript DateTimePicker Demo NG",
12+
"license": "SEE LICENSE IN LICENSE FILE",
13+
"repository": "https://github.com/NativeScript/nativescript-datetimepicker",
14+
"scripts": {
15+
"ci.tslint": "npm i && tslint --config '../tslint.json' 'src/**/*.ts'",
16+
"build.plugin": "cd ../src && npm run build",
17+
"e2e": "node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && mocha --opts ./e2e/config/mocha.opts ",
18+
"e2e-watch": "tsc -p e2e --watch"
19+
},
20+
"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",
31+
"nativescript-datetimepicker": "file:../src",
32+
"nativescript-theme-core": "~1.0.4",
33+
"reflect-metadata": "~0.1.10",
34+
"rxjs": "^6.3.3",
35+
"tns-core-modules": "^5.0.0",
36+
"typescript": "~3.4.5",
37+
"zone.js": "^0.8.4"
38+
},
39+
"devDependencies": {
40+
"@angular/compiler-cli": "~8.0.0",
41+
"@ngtools/webpack": "~8.0.0",
42+
"@types/chai": "~4.1.7",
43+
"@types/mocha": "~5.2.5",
44+
"@types/node": "~10.12.18",
45+
"mocha": "~5.2.0",
46+
"mocha-junit-reporter": "~1.18.0",
47+
"mocha-multi": "~1.0.1",
48+
"mochawesome": "~3.1.1",
49+
"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"
53+
},
54+
"readme": "NativeScript DateTimePicker Demo NG"
55+
}

demo-angular/src/app/home/home.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class HomeComponent implements OnInit {
2626
public customVisibility: string;
2727
private _expandedId: string;
2828

29-
@ViewChild("scrollView") scrollView: ElementRef;
29+
@ViewChild("scrollView", { static: false }) scrollView: ElementRef;
3030

3131
constructor() {
3232
// Use the component constructor to inject providers.

demo-vue/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.demovue",
44
"tns-android": {
5-
"version": "5.3.0"
5+
"version": "5.4.0"
66
},
77
"tns-ios": {
8-
"version": "5.3.0"
8+
"version": "5.4.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Vue",
@@ -14,16 +14,16 @@
1414
"dependencies": {
1515
"nativescript-datetimepicker": "file:../src",
1616
"nativescript-theme-core": "~1.0.4",
17-
"nativescript-vue": "~2.0.0",
17+
"nativescript-vue": "~2.2.0",
1818
"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.9.0",
25-
"nativescript-dev-webpack": "~0.21.0",
26-
"nativescript-vue-template-compiler": "~2.0.2",
24+
"nativescript-dev-typescript": "~0.10.0",
25+
"nativescript-dev-webpack": "~0.24.0",
26+
"nativescript-vue-template-compiler": "~2.2.0",
2727
"node-sass": "~4.9.0",
2828
"vue-loader": "~15.4.0"
2929
},

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": "5.3.0"
5+
"version": "5.4.0"
66
},
77
"tns-ios": {
8-
"version": "5.3.0"
8+
"version": "5.4.0"
99
}
1010
},
1111
"description": "NativeScript DateTimePicker Demo Core",
@@ -21,8 +21,8 @@
2121
"tns-core-modules": "^5.0.0"
2222
},
2323
"devDependencies": {
24-
"nativescript-dev-typescript": "~0.9.0",
25-
"nativescript-dev-webpack": "~0.21.0",
24+
"nativescript-dev-typescript": "~0.10.0",
25+
"nativescript-dev-webpack": "~0.24.0",
2626
"tslint": "~5.11.0"
2727
},
2828
"readme": "NativeScript DateTimePicker Demo Core"

src/package.json

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,81 @@
11
{
2-
"name": "nativescript-datetimepicker",
3-
"version": "1.2.0",
4-
"description": "A NativeScript plugin for picking date and time.",
5-
"typings": "index.d.ts",
6-
"nativescript": {
7-
"platforms": {
8-
"android": "5.0.0",
9-
"ios": "5.0.0"
10-
}
11-
},
12-
"scripts": {
13-
"tsc": "npm i && tsc",
14-
"build": "npm run tsc",
15-
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"**/platforms/**\"",
16-
"plugin.tscwatch": "npm run tsc -- -w",
17-
"demo.ios": "npm run build && cd ../demo && tns run ios --syncAllFiles --emulator",
18-
"demo.android": "npm run build && cd ../demo && tns run android --syncAllFiles --emulator",
19-
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
20-
"demo.ng.ios": "npm run build && cd ../demo-angular && tns run ios --syncAllFiles --emulator",
21-
"demo.ng.android": "npm run build && cd ../demo-angular && tns run android --syncAllFiles --emulator",
22-
"demo.ng.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json",
23-
"demo.vue.ios": "npm run build && cd ../demo-vue && tns run ios --bundle --syncAllFiles --emulator",
24-
"demo.vue.android": "npm run build && cd ../demo-vue && tns run android --bundle --syncAllFiles --emulator",
25-
"demo.vue.reset": "cd ../demo-vue && npx rimraf -- hooks node_modules platforms package-lock.json",
26-
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-datetimepicker && tns plugin add ../src",
27-
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i",
28-
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
29-
"ngc": "ngc -p tsconfig.json",
30-
"prepack": "npm i && npm run ngc",
31-
"pack": "bash ../publish/pack.sh"
32-
},
33-
"keywords": [
34-
"NativeScript",
35-
"JavaScript",
36-
"Android",
37-
"iOS",
38-
"DatePicker",
39-
"TimePicker",
40-
"Date",
41-
"Time"
42-
],
43-
"author": {
44-
"name": "NativeScript Team",
45-
"email": "[email protected]"
46-
},
47-
"bugs": {
48-
"url": "https://github.com/NativeScript/nativescript-datetimepicker/issues"
49-
},
50-
"repository": {
51-
"type": "git",
52-
"url": "git://github.com/NativeScript/nativescript-datetimepicker.git"
53-
},
54-
"license": "Apache-2.0",
55-
"homepage": "https://github.com/NativeScript/nativescript-datetimepicker",
56-
"readmeFilename": "README.md",
57-
"devDependencies": {
58-
"tns-core-modules": "^5.0.0",
59-
"tns-platform-declarations": "^5.0.0",
60-
"typescript": "~3.1.6",
61-
"prompt": "^1.0.0",
62-
"rimraf": "^2.6.2",
63-
"tslint": "^5.11.0",
64-
"semver": "^5.6.0",
65-
"nativescript-angular": "~7.2.0",
66-
"@angular/core": "~7.2.0",
67-
"@angular/common": "~7.2.0",
68-
"@angular/compiler": "~7.2.0",
69-
"@angular/compiler-cli": "~7.2.0",
70-
"@angular/forms": "~7.2.0",
71-
"@angular/http": "~7.2.0",
72-
"@angular/platform-browser": "~7.2.0",
73-
"@angular/platform-browser-dynamic": "~7.2.0",
74-
"@angular/router": "~7.2.0",
75-
"rxjs": "~6.4.0",
76-
"zone.js": "~0.8.26",
77-
"nativescript-vue": "~2.0.0"
78-
},
79-
"dependencies": {},
80-
"bootstrapper": "nativescript-plugin-seed"
2+
"name": "nativescript-datetimepicker",
3+
"version": "1.2.0",
4+
"description": "A NativeScript plugin for picking date and time.",
5+
"typings": "index.d.ts",
6+
"nativescript": {
7+
"platforms": {
8+
"android": "5.0.0",
9+
"ios": "5.0.0"
10+
}
11+
},
12+
"scripts": {
13+
"tsc": "npm i && tsc",
14+
"build": "npm run tsc",
15+
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"**/platforms/**\"",
16+
"plugin.tscwatch": "npm run tsc -- -w",
17+
"demo.ios": "npm run build && cd ../demo && tns run ios --syncAllFiles --emulator",
18+
"demo.android": "npm run build && cd ../demo && tns run android --syncAllFiles --emulator",
19+
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
20+
"demo.ng.ios": "npm run build && cd ../demo-angular && tns run ios --syncAllFiles --emulator",
21+
"demo.ng.android": "npm run build && cd ../demo-angular && tns run android --syncAllFiles --emulator",
22+
"demo.ng.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json",
23+
"demo.vue.ios": "npm run build && cd ../demo-vue && tns run ios --bundle --syncAllFiles --emulator",
24+
"demo.vue.android": "npm run build && cd ../demo-vue && tns run android --bundle --syncAllFiles --emulator",
25+
"demo.vue.reset": "cd ../demo-vue && npx rimraf -- hooks node_modules platforms package-lock.json",
26+
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-datetimepicker && tns plugin add ../src",
27+
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i",
28+
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
29+
"ngc": "ngc -p tsconfig.json",
30+
"prepack": "npm i && npm run ngc",
31+
"pack": "bash ../publish/pack.sh"
32+
},
33+
"keywords": [
34+
"NativeScript",
35+
"JavaScript",
36+
"Android",
37+
"iOS",
38+
"DatePicker",
39+
"TimePicker",
40+
"Date",
41+
"Time"
42+
],
43+
"author": {
44+
"name": "NativeScript Team",
45+
"email": "[email protected]"
46+
},
47+
"bugs": {
48+
"url": "https://github.com/NativeScript/nativescript-datetimepicker/issues"
49+
},
50+
"repository": {
51+
"type": "git",
52+
"url": "git://github.com/NativeScript/nativescript-datetimepicker.git"
53+
},
54+
"license": "Apache-2.0",
55+
"homepage": "https://github.com/NativeScript/nativescript-datetimepicker",
56+
"readmeFilename": "README.md",
57+
"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/http": "8.0.0-beta.10",
64+
"@angular/platform-browser": "~8.0.0",
65+
"@angular/platform-browser-dynamic": "~8.0.0",
66+
"@angular/router": "~8.0.0",
67+
"nativescript-angular": "~8.0.0",
68+
"nativescript-vue": "~2.2.0",
69+
"prompt": "^1.0.0",
70+
"rimraf": "^2.6.2",
71+
"rxjs": "^6.3.3",
72+
"semver": "^5.6.0",
73+
"tns-core-modules": "^5.0.0",
74+
"tns-platform-declarations": "^5.0.0",
75+
"tslint": "^5.11.0",
76+
"typescript": "~3.4.5",
77+
"zone.js": "^0.8.4"
78+
},
79+
"dependencies": {},
80+
"bootstrapper": "nativescript-plugin-seed"
8181
}

0 commit comments

Comments
 (0)