From a267b9410be4fd8791e2cef24dc41f9ec170ca8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:51:45 +0200 Subject: [PATCH] Update dependency @livekit/components-react to v1.1.6 (#110) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 79d84bb..070eee6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@livekit/components-react": "1.1.5", + "@livekit/components-react": "1.1.6", "@livekit/components-styles": "1.0.6", "livekit-client": "1.13.1", "livekit-server-sdk": "1.2.6", diff --git a/yarn.lock b/yarn.lock index ee62567..aecda6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -101,10 +101,10 @@ loglevel "^1.8.1" rxjs "^7.8.0" -"@livekit/components-react@1.1.5": - version "1.1.5" - resolved "https://registry.yarnpkg.com/@livekit/components-react/-/components-react-1.1.5.tgz#518cb6fa196e5b583500fe40db7f2490364469e8" - integrity sha512-TEnW2jxizYyj6WgVYEz+xzwY9igLAntbTFgMIjfvYJ+oZA5LQA8Y31QYVwmdUKnckEQTOO4x+C1uJjhgwUuOsw== +"@livekit/components-react@1.1.6": + version "1.1.6" + resolved "https://registry.yarnpkg.com/@livekit/components-react/-/components-react-1.1.6.tgz#4e832570bd3fb0c15e36ca7513f736683de62fd4" + integrity sha512-wA5wKVsKM4cBskXkTbgQ8UhEWCq7hYn/ElOlm9IsGf0U3KpsXpyiW/h2hd/aDr/ufTbBWYjtPWa8RrvoBImnyg== dependencies: "@livekit/components-core" "0.6.15" "@react-hook/latest" "^1.0.3"