|
13 | 13 | "test": "ng test"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
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", |
| 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", |
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.41.0", |
| 29 | + "core-js": "^3.40.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": "^19.0.9", |
| 36 | + "primeng": "^17.18.11", |
37 | 37 | "push.js": "1.0.12",
|
38 | 38 | "rtl-detect": "^1.1.2",
|
39 | 39 | "rxjs": "^7.8.2",
|
|
42 | 42 | "tslib": "^2.8.1"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@angular-devkit/build-angular": "^19.2.1", |
46 |
| - "@angular/cli": "^19.2.1", |
47 |
| - "@angular/compiler-cli": "^19.2.1", |
| 45 | + "@angular-devkit/build-angular": "^18.1.2", |
| 46 | + "@angular/cli": "^18.1.2", |
| 47 | + "@angular/compiler-cli": "^18.1.2", |
48 | 48 | "@angularclass/hmr": "^3.0.0",
|
49 | 49 | "@types/jasmine": "~5.1.7",
|
50 | 50 | "@types/lodash-es": "^4.17.12",
|
51 | 51 | "@types/moment-timezone": "^0.5.30",
|
52 |
| - "@types/node": "^22.13.10", |
| 52 | + "@types/node": "^22.13.5", |
53 | 53 | "jasmine-core": "~5.6.0",
|
54 | 54 | "jasmine-spec-reporter": "~7.0.0",
|
55 | 55 | "karma": "~6.4.4",
|
|
62 | 62 | "protractor": "~7.0.0",
|
63 | 63 | "ts-node": "^10.9.2",
|
64 | 64 | "tslint": "~6.1.3",
|
65 |
| - "typescript": "5.8.2", |
| 65 | + "typescript": "5.5.3", |
66 | 66 | "webpack-bundle-analyzer": "^4.10.2"
|
67 | 67 | },
|
68 | 68 | "angular-cli": {}
|
|
0 commit comments