Skip to content

Commit cb445ef

Browse files
fix: remove RxJS peer dependency (#335)
Closes #333
1 parent 8b06e23 commit cb445ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/testing-library/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"@angular/common": ">= 14.0.0",
3333
"@angular/platform-browser": ">= 14.0.0",
3434
"@angular/router": ">= 14.0.0",
35-
"@angular/core": ">= 14.0.0",
36-
"rxjs": ">= 7.4.0"
35+
"@angular/core": ">= 14.0.0"
3736
},
3837
"dependencies": {
3938
"@testing-library/dom": "^8.0.0",

0 commit comments

Comments
 (0)