Skip to content

Commit

Permalink
fix(service-worker): add missing rxjs peer dependency (#59747)
Browse files Browse the repository at this point in the history
The `@angular/service-worker` package now explicitly declares `rxjs` as a peer dependency.

PR Close #59747
  • Loading branch information
alan-agius4 authored and pkozlowski-opensource committed Jan 28, 2025
1 parent 0fdc4cd commit 522acbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER"
"@angular/core": "0.0.0-PLACEHOLDER",
"rxjs": "^6.5.3 || ^7.4.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 522acbf

Please sign in to comment.