From d0410544d229c74ce4c43067216e5ae8a9bf9775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Thu, 11 Mar 2021 17:19:19 +0300 Subject: [PATCH] Fixed #9989 - Allow zone.js 0.11.4 --- 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 ca626b95a14..ed5369a6fcd 100644 --- a/src/app/components/package.json +++ b/src/app/components/package.json @@ -19,6 +19,6 @@ "@angular/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0", "@angular/forms": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0", "rxjs": "^6.0.0", - "zone.js": "^0.10.2" + "zone.js": "^0.10.2 || ^0.11.0" } } \ No newline at end of file