From 44eee4cb033c522ed898c84c0b5be1d77dbe1152 Mon Sep 17 00:00:00 2001 From: Arjen Brandenburgh <7848606+arjenbrandenburgh@users.noreply.github.com> Date: Thu, 4 May 2023 10:29:48 +0200 Subject: [PATCH] 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 --- packages/angular-ivy/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/angular-ivy/package.json b/packages/angular-ivy/package.json index 2a1f1fbca6f3..38dc1f428acf 100644 --- a/packages/angular-ivy/package.json +++ b/packages/angular-ivy/package.json @@ -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": {