Skip to content

Commit

Permalink
Fixed peer dependencies to match Angular 13
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Dec 7, 2021
1 parent 37048c4 commit 29705d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ng2-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-charts",
"version": "3.0.0",
"version": "3.0.1",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand All @@ -15,7 +15,7 @@
"@angular/common": ">=11.0.0",
"@angular/core": ">=11.0.0",
"chart.js": "^3.4.0",
"rxjs": "^6.3.3"
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"lodash-es": "^4.17.15"
Expand Down

0 comments on commit 29705d1

Please sign in to comment.