From 46a08517b46c5f3529cd41bbbd1bb80e3180001a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Thanh=20C=E1=BA=A3nh?= Date: Sat, 17 Feb 2024 04:35:32 +0700 Subject: [PATCH] feat: support Angular 17 (#252) --- 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 6496e59..92375a6 100644 --- a/projects/ngx-sweetalert2/package.json +++ b/projects/ngx-sweetalert2/package.json @@ -9,8 +9,8 @@ "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0", - "@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0", + "@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", + "@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", "sweetalert2": "^11.0.0" } }