Skip to content

Commit

Permalink
fix(platform-server): remove peer dependency on animations (#58997)
Browse files Browse the repository at this point in the history
The `@angular/platform-server` package had a peer dependency on `@angular/animations` which wasn't being used anywhere.

PR Close #58997
  • Loading branch information
crisbeto authored and pkozlowski-opensource committed Dec 2, 2024
1 parent 16ab166 commit 1cfbfc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/platform-server/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ng_module(
),
deps = [
":bundled_domino_lib",
"//packages/animations/browser",
"//packages/common",
"//packages/common/http",
"//packages/compiler",
Expand Down
1 change: 0 additions & 1 deletion packages/platform-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
"@angular/animations": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/compiler": "0.0.0-PLACEHOLDER",
"@angular/core": "0.0.0-PLACEHOLDER",
Expand Down

0 comments on commit 1cfbfc6

Please sign in to comment.