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 https://github.com/livekit/components-js/issues/1101 for a request for a proper solution.
This commit is contained in:
Robin
2025-03-04 00:10:17 -05:00
parent db9f255a4a
commit 36203c2017
2 changed files with 2 additions and 8 deletions

View File

@@ -120,6 +120,7 @@
"vitest-axe": "^1.0.0-pre.3"
},
"resolutions": {
"@livekit/components-core/rxjs": "^7.8.1",
"matrix-widget-api": "1.11.0"
}
}