From eef1a1bbfb0538333aa59bd70ce6e0c21eb600ed Mon Sep 17 00:00:00 2001 From: Zenith Wogwugwu Date: Mon, 4 Nov 2024 02:17:23 +0100 Subject: [PATCH] fix: upgrade angular core to 18 --- projects/ngx-error-pages/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/projects/ngx-error-pages/package.json b/projects/ngx-error-pages/package.json index 6233a08..34c823b 100644 --- a/projects/ngx-error-pages/package.json +++ b/projects/ngx-error-pages/package.json @@ -7,16 +7,16 @@ "tag": "latest" }, "peerDependencies": { - "@angular/animations": "^17.0.9", - "@angular/cdk": "^17.0.5", - "@angular/common": "^17.0.9", - "@angular/compiler": "^17.0.9", - "@angular/core": "^17.0.9", - "@angular/forms": "^17.0.9", - "@angular/material": "^17.0.5", - "@angular/platform-browser": "^17.0.9", - "@angular/platform-browser-dynamic": "^17.0.9", - "@angular/router": "^17.0.9" + "@angular/animations": "^18.2.10", + "@angular/cdk": "^18.2.11", + "@angular/common": "^18.2.10", + "@angular/compiler": "^18.2.10", + "@angular/core": "^18.2.10", + "@angular/forms": "^18.2.10", + "@angular/material": "^18.2.11", + "@angular/platform-browser": "^18.2.10", + "@angular/platform-browser-dynamic": "^18.2.10", + "@angular/router": "^18.2.10" }, "dependencies": { "tslib": "^2.3.0"