From 5de530d1880ef0cb8f0af3f1baa727349f22a4fe Mon Sep 17 00:00:00 2001 From: Limon Monte Date: Tue, 12 Nov 2019 17:03:41 +0200 Subject: [PATCH] fix: sweetalert2 peerDependency --- projects/ngx-sweetalert2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ngx-sweetalert2/package.json b/projects/ngx-sweetalert2/package.json index 739ff05..d8067f1 100644 --- a/projects/ngx-sweetalert2/package.json +++ b/projects/ngx-sweetalert2/package.json @@ -8,6 +8,6 @@ "peerDependencies": { "@angular/common": "^8.2.0", "@angular/core": "^8.2.0", - "sweetalert2": "^8.17.1" + "sweetalert2": "^9.0.0" } }