|
13 | 13 | "test": "ng test"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@angular/animations": "^17.0.4", |
17 |
| - "@angular/common": "^17.0.4", |
18 |
| - "@angular/compiler": "^17.0.4", |
19 |
| - "@angular/core": "^17.0.4", |
20 |
| - "@angular/forms": "^17.0.4", |
21 |
| - "@angular/platform-browser": "^17.0.4", |
22 |
| - "@angular/platform-browser-dynamic": "^17.0.4", |
23 |
| - "@angular/router": "^17.0.4", |
24 |
| - "@aspnet/signalr": "^1.1.4", |
25 |
| - "@fortawesome/fontawesome-free": "^6.4.2", |
| 16 | + "@angular/animations": "^18.1.1", |
| 17 | + "@angular/common": "^18.1.1", |
| 18 | + "@angular/compiler": "^18.1.1", |
| 19 | + "@angular/core": "^18.1.1", |
| 20 | + "@angular/forms": "^18.1.1", |
| 21 | + "@angular/platform-browser": "^18.1.1", |
| 22 | + "@angular/platform-browser-dynamic": "^18.1.1", |
| 23 | + "@angular/router": "^18.1.1", |
| 24 | + "@microsoft/signalr": "^8.0.7", |
| 25 | + "@fortawesome/fontawesome-free": "^6.6.0", |
26 | 26 | "abp-ng2-module": "10.0.0",
|
27 | 27 | "abp-web-resources": "^5.9.1",
|
28 | 28 | "admin-lte-css-only": "^3.2.0",
|
29 |
| - "core-js": "^3.33.3", |
| 29 | + "core-js": "^3.37.1", |
30 | 30 | "famfamfam-flags": "^1.0.0",
|
31 |
| - "lodash-es": "^4.17.15", |
32 |
| - "moment": "2.29.4", |
33 |
| - "moment-timezone": "0.5.43", |
34 |
| - "ngx-bootstrap": "^12.0.0", |
| 31 | + "lodash-es": "^4.17.21", |
| 32 | + "moment": "2.30.1", |
| 33 | + "moment-timezone": "0.5.45", |
| 34 | + "ngx-bootstrap": "^18.0.2", |
35 | 35 | "ngx-pagination": "^6.0.3",
|
36 | 36 | "push.js": "1.0.12",
|
37 | 37 | "rxjs": "^7.8.1",
|
38 |
| - "sweetalert2": "^11.10.1", |
| 38 | + "sweetalert2": "^11.12.2", |
39 | 39 | "ts-helpers": "^1.1.2",
|
40 |
| - "tslib": "^2.6.2", |
41 |
| - "zone.js": "~0.14.2" |
| 40 | + "tslib": "^2.6.3", |
| 41 | + "zone.js": "~0.14.8" |
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@angular-devkit/build-angular": "^17.0.2", |
45 |
| - "@angular/cli": "^17.0.2", |
46 |
| - "@angular/compiler-cli": "^17.0.4", |
| 44 | + "@angular-devkit/build-angular": "^18.1.1", |
| 45 | + "@angular/cli": "^18.1.1", |
| 46 | + "@angular/compiler-cli": "^18.1.1", |
47 | 47 | "@angularclass/hmr": "^3.0.0",
|
48 |
| - "@types/jasmine": "~5.1.3", |
49 |
| - "@types/lodash-es": "^4.17.11", |
| 48 | + "@types/jasmine": "~5.1.4", |
| 49 | + "@types/lodash-es": "^4.17.12", |
50 | 50 | "@types/moment-timezone": "^0.5.30",
|
51 |
| - "@types/node": "^20.9.3", |
52 |
| - "codelyzer": "^6.0.0", |
53 |
| - "jasmine-core": "~5.1.1", |
| 51 | + "@types/node": "^20.11.1", |
| 52 | + "codelyzer": "^6.0.2", |
| 53 | + "jasmine-core": "~5.1.2", |
54 | 54 | "jasmine-spec-reporter": "~7.0.0",
|
55 |
| - "karma": "~6.4.2", |
| 55 | + "karma": "~6.4.3", |
56 | 56 | "karma-chrome-launcher": "~3.2.0",
|
57 | 57 | "karma-cli": "^2.0.0",
|
58 |
| - "karma-coverage-istanbul-reporter": "~3.0.2", |
| 58 | + "karma-coverage-istanbul-reporter": "~3.0.3", |
59 | 59 | "karma-jasmine": "~5.1.0",
|
60 | 60 | "karma-jasmine-html-reporter": "^2.1.0",
|
61 |
| - "nswag": "^13.20.0", |
| 61 | + "nswag": "^14.1.0", |
62 | 62 | "protractor": "~7.0.0",
|
63 |
| - "ts-node": "^10.9.1", |
64 |
| - "tslint": "~6.1.0", |
65 |
| - "typescript": "5.2.2", |
66 |
| - "webpack-bundle-analyzer": "^4.10.1" |
| 63 | + "ts-node": "^10.9.2", |
| 64 | + "tslint": "~6.1.3", |
| 65 | + "typescript": "5.5.3", |
| 66 | + "webpack-bundle-analyzer": "^4.10.2" |
67 | 67 | },
|
68 | 68 | "angular-cli": {}
|
69 | 69 | }
|
0 commit comments