From e904ff65e64a3cab6afbf29422baafe8909e8ede Mon Sep 17 00:00:00 2001 From: xbrancher Date: Tue, 15 Oct 2024 10:05:09 +0200 Subject: [PATCH] fix: upgrade to angular 18 --- projects/auth/package.json | 6 +++--- projects/core/package.json | 4 ++-- projects/permissions/package.json | 6 +++--- projects/roles/package.json | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/projects/auth/package.json b/projects/auth/package.json index 2da5fca..a349e34 100755 --- a/projects/auth/package.json +++ b/projects/auth/package.json @@ -22,8 +22,8 @@ "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": "^17.0.0-rc.0 || ^17.0.0", - "@angular/core": "^17.0.0-rc.0 || ^17.0.0", - "@ngx-security/core": "^17.0.0-snapshot.0 || ^17.0.0" + "@angular/common": "^18.0.0-rc.0 || ^18.0.0", + "@angular/core": "^18.0.0-rc.0 || ^18.0.0", + "@ngx-security/core": "^18.0.0-snapshot.0 || ^18.0.0" } } diff --git a/projects/core/package.json b/projects/core/package.json index 74d4a9f..10137e3 100755 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -17,7 +17,7 @@ "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": "^17.0.0-rc.0 || ^17.0.0", - "@angular/core": "^17.0.0-rc.0 || ^17.0.0" + "@angular/common": "^18.0.0-rc.0 || ^18.0.0", + "@angular/core": "^18.0.0-rc.0 || ^18.0.0" } } diff --git a/projects/permissions/package.json b/projects/permissions/package.json index 677a5b1..ff9821a 100644 --- a/projects/permissions/package.json +++ b/projects/permissions/package.json @@ -20,8 +20,8 @@ "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": "^17.0.0-rc.0 || ^17.0.0", - "@angular/core": "^17.0.0-rc.0 || ^17.0.0", - "@ngx-security/core": "^17.0.0-snapshot.0 || ^17.0.0" + "@angular/common": "^18.0.0-rc.0 || ^18.0.0", + "@angular/core": "^18.0.0-rc.0 || ^18.0.0", + "@ngx-security/core": "^18.0.0-snapshot.0 || ^18.0.0" } } diff --git a/projects/roles/package.json b/projects/roles/package.json index 645fe44..3c5a3dd 100755 --- a/projects/roles/package.json +++ b/projects/roles/package.json @@ -19,8 +19,8 @@ "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": "^17.0.0-rc.0 || ^17.0.0", - "@angular/core": "^17.0.0-rc.0 || ^17.0.0", - "@ngx-security/core": "^17.0.0-snapshot.0 || ^17.0.0" + "@angular/common": "^18.0.0-rc.0 || ^18.0.0", + "@angular/core": "^18.0.0-rc.0 || ^18.0.0", + "@ngx-security/core": "^18.0.0-snapshot.0 || ^18.0.0" } }