Skip to content

Commit 1cfbfc6

Browse files
crisbetopkozlowski-opensource
authored andcommitted
fix(platform-server): remove peer dependency on animations (#58997)
The `@angular/platform-server` package had a peer dependency on `@angular/animations` which wasn't being used anywhere. PR Close #58997
1 parent 16ab166 commit 1cfbfc6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/platform-server/BUILD.bazel

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ng_module(
1515
),
1616
deps = [
1717
":bundled_domino_lib",
18-
"//packages/animations/browser",
1918
"//packages/common",
2019
"//packages/common/http",
2120
"//packages/compiler",

packages/platform-server/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
99
},
1010
"peerDependencies": {
11-
"@angular/animations": "0.0.0-PLACEHOLDER",
1211
"@angular/common": "0.0.0-PLACEHOLDER",
1312
"@angular/compiler": "0.0.0-PLACEHOLDER",
1413
"@angular/core": "0.0.0-PLACEHOLDER",

0 commit comments

Comments
 (0)