Update dependency @livekit/components-react to v2.5.2 (#97)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-12 11:54:24 +02:00 committed by GitHub
parent 2eb2679a38
commit 302afd8844
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.11.2",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.11.2.tgz",
"integrity": "sha512-rXQ1OvyGe9gY8BCpH5FTr4Il17/sS/ecJQbG3PoOXAkQVl5JP965eqUPyKXZTdxNKlVLef00AygrO2pPArwOTA==",
"version": "0.11.3",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.11.3.tgz",
"integrity": "sha512-fGHDmZyW2A1p4z8AGdR5lFFMHKyXwvLT0DPYfKi3VhRodNzlm4ORMEZyHqioWrorjIJ453PU1nBDmv44ZqzgUg==",
"license": "Apache-2.0",
"dependencies": {
"@floating-ui/dom": "1.6.8",
@ -327,12 +327,12 @@
}
},
"node_modules/@livekit/components-react": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.4.3.tgz",
"integrity": "sha512-XhCvwFvNjhBJcoQHIY4Hk6MBp7mM9q0n0i7sN/xK3fB1DSjkxIkpc7lh/+Pjqdu6F6OJT3MjwNFYnftqy6kcmw==",
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.5.2.tgz",
"integrity": "sha512-N4cNWiXliJa69em9HzDQxCYolW8lXYgwuY2ilWxMLbSPzkqEVb5FTVFIputrmX+k3VhXL5635CejaW36NRpb9Q==",
"license": "Apache-2.0",
"dependencies": {
"@livekit/components-core": "0.11.2",
"@livekit/components-core": "0.11.3",
"clsx": "2.1.1",
"usehooks-ts": "3.1.0"
},