|
6 | 6 | "nativescript": { |
7 | 7 | "id": "org.nativescript.demoangular", |
8 | 8 | "tns-ios": { |
9 | | - "version": "6.1.0" |
| 9 | + "version": "6.2.0" |
10 | 10 | }, |
11 | 11 | "tns-android": { |
12 | | - "version": "6.1.0" |
| 12 | + "version": "6.2.0" |
13 | 13 | } |
14 | 14 | }, |
15 | 15 | "dependencies": { |
|
21 | 21 | "@angular/platform-browser": "~8.2.0", |
22 | 22 | "@angular/platform-browser-dynamic": "~8.2.0", |
23 | 23 | "@angular/router": "~8.2.0", |
24 | | - "nativescript-angular": "~8.2.0", |
| 24 | + "nativescript-angular": "~8.20.0", |
25 | 25 | "nativescript-theme-core": "~1.0.4", |
26 | 26 | "nativescript-ui-gauge": "*", |
27 | 27 | "reflect-metadata": "~0.1.10", |
28 | 28 | "rxjs": "^6.4.0", |
29 | | - "tns-core-modules": "^6.0.0", |
| 29 | + "tns-core-modules": "^6.2.0", |
30 | 30 | "zone.js": "^0.9.1" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
|
35 | 35 | "@types/chai": "~4.1.3", |
36 | 36 | "@types/mocha": "~5.2.1", |
37 | 37 | "@types/node": "^7.0.5", |
| 38 | + "chai": "~4.2.0", |
38 | 39 | "codelyzer": "^4.5.0", |
39 | 40 | "filewalker": "0.1.3", |
40 | 41 | "karma": "^1.6.0", |
|
44 | 45 | "markdown-snippet-injector": "^0.2.4", |
45 | 46 | "mocha": "5.2.0", |
46 | 47 | "mocha-junit-reporter": "^1.18.0", |
47 | | - "mocha-multi": "1.1.0", |
| 48 | + "mocha-multi-reporters": "^1.1.0", |
48 | 49 | "mochawesome": "^3.1.1", |
49 | 50 | "nativescript-css-loader": "~0.26.0", |
50 | | - "nativescript-dev-appium": "~6.0.0", |
51 | | - "nativescript-dev-webpack": "^1.0.0", |
52 | | - "tns-platform-declarations": "^6.1.0", |
| 51 | + "nativescript-dev-appium": "^6.0.0", |
| 52 | + "nativescript-dev-webpack": "^1.3.0", |
| 53 | + "tns-platform-declarations": "^6.2.0", |
53 | 54 | "tslint": "~5.11.0", |
54 | 55 | "typescript": "~3.5.3" |
55 | 56 | } |
|
0 commit comments