Update LiveKit dependencies (non-major) (#25)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-23 01:48:35 +00:00 committed by GitHub
parent 09f8c8759e
commit f02e7d5f80
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,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "0.4.0",
"@livekit/components-styles": "0.1.13",
"@livekit/components-react": "0.4.1",
"@livekit/components-styles": "0.1.14",
"livekit-client": "1.6.5",
"livekit-server-sdk": "1.1.0",
"next": "12.3.4",

View file

@ -63,10 +63,10 @@
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.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@livekit/components-core/-/components-core-0.3.0.tgz#783f8ffae39cf5315df47e724d01581bf9915732"
integrity sha512-zFNStKZvW3U2uT3XA67OLvRwGctc3gROJSHFfSBafB6Odgxn3Zd95ykLbFy1QlUc+jldSwO6KLXt1djoRX7yUA==
"@livekit/components-core@0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@livekit/components-core/-/components-core-0.3.1.tgz#3e5ad7f1230f2a49900773986a33732641678c8e"
integrity sha512-+m43k3ippgRLZ6fuRV8e3VWK7R23+VFKiSWmu1hDZYYWYZp60Z/sShx17AD1Gl6Da7NtVnccYO5xU29Hpibpfg==
dependencies:
"@floating-ui/dom" "^1.1.0"
email-regex "^5.0.0"
@ -75,19 +75,19 @@
loglevel "^1.8.1"
rxjs "^7.8.0"
"@livekit/components-react@0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@livekit/components-react/-/components-react-0.4.0.tgz#7869f8416fc2abd74afd924db1a285f729f0be40"
integrity sha512-X+GrgGSNXuJYdYbuF1hrhiOK40C/RIvyaCuF9JiaQU2wXn9McUDcABXV/iPC5n+Ecf7H/dNY/AVqvNcQlOBugg==
"@livekit/components-react@0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@livekit/components-react/-/components-react-0.4.1.tgz#a2d823c108e4b0468d3fb4cef9dcf068930fa290"
integrity sha512-hY5aDXaoYaaluKKQ11y7rhomBQwiD1uT2o/mJaVFevI0LrH74HIRs2v8hGJie7sO8d6SaWymPpIsrbSVQvjJWg==
dependencies:
"@livekit/components-core" "0.3.0"
"@livekit/components-core" "0.3.1"
"@react-hook/latest" "^1.0.3"
clsx "^1.2.1"
"@livekit/components-styles@0.1.13":
version "0.1.13"
resolved "https://registry.yarnpkg.com/@livekit/components-styles/-/components-styles-0.1.13.tgz#6a510fb2b40a791492a41ecb2a6ff0b6b90d09ed"
integrity sha512-BFSr1PM+escUV+BJrheARchfoX0brUnvQjjXtzPwAP42K5U6DW+NH8XOfSH4GAZnUyeexmmYxWfOCYPYwv9IbA==
"@livekit/components-styles@0.1.14":
version "0.1.14"
resolved "https://registry.yarnpkg.com/@livekit/components-styles/-/components-styles-0.1.14.tgz#93b49624c2b1b1fe30949f487d8b5970aae8afaf"
integrity sha512-6kwksXZE2OVVOcJPVBfS9b6cXKfNJdSAAkWS2CkxeAbyx5uMDiMudgA6J+B/NNOzpnog0dxK/pUrh0yvn2pltw==
"@next/env@12.3.4":
version "12.3.4"