Skip to content

Commit

Permalink
chore(angular-ivy): Allow Angular 17 in peer dependencies (#9386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Oct 27, 2023
1 parent 78e61ff commit 43ddbbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/angular-ivy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Angular Version Compatibility

This SDK officially supports Angular 12 to 16 with Angular's new rendering engine, Ivy.
This SDK officially supports Angular 12 to 17 with Angular's new rendering engine, Ivy.

If you're using Angular 10, 11 or a newer Angular version with View Engine instead of Ivy, please use [`@sentry/angular`](https://github.com/getsentry/sentry-javascript/blob/develop/packages/angular/README.md).

Expand Down
6 changes: 3 additions & 3 deletions packages/angular-ivy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"access": "public"
},
"peerDependencies": {
"@angular/common": ">= 12.x <= 16.x",
"@angular/core": ">= 12.x <= 16.x",
"@angular/router": ">= 12.x <= 16.x",
"@angular/common": ">= 12.x <= 17.x",
"@angular/core": ">= 12.x <= 17.x",
"@angular/router": ">= 12.x <= 17.x",
"rxjs": "^6.5.5 || ^7.x"
},
"dependencies": {
Expand Down

0 comments on commit 43ddbbe

Please sign in to comment.