Commit 5eccf3a
fix(animations): add missing peer dependency on
As of
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 #60660@angular/common (#60660)1 parent 4f458a8 commit 5eccf3aCopy full SHA for 5eccf3a
File tree
Expand file treeCollapse file tree
1 file changed
+2
-1
lines changedOpen diff view settings
Filter options
- packages/animations
Expand file treeCollapse file tree
1 file changed
+2
-1
lines changedOpen diff view settings
Collapse file
packages/animations/package.json
Copy file name to clipboardExpand all lines: packages/animations/package.json+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
|
0 commit comments