|
9 | 9 | "test:ui": "npm run build && cypress-runner open --path ." |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@angular/common": "^8.2.9", |
13 | | - "@angular/compiler": "^8.2.9", |
14 | | - "@angular/core": "^8.2.9", |
15 | | - "@angular/platform-browser": "^8.2.9", |
16 | | - "@angular/platform-browser-dynamic": "^8.2.9", |
17 | | - "@angular/router": "^8.2.9", |
18 | | - "@angular/upgrade": "^8.2.9", |
| 12 | + "@angular/animations": "10.0.4", |
| 13 | + "@angular/common": "^10.0.4", |
| 14 | + "@angular/compiler": "^10.0.4", |
| 15 | + "@angular/core": "^10.0.4", |
| 16 | + "@angular/platform-browser": "^10.0.4", |
| 17 | + "@angular/platform-browser-dynamic": "^10.0.4", |
| 18 | + "@angular/router": "^10.0.4", |
| 19 | + "@angular/upgrade": "^10.0.4", |
19 | 20 | "@types/angular": "^1.6.39", |
20 | 21 | "@types/jquery": "^3.2.16", |
| 22 | + "@uirouter/angular": "7.0.0", |
21 | 23 | "@uirouter/angular-hybrid": "latest", |
22 | | - "angular": "1.6.6", |
| 24 | + "angular": "1.8.0", |
23 | 25 | "rxjs": "^6.5.3", |
24 | | - "ts-loader": "3.2.0", |
25 | | - "typescript": "~3.4.0", |
26 | | - "webpack": "3.10.0", |
27 | | - "webpack-dev-server": "2.9.6", |
28 | | - "zone.js": "^0.9.1" |
| 26 | + "tslib": "1.13.0", |
| 27 | + "typescript": "~3.8.3", |
| 28 | + "zone.js": "^0.10.3" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@uirouter/cypress-runner": "^1.0.7" |
| 31 | + "@uirouter/cypress-runner": "^1.0.7", |
| 32 | + "ts-loader": "8.0.1", |
| 33 | + "webpack": "4.43.0", |
| 34 | + "webpack-cli": "^3.3.12", |
| 35 | + "webpack-dev-server": "3.11.0" |
32 | 36 | } |
33 | 37 | } |
0 commit comments