|
13 | 13 | "test": "ng test"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@angular/animations": "^10.2.1", |
17 |
| - "@angular/common": "^10.2.1", |
18 |
| - "@angular/compiler": "^10.2.1", |
19 |
| - "@angular/core": "^10.2.1", |
20 |
| - "@angular/forms": "^10.2.1", |
21 |
| - "@angular/platform-browser": "^10.2.1", |
22 |
| - "@angular/platform-browser-dynamic": "^10.2.1", |
23 |
| - "@angular/router": "^10.2.1", |
| 16 | + "@angular/animations": "^11.0.2", |
| 17 | + "@angular/common": "^11.0.2", |
| 18 | + "@angular/compiler": "^11.0.2", |
| 19 | + "@angular/core": "^11.0.2", |
| 20 | + "@angular/forms": "^11.0.2", |
| 21 | + "@angular/platform-browser": "^11.0.2", |
| 22 | + "@angular/platform-browser-dynamic": "^11.0.2", |
| 23 | + "@angular/router": "^11.0.2", |
24 | 24 | "@aspnet/signalr": "^1.1.4",
|
25 | 25 | "@fortawesome/fontawesome-free": "^5.13.0",
|
26 | 26 | "abp-ng2-module": "^6.2.0",
|
|
42 | 42 | "zone.js": "~0.10.2"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@angular-devkit/build-angular": "~0.1002.0", |
46 |
| - "@angular/cli": "^10.2.0", |
47 |
| - "@angular/compiler-cli": "^10.2.1", |
| 45 | + "@angular-devkit/build-angular": "~0.1100.2", |
| 46 | + "@angular/cli": "^11.0.2", |
| 47 | + "@angular/compiler-cli": "^11.0.2", |
48 | 48 | "@angularclass/hmr": "^2.1.3",
|
49 |
| - "@types/jasmine": "^3.4.0", |
| 49 | + "@types/jasmine": "~3.6.0", |
50 | 50 | "@types/lodash-es": "^4.17.3",
|
51 | 51 | "@types/moment-timezone": "^0.5.12",
|
52 | 52 | "@types/node": "^13.13.4",
|
53 |
| - "codelyzer": "^5.1.2", |
54 |
| - "jasmine-core": "~3.5.0", |
| 53 | + "codelyzer": "^6.0.0", |
| 54 | + "jasmine-core": "~3.6.0", |
55 | 55 | "jasmine-spec-reporter": "~5.0.0",
|
56 |
| - "karma": "~5.0.0", |
| 56 | + "karma": "~5.1.1", |
57 | 57 | "karma-chrome-launcher": "~3.1.0",
|
58 | 58 | "karma-cli": "^2.0.0",
|
59 | 59 | "karma-coverage-istanbul-reporter": "~3.0.2",
|
|
0 commit comments