Skip to content

Commit

Permalink
chore: allow future ng versions (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
surya-pabbineedi authored Jun 24, 2024
1 parent 6d3c9d3 commit fb9b531
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/swimlane/ngx-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swimlane/ngx-graph",
"version": "8.3.0",
"version": "8.4.0",
"description": "Graph visualization for angular",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,11 +30,11 @@
},
"homepage": "https://github.com/swimlane/ngx-graph#readme",
"peerDependencies": {
"@angular/animations": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
"@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
"@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
"@angular/cdk": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
"rxjs": "6.x || 7.x"
"@angular/animations": ">=10.0.0",
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"@angular/cdk": ">=10.0.0",
"rxjs": ">=6.0.0"
},
"dependencies": {
"d3-dispatch": "^1.0.3",
Expand Down

0 comments on commit fb9b531

Please sign in to comment.