|
13 | 13 | }
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@angular/animations": "~7.2.0", |
17 |
| - "@angular/common": "~7.2.0", |
18 |
| - "@angular/compiler": "~7.2.0", |
19 |
| - "@angular/core": "~7.2.0", |
20 |
| - "@angular/forms": "~7.2.0", |
21 |
| - "@angular/http": "~7.2.0", |
22 |
| - "@angular/platform-browser": "~7.2.0", |
23 |
| - "@angular/platform-browser-dynamic": "~7.2.0", |
24 |
| - "@angular/router": "~7.2.0", |
| 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 | 25 | "nativescript-angular": "next",
|
26 | 26 | "nativescript-theme-core": "~1.0.2",
|
27 | 27 | "reflect-metadata": "~0.1.8",
|
|
30 | 30 | "zone.js": "^0.8.4"
|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@angular/compiler-cli": "~7.2.0", |
34 |
| - "@ngtools/webpack": "~7.2.0", |
| 33 | + "@angular/compiler-cli": "8.0.0", |
| 34 | + "@ngtools/webpack": "8.0.0", |
35 | 35 | "@types/chai": "~4.1.7",
|
36 | 36 | "@types/mocha": "~5.2.5",
|
37 | 37 | "@types/node": "~10.12.18",
|
38 |
| - "mocha": "~5.1.0", |
39 |
| - "mochawesome": "~3.1.2", |
40 |
| - "nativescript-dev-appium": "next", |
41 | 38 | "babel-traverse": "6.26.0",
|
42 | 39 | "babel-types": "6.26.0",
|
43 | 40 | "babylon": "6.18.0",
|
44 | 41 | "lazy": "1.0.11",
|
| 42 | + "mocha": "~5.1.0", |
45 | 43 | "mocha-junit-reporter": "~1.17.0",
|
46 | 44 | "mocha-multi": "~1.0.0",
|
| 45 | + "mochawesome": "~3.1.2", |
47 | 46 | "nativescript-css-loader": "~0.26.0",
|
| 47 | + "nativescript-dev-appium": "next", |
48 | 48 | "nativescript-dev-typescript": "next",
|
49 | 49 | "nativescript-dev-webpack": "next",
|
50 | 50 | "ts-loader": "^5.3.0",
|
51 |
| - "typescript": "~3.1.1" |
| 51 | + "typescript": "~3.4.5" |
52 | 52 | },
|
53 | 53 | "scripts": {
|
54 | 54 | "test": "node verify.js",
|
|
0 commit comments