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