diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 618805fe2d5..c34d799da01 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -48,3 +48,8 @@ minimumReleaseAgeExclude: - '@ngtools/webpack' - '@schematics/*' - 'ng-packagr' + +# Allow any version of @angular/* packages to satisfy peer dependencies, as these are managed within the monorepo. +peerDependencyRules: + allowAny: + - '@angular/*'