Skip to content

Commit 4731120

Browse files
committed
fix: update peerDependencies to Angular 20
1 parent 1f72960 commit 4731120

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 94
3+
---
4+
5+
# Version 19 to 20
6+
7+
## TL;DR: Breaking Changes
8+
9+
- Requires Angular v20 or higher

projects/angular-auth-oidc-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"author": "Damien Bowden & Fabian Gosebrink",
44
"peerDependencies": {
55
"rxjs": "^6.5.3 || ^7.4.0",
6-
"@angular/core": ">=15.0.0",
7-
"@angular/common": ">=15.0.0",
8-
"@angular/router": ">=15.0.0"
6+
"@angular/core": ">=20.0.0",
7+
"@angular/common": ">=20.0.0",
8+
"@angular/router": ">=20.0.0"
99
},
1010
"dependencies": {
1111
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)