Skip to content

Commit

Permalink
Fixed rxjs peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed May 26, 2021
1 parent a428bb4 commit 3ec9104
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 @@ -38,7 +38,7 @@
"peerDependencies": {
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0",
"rxjs": "^6.5.4"
"rxjs": ">=6.4.0"
},
"dependencies": {
"@types/chart.js": "2.9.22",
Expand Down

0 comments on commit 3ec9104

Please sign in to comment.