Skip to content

Commit

Permalink
chore: add support for Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
PuriaRad committed Jun 18, 2024
1 parent 8f046fc commit 05e5dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/auth0-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"homepage": "https://github.com/auth0/auth0-angular#readme",
"peerDependencies": {
"@angular/common": ">=12 <=15",
"@angular/core": ">=12 <=15",
"@angular/router": ">=12 <=15"
"@angular/common": ">=12 <=17",
"@angular/core": ">=12 <=17",
"@angular/router": ">=12 <=17"
},
"dependencies": {
"tslib": "^2.0.0",
Expand Down

0 comments on commit 05e5dad

Please sign in to comment.