Merge remote-tracking branch 'upstream/livekit' into refactor/replace-jest-with-vitest

This commit is contained in:
Angel Mendez Cano 2024-02-09 16:22:34 -06:00
commit bd9fbc9422
3 changed files with 8 additions and 8 deletions

View File

@ -61,7 +61,7 @@
"i18next": "^23.0.0", "i18next": "^23.0.0",
"i18next-browser-languagedetector": "^7.0.0", "i18next-browser-languagedetector": "^7.0.0",
"i18next-http-backend": "^2.0.0", "i18next-http-backend": "^2.0.0",
"livekit-client": "1.15.11", "livekit-client": "1.15.12",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#99600e87f193508ad56325baf2bb134110f3905a", "matrix-js-sdk": "github:matrix-org/matrix-js-sdk#99600e87f193508ad56325baf2bb134110f3905a",
"matrix-widget-api": "^1.3.1", "matrix-widget-api": "^1.3.1",

View File

@ -26,13 +26,13 @@
// "noUncheckedIndexedAccess": true, // "noUncheckedIndexedAccess": true,
// "noUnusedParameters": true, // "noUnusedParameters": true,
"plugins": [{ "name": "typescript-eslint-language-service" }], "plugins": [{ "name": "typescript-eslint-language-service" }]
}, },
"include": [ "include": [
"./node_modules/matrix-js-sdk/src/@types/*.d.ts", "./node_modules/matrix-js-sdk/src/@types/*.d.ts",
"./src/**/*.ts", "./src/**/*.ts",
"./src/**/*.tsx", "./src/**/*.tsx",
"./test/**/*.ts", "./test/**/*.ts",
"./test/**/*.tsx", "./test/**/*.tsx"
], ]
} }

View File

@ -6109,10 +6109,10 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
livekit-client@1.15.11: livekit-client@1.15.12:
version "1.15.11" version "1.15.12"
resolved "https://registry.yarnpkg.com/livekit-client/-/livekit-client-1.15.11.tgz#f286132334466a98c6fbc35ec74e2e39a5e5ce78" resolved "https://registry.yarnpkg.com/livekit-client/-/livekit-client-1.15.12.tgz#426c6c1d5e1b0d0bf01b742980fd5448da0d9b6f"
integrity sha512-JcZXw8QQe+hwKWOwMLE+fNwVLRo99XnmPtQWgaRuP1A1eWZnPhFmLvwMW24w7lsnoBGBA4lCGm/NBa4Lla/O7Q== integrity sha512-1mjVFNOkF7f0HHAY1Z9zZw38eCxA2xCULah5z8whPkb61kG4LJU0aNCo9LWjAynO4ODLjfq2+fZvZoCHIya+6A==
dependencies: dependencies:
"@bufbuild/protobuf" "^1.3.0" "@bufbuild/protobuf" "^1.3.0"
events "^3.3.0" events "^3.3.0"