Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5eccf3a

Browse filesBrowse files
devversionthePunderWoman
authored andcommitted
fix(animations): add missing peer dependency on @angular/common (#60660)
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
1 parent 4f458a8 commit 5eccf3a
Copy full SHA for 5eccf3a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open 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 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.