Skip to content

Commit 67f213a

Browse files
authored
fix(cdk/a11y): add @angular/platform-browser to peer dependencies (#32471)
This commit #32412 introduced a new dependency but it was not listed in the peer dependencies. This causes the build to fail when using PNPM as the package cannot be resolved.
1 parent 2ad3866 commit 67f213a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdk/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"peerDependencies": {
4848
"@angular/core": "0.0.0-NG",
4949
"@angular/common": "0.0.0-NG",
50+
"@angular/platform-browser": "0.0.0-NG",
5051
"rxjs": "^6.5.3 || ^7.4.0"
5152
},
5253
"dependencies": {

0 commit comments

Comments
 (0)