Skip to content

Commit 522acbf

Browse files
alan-agius4pkozlowski-opensource
authored andcommitted
fix(service-worker): add missing rxjs peer dependency (#59747)
The `@angular/service-worker` package now explicitly declares `rxjs` as a peer dependency. PR Close #59747
1 parent 0fdc4cd commit 522acbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/service-worker/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"tslib": "^2.3.0"
2323
},
2424
"peerDependencies": {
25-
"@angular/core": "0.0.0-PLACEHOLDER"
25+
"@angular/core": "0.0.0-PLACEHOLDER",
26+
"rxjs": "^6.5.3 || ^7.4.0"
2627
},
2728
"repository": {
2829
"type": "git",

0 commit comments

Comments
 (0)