Skip to content

Commit 29705d1

Browse files
committed
Fixed peer dependencies to match Angular 13
1 parent 37048c4 commit 29705d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/ng2-charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-charts",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},
@@ -15,7 +15,7 @@
1515
"@angular/common": ">=11.0.0",
1616
"@angular/core": ">=11.0.0",
1717
"chart.js": "^3.4.0",
18-
"rxjs": "^6.3.3"
18+
"rxjs": "^6.5.3 || ^7.4.0"
1919
},
2020
"dependencies": {
2121
"lodash-es": "^4.17.15"

0 commit comments

Comments
 (0)