Update dependency @livekit/components-react to v2.5.4 (#100)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-17 19:30:48 +02:00 committed by GitHub
parent 71aeca4d36
commit a3c7a8e700
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

34
package-lock.json generated
View File

@ -1869,13 +1869,13 @@
} }
}, },
"node_modules/@floating-ui/dom": { "node_modules/@floating-ui/dom": {
"version": "1.6.8", "version": "1.6.11",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.8.tgz", "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.11.tgz",
"integrity": "sha512-kx62rP19VZ767Q653wsP1XZCGIirkE09E0QUGNYTM/ttbbQHqcGPdSfWFxUyyNLc/W6aoJRBajOSXhP6GXjC0Q==", "integrity": "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@floating-ui/core": "^1.6.0", "@floating-ui/core": "^1.6.0",
"@floating-ui/utils": "^0.2.5" "@floating-ui/utils": "^0.2.8"
} }
}, },
"node_modules/@floating-ui/react-dom": { "node_modules/@floating-ui/react-dom": {
@ -1891,9 +1891,9 @@
} }
}, },
"node_modules/@floating-ui/utils": { "node_modules/@floating-ui/utils": {
"version": "0.2.7", "version": "0.2.8",
"resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.7.tgz", "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz",
"integrity": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==", "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@humanwhocodes/config-array": { "node_modules/@humanwhocodes/config-array": {
@ -2028,12 +2028,12 @@
} }
}, },
"node_modules/@livekit/components-core": { "node_modules/@livekit/components-core": {
"version": "0.11.4", "version": "0.11.5",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.11.4.tgz", "resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.11.5.tgz",
"integrity": "sha512-8Dr/9WCEov5AW42KrTnLTuoEIK1yWHcdvvJl8znxx59uUVlE8o6IvsFnofNlfRJ2fCADSnw0K2yEpLQjwLel2Q==", "integrity": "sha512-aaWPQJEfbY5tUND+diB7sW/6dRWN/H9lwqVy7L3nt15MszN1lX7ZlM9gA4ODquv+wUyFhxYfjRm7jVuV/g234g==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@floating-ui/dom": "1.6.8", "@floating-ui/dom": "1.6.11",
"loglevel": "1.9.1", "loglevel": "1.9.1",
"rxjs": "7.8.1" "rxjs": "7.8.1"
}, },
@ -2041,18 +2041,18 @@
"node": ">=18" "node": ">=18"
}, },
"peerDependencies": { "peerDependencies": {
"@livekit/protocol": "^1.16.0", "@livekit/protocol": "^1.20.1",
"livekit-client": "^2.4.0", "livekit-client": "^2.4.0",
"tslib": "^2.6.2" "tslib": "^2.6.2"
} }
}, },
"node_modules/@livekit/components-react": { "node_modules/@livekit/components-react": {
"version": "2.5.3", "version": "2.5.4",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.5.3.tgz", "resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.5.4.tgz",
"integrity": "sha512-RKqi2KDltsqTdw5xx0ahEfHtuFvQoTjmJ/M1pukqU7Eczcuwga4AuEESxWkq6ct7Zenabru4eYjFbScc60L3og==", "integrity": "sha512-uog/fZMOABFNX2HS8R4zYr2F+m14vS4mifAnRWDux+4wjMvBminX57pRqf/YN9wHc0cmiPlq0Nd8JLWnqJd2fg==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@livekit/components-core": "0.11.4", "@livekit/components-core": "0.11.5",
"clsx": "2.1.1", "clsx": "2.1.1",
"usehooks-ts": "3.1.0" "usehooks-ts": "3.1.0"
}, },
@ -2060,7 +2060,7 @@
"node": ">=18" "node": ">=18"
}, },
"peerDependencies": { "peerDependencies": {
"@livekit/protocol": "^1.16.0", "@livekit/protocol": "^1.20.1",
"livekit-client": "^2.4.0", "livekit-client": "^2.4.0",
"react": ">=18", "react": ">=18",
"react-dom": ">=18", "react-dom": ">=18",