Skip to content

Commit fa48f98

Browse files
devversionthePunderWoman
authored andcommitted
fix(animations): add missing peer dependency on @angular/common (angular#60660)
As of angular@1c4a367#diff-64131f78c9ae21421dc277debf9c8a16705a90fa649ddf580da3db434c295b11R7-R8, the animations package has a dependency on `@angular/common`. This commit adds this dependency to the `package.json`— as otherwise pnpm strict builds will fail. PR Close angular#60660
1 parent 9eaeffd commit fa48f98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/animations/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"tslib": "^2.3.0"
1212
},
1313
"peerDependencies": {
14-
"@angular/core": "0.0.0-PLACEHOLDER"
14+
"@angular/core": "0.0.0-PLACEHOLDER",
15+
"@angular/common": "0.0.0-PLACEHOLDER"
1516
},
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)