Update dependency @livekit/components-react to v1.0.5 (#75)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-05 17:20:56 -07:00 committed by GitHub
parent ebaeca86ca
commit a7c1acfbd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View file

@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "1.0.4",
"@livekit/components-react": "1.0.5",
"@livekit/components-styles": "1.0.1",
"livekit-client": "1.9.7",
"livekit-server-sdk": "1.2.1",

View file

@ -80,23 +80,23 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
"@livekit/components-core@0.6.7":
version "0.6.7"
resolved "https://registry.yarnpkg.com/@livekit/components-core/-/components-core-0.6.7.tgz#e6fdbdf0feade66f6c187dc8b7f1b54e2fbe4b85"
integrity sha512-Nc+HMvIhMRuZUYkUWxHobVH+ZpQNSwzdeVZpWOVea0hUGh7A3WeOY5rS0LY3zrvCAseRooOK+pQHna9KSFf2RQ==
"@livekit/components-core@0.6.8":
version "0.6.8"
resolved "https://registry.yarnpkg.com/@livekit/components-core/-/components-core-0.6.8.tgz#f3922fc878cfecf815f5e6b8b88a55eb74bee1e6"
integrity sha512-4ib2ixqz2zGCjPfmTc6+kt1SXUw9aD09Bhw7WhGK5toAVJt57mULH8zZ2ccC3NzenioToZVVaJhM06C4ipApBQ==
dependencies:
"@floating-ui/dom" "^1.1.0"
email-regex "^5.0.0"
global-tld-list "^0.0.1093"
global-tld-list "^0.0.1125"
loglevel "^1.8.1"
rxjs "^7.8.0"
"@livekit/components-react@1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@livekit/components-react/-/components-react-1.0.4.tgz#b4caab25679897e85b1c2caa68ebed3df0821152"
integrity sha512-0TdEE8ezlRDFskX3PKZL3dENglnNDBL8I6rm2fLEQ74FyTO4YZINF1r1gPSKMy8fajecTfSerORuQmmhE3dF+Q==
"@livekit/components-react@1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@livekit/components-react/-/components-react-1.0.5.tgz#d32dd5b6117d7a1432b4f6749c13d9c342e7d059"
integrity sha512-EhtCGDKK0japLj1FKi1sJeX7iSyzugNBNhNQQdqslpJx/8oI5C6gniWw2yN04YzSsHAeuz6XBZEwrrGpBGbs4g==
dependencies:
"@livekit/components-core" "0.6.7"
"@livekit/components-core" "0.6.8"
"@react-hook/latest" "^1.0.3"
clsx "^1.2.1"
@ -1196,10 +1196,10 @@ glob@^7.1.3, glob@^7.2.0:
once "^1.3.0"
path-is-absolute "^1.0.0"
global-tld-list@^0.0.1093:
version "0.0.1093"
resolved "https://registry.yarnpkg.com/global-tld-list/-/global-tld-list-0.0.1093.tgz#223c3e82e1673f36f8d874d42a30f3b8463508de"
integrity sha512-V6ZI9rzpsiVQdEZyMgt4ujKPkR82a+IxmPdMGO7oHc+iBfhdxTTO3nk8+pNUyGCXOHeOCrk7icOKcBMxBMEKkg==
global-tld-list@^0.0.1125:
version "0.0.1125"
resolved "https://registry.yarnpkg.com/global-tld-list/-/global-tld-list-0.0.1125.tgz#d68a14f1dadbc8ba0c72a2a318ee1fcfcd00153f"
integrity sha512-n2O+apQp74FBYxJ3yUnX3KDzcRd4D7Ef9j+CPCpjzGKUL4D/vU/MJ5rQjaZXh/7Dc7aUMmwOD6UqJRn+sdEgiw==
globals@^13.19.0:
version "13.20.0"