Update dependency @livekit/components-react to v2.3.5 (#80)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-04 15:01:21 +02:00 committed by GitHub
parent ad4b35eda5
commit 6703c35bc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
package-lock.json generated
View File

@ -308,9 +308,9 @@
}
},
"node_modules/@livekit/components-core": {
"version": "0.10.4",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.10.4.tgz",
"integrity": "sha512-YbLvY4pJfnnZjCUqLUO6wPgF/kFN9bLRAERXODWfW9g4xdBCVULWIHNf5fXELRLY4vvvhd3Mthi6TeENkOaXbQ==",
"version": "0.10.5",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.10.5.tgz",
"integrity": "sha512-PCX9GT96NLH5bKKO2CKMd5uIHtoy0zRuJ9FJlYoE/anrN2LM1K8LmD/ntD2RoZ1EZ4iobSef18VlOk48rTBqmQ==",
"license": "Apache-2.0",
"dependencies": {
"@floating-ui/dom": "1.6.7",
@ -327,12 +327,12 @@
}
},
"node_modules/@livekit/components-react": {
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.3.4.tgz",
"integrity": "sha512-MqGqV8WJdxCrgJ0NVBoaDqfIfl6mrJvfybKR+X6TsaJ8q3kFSdxTL6INTawZjRitQE6EPVhaHt3rP+Bye3nfxQ==",
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.3.5.tgz",
"integrity": "sha512-2QQCNYq+ak4/hHut/HNs08QY2Fi4bsabLrGGPz/OqNRG84znpWweAhpEgJv/uRpCw7sD5haag1SKuH63p2PbDA==",
"license": "Apache-2.0",
"dependencies": {
"@livekit/components-core": "0.10.4",
"@livekit/components-core": "0.10.5",
"@react-hook/latest": "1.0.3",
"clsx": "2.1.1",
"usehooks-ts": "3.1.0"