From 22816fe7ea86cea0f012a819893160faceffbd19 Mon Sep 17 00:00:00 2001 From: Jason Hadlock Date: Wed, 3 Nov 2021 09:46:57 -0500 Subject: [PATCH] match @angular libs to allow angular12 upgrade to rxjs v7.x --- src/app/components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/package.json b/src/app/components/package.json index 1eedc7c6d2a..d50d8ac2d44 100644 --- a/src/app/components/package.json +++ b/src/app/components/package.json @@ -18,7 +18,7 @@ "@angular/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0", "@angular/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0", "@angular/forms": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0", - "rxjs": "^6.0.0", + "rxjs": "^6.0.0 || ^7.0.0", "zone.js": "^0.10.2 || ^0.11.0" } }