From 73e5a6d27bd4a8219068b0b10a28ed9039bc1c0c Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 25 Nov 2021 08:20:54 -0500 Subject: [PATCH] feat(angular): Add Angular 13 to peer dep --- 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 f9e8a725c020..d86fc56146e3 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -16,9 +16,9 @@ "access": "public" }, "peerDependencies": { - "@angular/common": "10.x || 11.x || 12.x", - "@angular/core": "10.x || 11.x || 12.x", - "@angular/router": "10.x || 11.x || 12.x" + "@angular/common": "10.x || 11.x || 12.x || 13.x", + "@angular/core": "10.x || 11.x || 12.x || 13.x", + "@angular/router": "10.x || 11.x || 12.x || 13.x" }, "dependencies": { "@sentry/browser": "6.15.0",