Skip to content

Commit

Permalink
feat(angular): add support for ng 18 (#2167)
Browse files Browse the repository at this point in the history
Co-authored-by: Karsa <karsa@sztaki.hu>
  • Loading branch information
karsa-mistmere and Karsa authored May 24, 2024
1 parent e2b46ea commit d8004e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lucide-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"zone.js": "~0.11.4"
},
"peerDependencies": {
"@angular/common": "13.x - 17.x",
"@angular/core": "13.x - 17.x"
"@angular/common": "13.x - 18.x",
"@angular/core": "13.x - 18.x"
}
}

0 comments on commit d8004e4

Please sign in to comment.