Skip to content

Commit 43ddbbe

Browse files
authored
chore(angular-ivy): Allow Angular 17 in peer dependencies (#9386)
1 parent 78e61ff commit 43ddbbe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/angular-ivy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Angular Version Compatibility
1818

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

2121
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).
2222

packages/angular-ivy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"access": "public"
1616
},
1717
"peerDependencies": {
18-
"@angular/common": ">= 12.x <= 16.x",
19-
"@angular/core": ">= 12.x <= 16.x",
20-
"@angular/router": ">= 12.x <= 16.x",
18+
"@angular/common": ">= 12.x <= 17.x",
19+
"@angular/core": ">= 12.x <= 17.x",
20+
"@angular/router": ">= 12.x <= 17.x",
2121
"rxjs": "^6.5.5 || ^7.x"
2222
},
2323
"dependencies": {

0 commit comments

Comments
 (0)