Skip to content

Commit

Permalink
fix: make rxjs version dynamic to support newest versions of Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Aug 16, 2023
1 parent 19ac0ef commit 0b8e0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngworker/lumberjack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@angular/core": ">= 15.0.1",
"@angular/common": ">= 15.0.1",
"@angular/platform-browser": ">= 15.0.1",
"rxjs": "~7.5.0"
"rxjs": ">= 7.5.0 < 8.0.0"
},
"peerDependenciesMeta": {
"@angular/common": {
Expand Down

0 comments on commit 0b8e0f2

Please sign in to comment.