fix(animations): add missing peer dependency on @angular/common (#60660)

As of
1c4a3677eb (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 #60660
This commit is contained in:
Paul Gschwendtner 2025-04-01 06:28:53 +00:00 committed by Jessica Janiuk
parent 4f458a825d
commit 5eccf3a5e5

View file

@ -11,7 +11,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER"
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER"
},
"repository": {
"type": "git",