|
17 | 17 | "fix": "npm run lint:fix && npm run format:fix && npm run spell:fix" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@angular/animations": "18.2.4", |
21 | | - "@angular/cdk": "18.2.4", |
22 | | - "@angular/common": "18.2.4", |
23 | | - "@angular/compiler": "18.2.4", |
24 | | - "@angular/core": "18.2.4", |
25 | | - "@angular/forms": "18.2.4", |
26 | | - "@angular/material": "18.2.4", |
27 | | - "@angular/platform-browser": "18.2.4", |
28 | | - "@angular/platform-browser-dynamic": "18.2.4", |
29 | | - "@angular/platform-server": "18.2.4", |
30 | | - "@angular/router": "18.2.4", |
| 20 | + "@angular/animations": "19.0.0", |
| 21 | + "@angular/cdk": "19.0.0", |
| 22 | + "@angular/common": "19.0.0", |
| 23 | + "@angular/compiler": "19.0.0", |
| 24 | + "@angular/core": "19.0.0", |
| 25 | + "@angular/forms": "19.0.0", |
| 26 | + "@angular/material": "19.0.0", |
| 27 | + "@angular/platform-browser": "19.0.0", |
| 28 | + "@angular/platform-browser-dynamic": "19.0.0", |
| 29 | + "@angular/platform-server": "19.0.0", |
| 30 | + "@angular/router": "19.0.0", |
31 | 31 | "@ngneat/input-mask": "6.0.0", |
32 | 32 | "@vality/deanonimus-proto": "2.0.1-6605c72.0", |
33 | 33 | "@vality/domain-proto": "2.0.1-7ed2112.0", |
|
41 | 41 | "@vality/scrooge-proto": "0.1.1-9ce7fc6.0", |
42 | 42 | "@vality/thrift-ts": "2.4.1-8ad5123.0", |
43 | 43 | "@vality/woody": "0.1.3", |
44 | | - "date-fns": "^3.6.0", |
| 44 | + "date-fns": "^4.0.0", |
45 | 45 | "inputmask": "5.0.7", |
46 | 46 | "keycloak-angular": "^16.0.1", |
47 | | - "keycloak-js": "^20.0.5", |
| 47 | + "keycloak-js": "^26.0.0", |
48 | 48 | "lodash-es": "^4.17.21", |
49 | 49 | "monaco-editor": "^0.49.0", |
50 | 50 | "ngx-monaco-editor-v2": "^18.0.1", |
51 | 51 | "papaparse": "^5.4.1", |
52 | 52 | "rxjs": "7.8.1", |
53 | | - "short-uuid": "4.2.2", |
| 53 | + "short-uuid": "5.2.0", |
54 | 54 | "tslib": "2.3.1", |
55 | 55 | "utility-types": "3.10.0", |
56 | 56 | "yaml": "2.4.5", |
57 | 57 | "zone.js": "0.14.10" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "@angular-devkit/build-angular": "18.2.4", |
| 60 | + "@angular-devkit/build-angular": "19.0.2", |
61 | 61 | "@angular-eslint/builder": "18.0.1", |
62 | 62 | "@angular-eslint/schematics": "18.0.1", |
63 | | - "@angular/cli": "18.2.4", |
64 | | - "@angular/compiler-cli": "18.2.4", |
| 63 | + "@angular/cli": "19.0.2", |
| 64 | + "@angular/compiler-cli": "19.0.0", |
65 | 65 | "@types/inputmask": "5.0.3", |
66 | | - "@types/jasmine": "4.0.3", |
67 | | - "@types/jwt-decode": "2.2.1", |
| 66 | + "@types/jasmine": "5.1.4", |
| 67 | + "@types/jwt-decode": "3.1.0", |
68 | 68 | "@types/lodash-es": "^4.17.12", |
69 | 69 | "@types/papaparse": "^5.3.14", |
70 | 70 | "@vality/cspell-config": "^8.0.1-pr-57-482a037.0", |
71 | 71 | "@vality/eslint-config-ng": "18.1.0", |
72 | 72 | "@vality/prettier-config": "3.1.0", |
73 | 73 | "cross-env": "^7.0.3", |
74 | 74 | "cspell": "^8.3.2", |
75 | | - "eslint": "^8.57.0", |
76 | | - "jasmine-core": "4.2.0", |
| 75 | + "eslint": "^9.0.0", |
| 76 | + "jasmine-core": "5.4.0", |
77 | 77 | "jasmine-spec-reporter": "7.0.0", |
78 | | - "jwt-decode": "2.2.0", |
| 78 | + "jwt-decode": "4.0.0", |
79 | 79 | "karma": "6.4.0", |
80 | 80 | "karma-chrome-launcher": "3.1.1", |
81 | 81 | "karma-coverage-istanbul-reporter": "3.0.3", |
|
0 commit comments