|
11 | 11 | }, |
12 | 12 | "private": true, |
13 | 13 | "dependencies": { |
14 | | - "@angular/animations": "~19.2.0", |
15 | | - "@angular/common": "~19.2.0", |
16 | | - "@angular/compiler": "~19.2.0", |
17 | | - "@angular/core": "~19.2.0", |
18 | | - "@angular/forms": "~19.2.0", |
19 | | - "@angular/platform-browser": "~19.2.0", |
20 | | - "@angular/platform-browser-dynamic": "~19.2.0", |
21 | | - "@angular/router": "~19.2.0", |
| 14 | + "@angular/animations": "~20.0.0", |
| 15 | + "@angular/common": "~20.0.0", |
| 16 | + "@angular/compiler": "~20.0.0", |
| 17 | + "@angular/core": "~20.0.0", |
| 18 | + "@angular/forms": "~20.0.0", |
| 19 | + "@angular/platform-browser": "~20.0.0", |
| 20 | + "@angular/platform-browser-dynamic": "~20.0.0", |
| 21 | + "@angular/router": "~20.0.0", |
22 | 22 | "hammerjs": "~2.0.8", |
23 | | - "igniteui-angular": "~19.2.0", |
| 23 | + "igniteui-angular": "~20.0.0", |
24 | 24 | "minireset.css": "~0.0.7", |
25 | 25 | "rxjs": "~7.8.1", |
26 | 26 | "tslib": "~2.6.2", |
27 | 27 | "zone.js": "~0.15.0" |
28 | 28 | }, |
29 | 29 | "overrides": { |
30 | 30 | "reveal-sdk-wrappers-angular": { |
31 | | - "@angular/core": "^19.2.0", |
32 | | - "@angular/common": "^19.2.0" |
| 31 | + "@angular/core": "^20.0.0", |
| 32 | + "@angular/common": "^20.0.0" |
| 33 | + }, |
| 34 | + "igniteui-angular-charts": { |
| 35 | + "@angular/core": "^20.0.0", |
| 36 | + "@angular/common": "^20.0.0", |
| 37 | + "@angular/compiler": "^20.0.0" |
| 38 | + }, |
| 39 | + "igniteui-angular-gauges": { |
| 40 | + "@angular/core": "^20.0.0", |
| 41 | + "@angular/common": "^20.0.0", |
| 42 | + "@angular/compiler": "^20.0.0" |
| 43 | + }, |
| 44 | + "igniteui-angular-maps": { |
| 45 | + "@angular/core": "^20.0.0", |
| 46 | + "@angular/common": "^20.0.0", |
| 47 | + "@angular/compiler": "^20.0.0" |
33 | 48 | } |
34 | 49 | }, |
35 | 50 | "devDependencies": { |
36 | | - "@angular-devkit/build-angular": "~19.2.0", |
37 | | - "@angular-eslint/builder": "~19.2.0", |
38 | | - "@angular-eslint/eslint-plugin": "~19.2.0", |
39 | | - "@angular-eslint/eslint-plugin-template": "~19.2.0", |
40 | | - "@angular-eslint/schematics": "~19.2.0", |
41 | | - "@angular-eslint/template-parser": "~19.2.0", |
42 | | - "@angular/cli": "~19.2.0", |
43 | | - "@angular/compiler-cli": "~19.2.0", |
| 51 | + "@angular-devkit/build-angular": "~20.0.0", |
| 52 | + "@angular-eslint/builder": "~19.7.0", |
| 53 | + "@angular-eslint/eslint-plugin": "~19.7.0", |
| 54 | + "@angular-eslint/eslint-plugin-template": "~19.7.0", |
| 55 | + "@angular-eslint/schematics": "~19.7.0", |
| 56 | + "@angular-eslint/template-parser": "~19.7.0", |
| 57 | + "@angular/cli": "~20.0.0", |
| 58 | + "@angular/compiler-cli": "~20.0.0", |
44 | 59 | "@types/jasmine": "~5.1.4", |
45 | | - "@typescript-eslint/eslint-plugin": "~8.25.0", |
46 | | - "@typescript-eslint/parser": "~8.25.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "~8.33.0", |
| 61 | + "@typescript-eslint/parser": "~8.33.0", |
47 | 62 | "eslint": "~9.21.0", |
48 | 63 | "eslint-plugin-import": "^2.29.1", |
49 | 64 | "eslint-plugin-prefer-arrow": "^1.2.3", |
|
55 | 70 | "karma-coverage": "~2.2.1", |
56 | 71 | "karma-jasmine": "~5.1.0", |
57 | 72 | "karma-jasmine-html-reporter": "~2.1.0", |
58 | | - "typescript": "~5.6.2" |
| 73 | + "typescript": "~5.8.2" |
59 | 74 | } |
60 | 75 | } |
0 commit comments