Skip to content

Commit 271320c

Browse files
authored
Merge pull request #1375 from IgniteUI/hhristov/add-ovveride-for-reveal-sdk-wrappers
fix: add overrides for reveal sdk wrappers
2 parents 54c4caf + d2bc8cb commit 271320c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"@angular/core": "^19.0.0",
3232
"@angular/common": "^19.0.0",
3333
"@angular/compiler": "^19.0.0"
34+
},
35+
"reveal-sdk-wrappers-angular": {
36+
"@angular/core": "^19.0.0",
37+
"@angular/common": "^19.0.0"
3438
}
3539
},
3640
"devDependencies": {

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"@angular/core": "^19.0.0",
3232
"@angular/common": "^19.0.0",
3333
"@angular/compiler": "^19.0.0"
34+
},
35+
"reveal-sdk-wrappers-angular": {
36+
"@angular/core": "^19.0.0",
37+
"@angular/common": "^19.0.0"
3438
}
3539
},
3640
"devDependencies": {

0 commit comments

Comments
 (0)