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" } }