From 08d52341e0f43151a4b36e7234e7955de67a18ab Mon Sep 17 00:00:00 2001 From: David Zhao Date: Thu, 26 Sep 2024 15:03:25 -0700 Subject: [PATCH] use component 2.6.0 to align agent state (#106) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2888f9f..1078cbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "agents-playground", "version": "0.1.0", "dependencies": { - "@livekit/components-react": "^2.5.2", + "@livekit/components-react": "^2.6.0", "@livekit/components-styles": "^1.1.1", "@radix-ui/react-dropdown-menu": "^2.0.6", "cookies-next": "^4.1.1", diff --git a/package.json b/package.json index 33014b5..5ced962 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@livekit/components-react": "^2.5.2", + "@livekit/components-react": "^2.6.0", "@livekit/components-styles": "^1.1.1", "@radix-ui/react-dropdown-menu": "^2.0.6", "cookies-next": "^4.1.1",