From 6f868d13b3d5c6e8b23638b58366763f7f96691e Mon Sep 17 00:00:00 2001 From: Morgan Touverey Quilling Date: Fri, 19 Jun 2020 00:23:29 +0200 Subject: [PATCH] fix(package): fix Angular version requirement --- projects/ngx-sweetalert2/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/ngx-sweetalert2/package.json b/projects/ngx-sweetalert2/package.json index 8739ac6..3240673 100644 --- a/projects/ngx-sweetalert2/package.json +++ b/projects/ngx-sweetalert2/package.json @@ -6,8 +6,8 @@ "url": "https://github.com/sweetalert2/ngx-sweetalert2.git" }, "peerDependencies": { - "@angular/common": ">=8.0.0", - "@angular/core": ">=8.0.0", + "@angular/common": ">=9.0.0", + "@angular/core": ">=9.0.0", "sweetalert2": "^9.14.4" } }