|
6 | 6 | "nativescript": { |
7 | 7 | "id": "org.nativescript.demoangular", |
8 | 8 | "tns-android": { |
9 | | - "version": "6.0.0" |
| 9 | + "version": "6.1.0" |
10 | 10 | }, |
11 | 11 | "tns-ios": { |
12 | | - "version": "6.0.1" |
| 12 | + "version": "6.1.0" |
13 | 13 | } |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@angular/animations": "~8.0.0", |
17 | | - "@angular/common": "~8.0.0", |
18 | | - "@angular/compiler": "~8.0.0", |
19 | | - "@angular/core": "~8.0.0", |
20 | | - "@angular/forms": "~8.0.0", |
21 | | - "@angular/http": "8.0.0-beta.10", |
22 | | - "@angular/platform-browser": "~8.0.0", |
23 | | - "@angular/platform-browser-dynamic": "~8.0.0", |
24 | | - "@angular/router": "~8.0.0", |
25 | | - "nativescript-angular": "~8.0.0", |
| 16 | + "@angular/animations": "~8.2.0", |
| 17 | + "@angular/common": "~8.2.0", |
| 18 | + "@angular/compiler": "~8.2.0", |
| 19 | + "@angular/core": "~8.2.0", |
| 20 | + "@angular/forms": "~8.2.0", |
| 21 | + "@angular/platform-browser": "~8.2.0", |
| 22 | + "@angular/platform-browser-dynamic": "~8.2.0", |
| 23 | + "@angular/router": "~8.2.0", |
| 24 | + "nativescript-angular": "~8.2.0", |
26 | 25 | "nativescript-theme-core": "~1.0.4", |
27 | 26 | "nativescript-ui-dataform": "*", |
28 | | - "rxjs": "^6.3.3", |
| 27 | + "rxjs": "^6.4.0", |
29 | 28 | "tns-core-modules": "^6.0.0", |
30 | | - "zone.js": "^0.8.26" |
| 29 | + "zone.js": "^0.9.1" |
31 | 30 | }, |
32 | 31 | "devDependencies": { |
33 | | - "@angular/compiler-cli": "~8.0.0", |
34 | | - "@ngtools/webpack": "~8.0.0", |
| 32 | + "@angular/compiler-cli": "~8.2.0", |
| 33 | + "@ngtools/webpack": "~8.2.0", |
35 | 34 | "@types/chai": "~4.1.3", |
36 | 35 | "@types/mocha": "~5.2.1", |
37 | 36 | "@types/node": "^7.0.5", |
| 37 | + "chai": "~4.2.0", |
38 | 38 | "codelyzer": "^4.5.0", |
39 | 39 | "karma": "^1.6.0", |
40 | 40 | "karma-chai": "^0.1.0", |
41 | 41 | "karma-mocha": "^1.3.0", |
42 | 42 | "karma-nativescript-launcher": "^0.4.0", |
43 | 43 | "markdown-snippet-injector": "^0.2.4", |
44 | | - "mocha": "^3.3.0", |
| 44 | + "mocha": "5.2.0", |
45 | 45 | "mocha-junit-reporter": "^1.18.0", |
46 | | - "mocha-multi": "^1.0.1", |
| 46 | + "mocha-multi": "1.1.0", |
47 | 47 | "mochawesome": "^3.1.1", |
48 | 48 | "nativescript-css-loader": "~0.26.0", |
49 | | - "nativescript-dev-appium": "5.0.0", |
50 | | - "nativescript-dev-webpack": "~1.0.0", |
51 | | - "tns-platform-declarations": "^6.0.1", |
| 49 | + "nativescript-dev-appium": "next", |
| 50 | + "nativescript-dev-webpack": "^1.0.0", |
| 51 | + "tns-platform-declarations": "^6.1.0", |
52 | 52 | "tslint": "~5.11.0", |
53 | | - "typescript": "~3.4.5" |
| 53 | + "typescript": "~3.5.3" |
54 | 54 | } |
55 | 55 | } |
0 commit comments