Skip to content

Commit

Permalink
fix(@angular/ssr): add missing peer dependency on `@angular/platform-…
Browse files Browse the repository at this point in the history
…server`

This is a required peer dependency which was not listed.
  • Loading branch information
alan-agius4 committed Aug 22, 2024
1 parent c279523 commit d43180a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"peerDependencies": {
"@angular/common": "^19.0.0-next.0",
"@angular/core": "^19.0.0-next.0",
"@angular/platform-server": "^19.0.0-next.0",
"@angular/router": "^19.0.0-next.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@ __metadata:
peerDependencies:
"@angular/common": ^19.0.0-next.0
"@angular/core": ^19.0.0-next.0
"@angular/platform-server": ^19.0.0-next.0
"@angular/router": ^19.0.0-next.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit d43180a

Please sign in to comment.