Skip to content

Commit

Permalink
chore(angular): Upgrade peerDependencies to Angular 16 (#8035)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
arjenbrandenburgh and Lms24 authored May 4, 2023
1 parent 4800458 commit 44eee4c
Showing 1 changed file with 3 additions and 3 deletions.
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 <= 15.x",
"@angular/core": ">= 12.x <= 15.x",
"@angular/router": ">= 12.x <= 15.x",
"@angular/common": ">= 12.x <= 16.x",
"@angular/core": ">= 12.x <= 16.x",
"@angular/router": ">= 12.x <= 16.x",
"rxjs": "^6.5.5 || ^7.x"
},
"dependencies": {
Expand Down

0 comments on commit 44eee4c

Please sign in to comment.