diff --git a/docs/site/angular-auth-oidc-client/docs/migrations/v19-to-v20.md b/docs/site/angular-auth-oidc-client/docs/migrations/v19-to-v20.md new file mode 100644 index 000000000..6d12f47a0 --- /dev/null +++ b/docs/site/angular-auth-oidc-client/docs/migrations/v19-to-v20.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 94 +--- + +# Version 19 to 20 + +## TL;DR: Breaking Changes + +- Requires Angular v20 or higher diff --git a/projects/angular-auth-oidc-client/package.json b/projects/angular-auth-oidc-client/package.json index e91d57aaa..6434810cc 100644 --- a/projects/angular-auth-oidc-client/package.json +++ b/projects/angular-auth-oidc-client/package.json @@ -3,9 +3,9 @@ "author": "Damien Bowden & Fabian Gosebrink", "peerDependencies": { "rxjs": "^6.5.3 || ^7.4.0", - "@angular/core": ">=15.0.0", - "@angular/common": ">=15.0.0", - "@angular/router": ">=15.0.0" + "@angular/core": ">=20.0.0", + "@angular/common": ">=20.0.0", + "@angular/router": ">=20.0.0" }, "dependencies": { "tslib": "^2.3.0",