Skip to content

Commit

Permalink
fix: upgrade to angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
uzenith360 committed Nov 4, 2024
1 parent 1d24221 commit 26308e2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions projects/ngx-jwt-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"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/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",
"@auth0/angular-jwt": "^5.0.2",
"@uzenith360/in-memory-cache": "1.1.5",
"@uzenith360/jwt-utils": "^1.1.4",
"@angular/router": "^17.0.9",
"@auth0/angular-jwt": "^5.0.2",
"rxjs": "~7.8.0",
"subsink": "^1.0.2",
"tslib": "^2.3.0",
Expand Down

0 comments on commit 26308e2

Please sign in to comment.