Skip to content

Commit

Permalink
chore(deps): remove the unused rxjs dependency from the react-sdk (
Browse files Browse the repository at this point in the history
…#1171)

`rxjs` isn't directly used in `react-sdk` anymore (see #1127).
This PR removes the dependency from the list of dependencies.
  • Loading branch information
oliverlaz authored Oct 31, 2023
1 parent 51c7385 commit 702bc31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"@stream-io/video-client": "workspace:^",
"@stream-io/video-react-bindings": "workspace:^",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
"rxjs": "~7.8.1"
"prop-types": "^15.8.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7854,7 +7854,6 @@ __metadata:
react-dom: ^18.2.0
rimraf: ^5.0.5
rollup: ^3.29.4
rxjs: ~7.8.1
typescript: ^5.2.2
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit 702bc31

Please sign in to comment.