Skip to content

Commit

Permalink
fix: compatibility version angular
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoss54 committed May 27, 2024
1 parent 0005774 commit 7a96553
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/icons-angular/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
"contributors": [
"Wendell Hu <wendellhu95@gmail.com>",
"Jørn Are Hatlelid <jornare@fronthouse.no>",
"MunMunMiao <wunonglin@gmail.com>"
"MunMunMiao <wunonglin@gmail.com>",
"Nicoss54 <nicolas.baldacia@icloud.com>"
],
"dependencies": {
"@ant-design/colors": "^7.0.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"rxjs": "^6.4.0 || ^7.4.0"
}
}

0 comments on commit 7a96553

Please sign in to comment.