From b22bc36f22d94e3f879a16457c84404b332709ce Mon Sep 17 00:00:00 2001 From: Justin Bahn Date: Tue, 25 Jun 2024 20:24:18 -0700 Subject: [PATCH] Update package.json Updated peer dependency to support Angular 18 --- 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 92375a6..ba6f2f8 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 || ^17.0.0", - "@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", + "@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", + "@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", "sweetalert2": "^11.0.0" } }