Skip to content

Commit 36203c2

Browse files
committed
Work around LiveKit's overly constrained dependencies
We need compatible versions of RxJS in our dependencies and LiveKit's dependencies, but LiveKit has pinned it to a very specific version which is now holding us back from updating. See livekit/components-js#1101 for a request for a proper solution.
1 parent db9f255 commit 36203c2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"vitest-axe": "^1.0.0-pre.3"
121121
},
122122
"resolutions": {
123+
"@livekit/components-core/rxjs": "^7.8.1",
123124
"matrix-widget-api": "1.11.0"
124125
}
125126
}

yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7636,14 +7636,7 @@ rxjs-report-usage@^1.0.4:
76367636
glob "~7.2.0"
76377637
prompts "~2.4.2"
76387638

7639-
7640-
version "7.8.1"
7641-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
7642-
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
7643-
dependencies:
7644-
tslib "^2.1.0"
7645-
7646-
rxjs@^7.5.2, rxjs@^7.8.1:
7639+
[email protected], rxjs@^7.5.2, rxjs@^7.8.1:
76477640
version "7.8.2"
76487641
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.2.tgz#955bc473ed8af11a002a2be52071bf475638607b"
76497642
integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==

0 commit comments

Comments
 (0)