From 42a2041049e144e169aedf68c1c71f0bc9ea1fed Mon Sep 17 00:00:00 2001 From: Arjen Brandenburgh Date: Thu, 4 May 2023 09:34:57 +0200 Subject: [PATCH 1/2] chore: upgrade peerDependencies to angular 16 --- packages/angular-ivy/package.json | 6 +++--- packages/angular/package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 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": { diff --git a/packages/angular/package.json b/packages/angular/package.json index 5f4bae32977a..71b47a9540ff 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -15,9 +15,9 @@ "access": "public" }, "peerDependencies": { - "@angular/common": ">= 10.x <= 15.x", - "@angular/core": ">= 10.x <= 15.x", - "@angular/router": ">= 10.x <= 15.x", + "@angular/common": ">= 10.x <= 16.x", + "@angular/core": ">= 10.x <= 16.x", + "@angular/router": ">= 10.x <= 16.x", "rxjs": "^6.5.5 || ^7.x" }, "dependencies": { From 62c6eca9068cf2db6f4c872f8e78098dbd6dca7d Mon Sep 17 00:00:00 2001 From: Arjen Brandenburgh <7848606+arjenbrandenburgh@users.noreply.github.com> Date: Thu, 4 May 2023 10:03:11 +0200 Subject: [PATCH 2/2] fix(revert): revert Angular upgrade to the @sentry/angular package Co-authored-by: Lukas Stracke --- packages/angular/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/angular/package.json b/packages/angular/package.json index 71b47a9540ff..5f4bae32977a 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -15,9 +15,9 @@ "access": "public" }, "peerDependencies": { - "@angular/common": ">= 10.x <= 16.x", - "@angular/core": ">= 10.x <= 16.x", - "@angular/router": ">= 10.x <= 16.x", + "@angular/common": ">= 10.x <= 15.x", + "@angular/core": ">= 10.x <= 15.x", + "@angular/router": ">= 10.x <= 15.x", "rxjs": "^6.5.5 || ^7.x" }, "dependencies": {