Skip to content

Commit

Permalink
fix: support Angular 18
Browse files Browse the repository at this point in the history
Closes #2170

Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed Jun 29, 2024
1 parent e1dd821 commit c7c039a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ng-chartist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"tslib": "2.6.3"
},
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"chartist": "^1.0.0"
}
}

0 comments on commit c7c039a

Please sign in to comment.