Skip to content

Commit

Permalink
feat: drop support for Angular v12 to v15
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Angular v15 and below is no longer supported

Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed Nov 29, 2024
1 parent 1ead28e commit ddecdaf
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.8.1"
},
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.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 || ^19.0.0",
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"chartist": "^1.0.0"
}
}

0 comments on commit ddecdaf

Please sign in to comment.