Skip to content

Commit 77190fa

Browse files
CopilotLipata
andcommitted
fix: restore rxjs override in igx-ts-legacy reveal-sdk-wrappers-angular
Co-authored-by: Lipata <[email protected]>
1 parent 15b9082 commit 77190fa

File tree

1 file changed

+2
-1
lines changed
  • packages/igx-templates/igx-ts-legacy/projects/_base/files

1 file changed

+2
-1
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
@@ -29,7 +29,8 @@
2929
"overrides": {
3030
"reveal-sdk-wrappers-angular": {
3131
"@angular/core": "^21.0.0",
32-
"@angular/common": "^21.0.0"
32+
"@angular/common": "^21.0.0",
33+
"rxjs": "~7.8.1"
3334
}
3435
},
3536
"devDependencies": {

0 commit comments

Comments
 (0)