Skip to content

Commit f5e7d59

Browse files
committed
chore: add overrides for DV, until their 21.0 release.
1 parent 769090c commit f5e7d59

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

packages/igx-templates/igx-ts-legacy/projects/_base/files/package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,24 @@
3131
"@angular/core": "^21.0.0",
3232
"@angular/common": "^21.0.0",
3333
"rxjs": "~7.8.1"
34+
},
35+
"igniteui-angular-charts": {
36+
"@angular/core": "^21.0.0",
37+
"@angular/common": "^21.0.0",
38+
"@angular/compiler": "^21.0.0",
39+
"rxjs": "~7.8.1"
40+
},
41+
"igniteui-angular-gauges": {
42+
"@angular/core": "^21.0.0",
43+
"@angular/common": "^21.0.0",
44+
"@angular/compiler": "^21.0.0",
45+
"rxjs": "~7.8.1"
46+
},
47+
"igniteui-angular-maps": {
48+
"@angular/core": "^21.0.0",
49+
"@angular/common": "^21.0.0",
50+
"@angular/compiler": "^21.0.0",
51+
"rxjs": "~7.8.1"
3452
}
3553
},
3654
"devDependencies": {

packages/igx-templates/igx-ts/projects/_base/files/package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,24 @@
3232
"@angular/common": "^21.0.0",
3333
"rxjs": "~7.8.1"
3434
},
35+
"igniteui-angular-charts": {
36+
"@angular/core": "^21.0.0",
37+
"@angular/common": "^21.0.0",
38+
"@angular/compiler": "^21.0.0",
39+
"rxjs": "~7.8.1"
40+
},
41+
"igniteui-angular-gauges": {
42+
"@angular/core": "^21.0.0",
43+
"@angular/common": "^21.0.0",
44+
"@angular/compiler": "^21.0.0",
45+
"rxjs": "~7.8.1"
46+
},
47+
"igniteui-angular-maps": {
48+
"@angular/core": "^21.0.0",
49+
"@angular/common": "^21.0.0",
50+
"@angular/compiler": "^21.0.0",
51+
"rxjs": "~7.8.1"
52+
},
3553
"glob": "^11.0.3",
3654
"rimraf": "^6.0.1"
3755
},

0 commit comments

Comments
 (0)