Skip to content

Commit c59ed84

Browse files
rxjs 7 support (#453)
Update dependencies to allow for rxjs 7 to support Angular 13.2+
1 parent 9faac96 commit c59ed84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/swimlane/ngx-graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@angular/common": "10.x || 11.x || 12.x || 13.x",
3434
"@angular/core": "10.x || 11.x || 12.x || 13.x",
3535
"@angular/cdk": "10.x || 11.x || 12.x || 13.x",
36-
"rxjs": "6.x"
36+
"rxjs": "6.x || 7.x"
3737
},
3838
"dependencies": {
3939
"d3-dispatch": "^1.0.3",

0 commit comments

Comments
 (0)