|
25 | 25 | "check": "concurrently --prefix \"[{command}]\" --prefixColors auto --prefixLength 20 \"npm run format\" \"npm run lint\" \"npm run spell\" \"npm run i18n\"" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@angular/animations": "^18.2.12", |
29 | | - "@angular/cdk": "~18.2.14", |
30 | | - "@angular/common": "^18.2.12", |
31 | | - "@angular/compiler": "^18.2.12", |
32 | | - "@angular/core": "^18.2.12", |
33 | | - "@angular/forms": "^18.2.12", |
34 | | - "@angular/material": "~18.2.14", |
35 | | - "@angular/material-moment-adapter": "^18.2.14", |
36 | | - "@angular/platform-browser": "^18.2.12", |
37 | | - "@angular/platform-browser-dynamic": "^18.2.12", |
38 | | - "@angular/router": "^18.2.12", |
| 28 | + "@angular/animations": "^19.0.0", |
| 29 | + "@angular/cdk": "~19.0.0", |
| 30 | + "@angular/common": "^19.0.0", |
| 31 | + "@angular/compiler": "^19.0.0", |
| 32 | + "@angular/core": "^19.0.0", |
| 33 | + "@angular/forms": "^19.0.0", |
| 34 | + "@angular/material": "~19.0.0", |
| 35 | + "@angular/material-moment-adapter": "^19.0.0", |
| 36 | + "@angular/platform-browser": "^19.0.0", |
| 37 | + "@angular/platform-browser-dynamic": "^19.0.0", |
| 38 | + "@angular/router": "^19.0.0", |
39 | 39 | "@jsverse/transloco": "^7.5.0", |
40 | 40 | "@vality/ng-core": "18.4.1-pr-83-53211ea.0", |
41 | 41 | "@vality/swag-anapi-v2": "2.0.1-0f6d0dc.0", |
|
45 | 45 | "@vality/swag-payments": "0.1.3-44bac58.0", |
46 | 46 | "@vality/swag-url-shortener": "0.1.1-9659896.0", |
47 | 47 | "@vality/swag-wallet": "0.1.3-54f56db.0", |
48 | | - "apexcharts": "^3.19.2", |
| 48 | + "apexcharts": "^4.0.0", |
49 | 49 | "humanize-duration": "^3.19.0", |
50 | | - "jwt-decode": "^3.1.2", |
51 | | - "keycloak-angular": "16.0.1", |
52 | | - "keycloak-js": "^18.0.1", |
| 50 | + "jwt-decode": "^4.0.0", |
| 51 | + "keycloak-angular": "19.0.2", |
| 52 | + "keycloak-js": "^26.0.0", |
53 | 53 | "lodash-es": "^4.17.21", |
54 | 54 | "moment": "^2.30.1", |
55 | 55 | "ng-apexcharts": "1.7.1", |
56 | | - "ng-flex-layout": "^18.2.9", |
| 56 | + "ng-flex-layout": "^19.0.0", |
57 | 57 | "rxjs": "^7.8.1", |
58 | 58 | "short-uuid": "^5.2.0", |
59 | 59 | "tslib": "^2.4.0", |
60 | 60 | "utility-types": "^3.10.0", |
61 | 61 | "zone.js": "~0.14.10" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | | - "@angular-devkit/build-angular": "^18.2.12", |
65 | | - "@angular-eslint/builder": "^18.0.1", |
66 | | - "@angular-eslint/schematics": "^18.0.1", |
67 | | - "@angular/cli": "^18.2.12", |
68 | | - "@angular/compiler-cli": "^18.2.12", |
69 | | - "@angular/language-service": "^18.2.12", |
| 64 | + "@angular-devkit/build-angular": "^19.0.0", |
| 65 | + "@angular-eslint/builder": "^19.0.0", |
| 66 | + "@angular-eslint/schematics": "^19.0.0", |
| 67 | + "@angular/cli": "^19.0.0", |
| 68 | + "@angular/compiler-cli": "^19.0.0", |
| 69 | + "@angular/language-service": "^19.0.0", |
70 | 70 | "@jsverse/transloco-keys-manager": "^6.0.0", |
71 | 71 | "@jsverse/transloco-optimize": "^7.0.1", |
72 | 72 | "@types/humanize-duration": "^3.18.0", |
|
79 | 79 | "cross-env": "^7.0.3", |
80 | 80 | "cspell": "^8.3.2", |
81 | 81 | "dotenv": "^16.0.3", |
82 | | - "eslint": "^8.57.0", |
| 82 | + "eslint": "^9.0.0", |
83 | 83 | "glob": "^11.0.0", |
84 | 84 | "jasmine-core": "~5.1.1", |
85 | 85 | "jasmine-marbles": "0.9.2", |
|
0 commit comments