Update LiveKit dependencies (non-major) (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
cb0f58793c
commit
00dcf58845
2 changed files with 15 additions and 15 deletions
|
@ -9,8 +9,8 @@
|
|||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@livekit/components-react": "1.0.7",
|
||||
"@livekit/components-styles": "1.0.3",
|
||||
"@livekit/components-react": "1.0.8",
|
||||
"@livekit/components-styles": "1.0.4",
|
||||
"livekit-client": "1.12.1",
|
||||
"livekit-server-sdk": "1.2.4",
|
||||
"next": "12.3.4",
|
||||
|
|
26
yarn.lock
26
yarn.lock
|
@ -80,10 +80,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.6.10":
|
||||
version "0.6.10"
|
||||
resolved "https://registry.yarnpkg.com/@livekit/components-core/-/components-core-0.6.10.tgz#5d05cc096e43b9caff6e363d03ecd388febc9108"
|
||||
integrity sha512-UG96mKcdHWSAqFT9J9j5D4R2d78Q7O4RGK7GYLBLqwvnmGJc1rbCYWezte2GZwZNa4RtbLfDKTD9M6Z78xGDLg==
|
||||
"@livekit/components-core@0.6.11":
|
||||
version "0.6.11"
|
||||
resolved "https://registry.yarnpkg.com/@livekit/components-core/-/components-core-0.6.11.tgz#40e91b0a1c669eb740c0520d3efd48a4a037e17b"
|
||||
integrity sha512-FufCqJ/G0rznKR4hCY1EM+9GtwGK+easNgOPw4WPvhFEOO4L00KuEYWpzbWBzVFBHYqBuypkZS4enOsSHwPAJQ==
|
||||
dependencies:
|
||||
"@floating-ui/dom" "^1.1.0"
|
||||
email-regex "^5.0.0"
|
||||
|
@ -91,19 +91,19 @@
|
|||
loglevel "^1.8.1"
|
||||
rxjs "^7.8.0"
|
||||
|
||||
"@livekit/components-react@1.0.7":
|
||||
version "1.0.7"
|
||||
resolved "https://registry.yarnpkg.com/@livekit/components-react/-/components-react-1.0.7.tgz#bce1d32be155eb5c02465de846c8fbb0e7c5f481"
|
||||
integrity sha512-xPgOwEFp4M4oH8QGlHYHiU75Q8lrcMiH1CVC0yAVJhmqDcn8ihj5S5iziP0CMhXSv1zYJNjkGaBK+P11NtNLjQ==
|
||||
"@livekit/components-react@1.0.8":
|
||||
version "1.0.8"
|
||||
resolved "https://registry.yarnpkg.com/@livekit/components-react/-/components-react-1.0.8.tgz#38729f65661d4cc4763608040025d8e7cc3d40ef"
|
||||
integrity sha512-JOGcoLwOXI2vQW0U7Zwh+DXIoC/Nm9/yOg7U6tAv6+Sps/BlAjyY09XVnI6GBLeJpiaqzlY2ualmfMKiWDgDhw==
|
||||
dependencies:
|
||||
"@livekit/components-core" "0.6.10"
|
||||
"@livekit/components-core" "0.6.11"
|
||||
"@react-hook/latest" "^1.0.3"
|
||||
clsx "^1.2.1"
|
||||
|
||||
"@livekit/components-styles@1.0.3":
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@livekit/components-styles/-/components-styles-1.0.3.tgz#cc6778a555c3e4c43bd692cc72466555ab31c448"
|
||||
integrity sha512-FKoqXXm489sK5kUYG1/VWaUBRC4Z/TWSvjjBAM9qBQ0EllQ3ZHayUt/+xi+xkoP3BIL6G6zwWlJQE0BRGuoLsg==
|
||||
"@livekit/components-styles@1.0.4":
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@livekit/components-styles/-/components-styles-1.0.4.tgz#5aa5194609b40ec475f9eb3b2e652355cd8062b6"
|
||||
integrity sha512-bLCj+asyZLKtviKK+wU2WJ/pe0K/QSkzolXAOKkVedojs2Yc4e6i1tjOr0rTRSJxl4opYrZK9Ye89HLq6J04fA==
|
||||
|
||||
"@next/env@12.3.4":
|
||||
version "12.3.4"
|
||||
|
|
Loading…
Reference in a new issue