|
13 | 13 | "test": "ng test" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
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", |
| 16 | + "@angular/animations": "^12.0.5", |
| 17 | + "@angular/common": "^12.0.5", |
| 18 | + "@angular/compiler": "^12.0.5", |
| 19 | + "@angular/core": "^12.0.5", |
| 20 | + "@angular/forms": "^12.0.5", |
| 21 | + "@angular/platform-browser": "^12.0.5", |
| 22 | + "@angular/platform-browser-dynamic": "^12.0.5", |
| 23 | + "@angular/router": "^12.0.5", |
24 | 24 | "@aspnet/signalr": "^1.1.4", |
25 | 25 | "@fortawesome/fontawesome-free": "^5.15.3", |
26 | 26 | "abp-ng2-module": "^6.2.0", |
|
30 | 30 | "famfamfam-flags": "^1.0.0", |
31 | 31 | "lodash-es": "^4.17.15", |
32 | 32 | "moment": "2.24.0", |
33 | | - "moment-timezone": "^0.5.28", |
| 33 | + "moment-timezone": "0.5.33", |
34 | 34 | "ngx-bootstrap": "^5.6.1", |
35 | 35 | "ngx-pagination": "^5.0.0", |
36 | 36 | "push.js": "1.0.12", |
|
39 | 39 | "ts-helpers": "^1.1.2", |
40 | 40 | "tslib": "^2.0.0", |
41 | 41 | "web-animations-js": "^2.3.2", |
42 | | - "zone.js": "~0.10.2" |
| 42 | + "zone.js": "~0.11.4" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@angular-devkit/build-angular": "~0.1100.2", |
46 | | - "@angular/cli": "^11.0.2", |
47 | | - "@angular/compiler-cli": "^11.0.2", |
| 45 | + "@angular-devkit/build-angular": "~12.0.5", |
| 46 | + "@angular/cli": "^12.0.5", |
| 47 | + "@angular/compiler-cli": "^12.0.5", |
48 | 48 | "@angularclass/hmr": "^2.1.3", |
49 | 49 | "@types/jasmine": "~3.6.0", |
50 | 50 | "@types/lodash-es": "^4.17.3", |
51 | | - "@types/moment-timezone": "^0.5.12", |
| 51 | + "@types/moment-timezone": "^0.5.30", |
52 | 52 | "@types/node": "^13.13.4", |
53 | 53 | "codelyzer": "^6.0.0", |
54 | 54 | "jasmine-core": "~3.6.0", |
55 | 55 | "jasmine-spec-reporter": "~5.0.0", |
56 | | - "karma": "~5.1.1", |
| 56 | + "karma": "~6.3.4", |
57 | 57 | "karma-chrome-launcher": "~3.1.0", |
58 | 58 | "karma-cli": "^2.0.0", |
59 | 59 | "karma-coverage-istanbul-reporter": "~3.0.2", |
|
63 | 63 | "protractor": "~7.0.0", |
64 | 64 | "ts-node": "^8.10.1", |
65 | 65 | "tslint": "~6.1.0", |
66 | | - "typescript": "4.0.5", |
| 66 | + "typescript": "4.2.4", |
67 | 67 | "webpack-bundle-analyzer": "^3.7.0" |
68 | 68 | }, |
69 | 69 | "angular-cli": {} |
|
0 commit comments