From ef8f4d84b85940457caa290fb0b463d329824c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Tue, 26 Jan 2021 12:05:39 +0100 Subject: [PATCH] [ref] Add Angular 11 to possible peerDependencies list --- 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 50e9e5e052a1..a4762da02536 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -16,9 +16,9 @@ "access": "public" }, "peerDependencies": { - "@angular/common": "^10.0.3", - "@angular/core": "^10.0.3", - "@angular/router": "^10.0.3" + "@angular/common": "10.x || 11.x", + "@angular/core": "10.x || 11.x", + "@angular/router": "10.x || 11.x" }, "dependencies": { "@sentry/browser": "6.0.2",