Skip to content

Commit d42fe9e

Browse files
arjenbrandenburghLms24
authored andcommitted
chore(angular): Upgrade peerDependencies to Angular 16 (#8035)
With the official release on Angular 16, and no notable changes to how Sentry should work within this new version we can safely update the peerDependencies of `@sentry/angular-ivy` to include Angular 16. `@sentry/angular` will no longer work with NG16 and future versions. Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
1 parent b360d8a commit d42fe9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 <= 15.x",
19-
"@angular/core": ">= 12.x <= 15.x",
20-
"@angular/router": ">= 12.x <= 15.x",
18+
"@angular/common": ">= 12.x <= 16.x",
19+
"@angular/core": ">= 12.x <= 16.x",
20+
"@angular/router": ">= 12.x <= 16.x",
2121
"rxjs": "^6.5.5 || ^7.x"
2222
},
2323
"dependencies": {

0 commit comments

Comments
 (0)