Skip to content

Commit 4728d19

Browse files
author
Ivaylo Ganchev
committed
fix(ng): Add same proj rxjs version in overrides, so there are no peer dep errors for it. It is needed when having reveal or other overrides.
1 parent bef6925 commit 4728d19

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"reveal-sdk-wrappers-angular": {
3131
"@angular/core": "^20.0.0",
3232
"@angular/common": "^20.0.0"
33-
}
33+
},
34+
"rxjs": "~7.8.1"
3435
},
3536
"devDependencies": {
3637
"@angular-devkit/build-angular": "~20.0.0",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"reveal-sdk-wrappers-angular": {
3131
"@angular/core": "^20.0.0",
3232
"@angular/common": "^20.0.0"
33-
}
33+
},
34+
"rxjs": "~7.8.1"
3435
},
3536
"devDependencies": {
3637
"@angular-devkit/build-angular": "~20.0.0",

0 commit comments

Comments
 (0)