Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
Allow rxjs v7 in angular 12 (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Hadlock <jhadlock@slb.com>
  • Loading branch information
jasonkenneth and Jason Hadlock authored Nov 2, 2021
1 parent f273c3f commit 7b3d70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"peerDependencies": {
"@angular/core": "^12.0.0",
"@angular/common": "^12.0.0",
"rxjs": "^6.6.0"
"rxjs": "^6.6.0 || ^7.4.0"
},
"devDependencies": {
"@angular/common": "^12.0.0",
Expand Down

0 comments on commit 7b3d70c

Please sign in to comment.