Skip to content

Commit 27f8156

Browse files
Add support for Angular 15 (#381)
1 parent ee48ce7 commit 27f8156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/auth0-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"homepage": "https://github.com/auth0/auth0-angular#readme",
2828
"peerDependencies": {
29-
"@angular/common": ">=12 <=14",
30-
"@angular/core": ">=12 <=14",
31-
"@angular/router": ">=12 <=14"
29+
"@angular/common": ">=12 <=15",
30+
"@angular/core": ">=12 <=15",
31+
"@angular/router": ">=12 <=15"
3232
},
3333
"dependencies": {
3434
"tslib": "^2.0.0",

0 commit comments

Comments
 (0)