Skip to content

Commit

Permalink
fix: upgrade to angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
schilzx committed Oct 15, 2024
1 parent 8ad9b60 commit e904ff6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions projects/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions projects/permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions projects/roles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit e904ff6

Please sign in to comment.