Skip to content

Commit

Permalink
fix: use narrower peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored Jul 4, 2024
1 parent d085a15 commit 4adb9fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ This project is heavily inspired from the
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FDanielHabenicht%2Fngx-vcard.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FDanielHabenicht%2Fngx-vcard?ref=badge_large)
# New Version
dropped IE11 support
# Angular Version Compatibility
> There is already a newer Angular Version than listed here?
> Install the latest version of this package with `npm install ngx-vcard --legacy-peer-deps` or add it via [overrides](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides).
> Report your findings as an [issue](https://github.com/DanielHabenicht/ngx-vcard/issues/new/choose) so I can add support or fix a problem.
| Angular Version | Package Version | Comment |
| --------------- | --------------- | -------------------------- |
| 17.x - 18.x | 5.x | drops IE support |
| <=18.x | <=4.x | supports Internet Explorer |
| <=10.x | <=3.x | supports Internet Explorer |
| <=9.x | <=2.x | supports Internet Explorer |
4 changes: 2 additions & 2 deletions projects/ngx-vcard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tslib": "2.6.3"
},
"peerDependencies": {
"@angular/common": ">=5.x <19.0.0",
"@angular/core": ">=5.x <19.0.0"
"@angular/common": ">=17.x <19.0.0",
"@angular/core": ">=17.x <19.0.0"
}
}

0 comments on commit 4adb9fb

Please sign in to comment.