|
13 | 13 | "test": "ng test"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@angular/animations": "^18.1.2", |
17 |
| - "@angular/common": "^18.1.2", |
18 |
| - "@angular/compiler": "^18.1.2", |
19 |
| - "@angular/core": "^18.1.2", |
20 |
| - "@angular/forms": "^18.1.2", |
21 |
| - "@angular/platform-browser": "^18.1.2", |
22 |
| - "@angular/platform-browser-dynamic": "^18.1.2", |
23 |
| - "@angular/router": "^18.1.2", |
| 16 | + "@angular/animations": "^19.2.1", |
| 17 | + "@angular/common": "^19.2.1", |
| 18 | + "@angular/compiler": "^19.2.1", |
| 19 | + "@angular/core": "^19.2.1", |
| 20 | + "@angular/forms": "^19.2.1", |
| 21 | + "@angular/platform-browser": "^19.2.1", |
| 22 | + "@angular/platform-browser-dynamic": "^19.2.1", |
| 23 | + "@angular/router": "^19.2.1", |
24 | 24 | "@fortawesome/fontawesome-free": "^6.7.2",
|
25 | 25 | "@microsoft/signalr": "^8.0.7",
|
26 | 26 | "abp-ng2-module": "12.1.0",
|
27 | 27 | "abp-web-resources": "^6.1.0",
|
28 | 28 | "admin-lte-css-only": "^3.2.0",
|
29 |
| - "core-js": "^3.40.0", |
| 29 | + "core-js": "^3.41.0", |
30 | 30 | "famfamfam-flags": "^1.0.0",
|
31 | 31 | "lodash-es": "^4.17.21",
|
32 | 32 | "moment": "2.30.1",
|
33 | 33 | "moment-timezone": "0.5.47",
|
34 | 34 | "ngx-bootstrap": "^19.0.2",
|
35 | 35 | "ngx-pagination": "^6.0.3",
|
36 |
| - "primeng": "^17.18.11", |
| 36 | + "primeng": "^19.0.9", |
| 37 | + "@primeng/themes": "^19.0.9", |
37 | 38 | "push.js": "1.0.12",
|
38 | 39 | "rtl-detect": "^1.1.2",
|
39 | 40 | "rxjs": "^7.8.2",
|
|
42 | 43 | "tslib": "^2.8.1"
|
43 | 44 | },
|
44 | 45 | "devDependencies": {
|
45 |
| - "@angular-devkit/build-angular": "^18.1.2", |
46 |
| - "@angular/cli": "^18.1.2", |
47 |
| - "@angular/compiler-cli": "^18.1.2", |
| 46 | + "@angular-devkit/build-angular": "^19.2.1", |
| 47 | + "@angular/cli": "^19.2.1", |
| 48 | + "@angular/compiler-cli": "^19.2.1", |
48 | 49 | "@angularclass/hmr": "^3.0.0",
|
49 | 50 | "@types/jasmine": "~5.1.7",
|
50 | 51 | "@types/lodash-es": "^4.17.12",
|
51 | 52 | "@types/moment-timezone": "^0.5.30",
|
52 |
| - "@types/node": "^22.13.5", |
| 53 | + "@types/node": "^22.13.10", |
53 | 54 | "jasmine-core": "~5.6.0",
|
54 | 55 | "jasmine-spec-reporter": "~7.0.0",
|
55 | 56 | "karma": "~6.4.4",
|
|
62 | 63 | "protractor": "~7.0.0",
|
63 | 64 | "ts-node": "^10.9.2",
|
64 | 65 | "tslint": "~6.1.3",
|
65 |
| - "typescript": "5.5.3", |
| 66 | + "typescript": "5.8.2", |
66 | 67 | "webpack-bundle-analyzer": "^4.10.2"
|
67 | 68 | },
|
68 | 69 | "angular-cli": {}
|
|
0 commit comments