mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-01 09:54:37 +00:00
Update livekit to 2.18.1
Fix mocking in a test Also add "skipLibCheck": true in tsconfig
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
"i18next-parser": "^9.1.0",
|
||||
"jsdom": "^26.0.0",
|
||||
"knip": "^5.86.0",
|
||||
"livekit-client": "^2.13.0",
|
||||
"livekit-client": "^2.18.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"loglevel": "^1.9.1",
|
||||
"matrix-js-sdk": "matrix-org/matrix-js-sdk#6e3efef0c5f660df47cf00874927dec1c75cc3cf",
|
||||
|
||||
@@ -131,6 +131,7 @@ beforeEach(() => {
|
||||
},
|
||||
new Map(),
|
||||
{},
|
||||
{},
|
||||
);
|
||||
|
||||
vi.mocked(localParticipant).createTracks = vi
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"module": "es2022",
|
||||
"jsx": "react-jsx",
|
||||
"lib": ["es2024", "dom", "dom.iterable"],
|
||||
"skipLibCheck": true,
|
||||
|
||||
// From Matrix-JS-SDK
|
||||
"strict": true,
|
||||
|
||||
@@ -8693,7 +8693,7 @@ __metadata:
|
||||
i18next-parser: "npm:^9.1.0"
|
||||
jsdom: "npm:^26.0.0"
|
||||
knip: "npm:^5.86.0"
|
||||
livekit-client: "npm:^2.13.0"
|
||||
livekit-client: "npm:^2.18.1"
|
||||
lodash-es: "npm:^4.17.21"
|
||||
loglevel: "npm:^1.9.1"
|
||||
matrix-js-sdk: "matrix-org/matrix-js-sdk#6e3efef0c5f660df47cf00874927dec1c75cc3cf"
|
||||
@@ -11677,7 +11677,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"livekit-client@npm:^2.13.0":
|
||||
"livekit-client@npm:^2.18.1":
|
||||
version: 2.18.1
|
||||
resolution: "livekit-client@npm:2.18.1"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user