Skip to content

Commit 2737369

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

File tree

4 files changed

+64
-64
lines changed

4 files changed

+64
-64
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-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@angular/router": "~7.2.0",
7575
"rxjs": "~6.4.0",
7676
"zone.js": "~0.8.26",
77-
"nativescript-vue": "~2.0.0"
77+
"nativescript-vue": "~2.2.0"
7878
},
7979
"dependencies": {},
8080
"bootstrapper": "nativescript-plugin-seed"

0 commit comments

Comments
 (0)