diff --git a/components/embed-popup/agent-client.tsx b/components/embed-popup/agent-client.tsx
index 00f0872..cf7f184 100644
--- a/components/embed-popup/agent-client.tsx
+++ b/components/embed-popup/agent-client.tsx
@@ -67,6 +67,7 @@ function EmbedFixedAgentClient({
await room.localParticipant.setMicrophoneEnabled(true, undefined, {
preConnectBuffer: appConfig.isPreConnectBufferEnabled,
});
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
} catch (error: any) {
console.error('Error connecting to agent:', error);
toastAlert({
diff --git a/components/welcome.tsx b/components/welcome.tsx
index 25ba0b8..eca12ed 100644
--- a/components/welcome.tsx
+++ b/components/welcome.tsx
@@ -61,7 +61,7 @@ export default function Welcome() {
- Note: if you'd like to see what the popup style embed looks like in the context of this
+ Note: if you'd like to see what the popup style embed looks like in the context of this
page,{' '}
click here
diff --git a/lib/utils.ts b/lib/utils.ts
index 111ae60..931c03a 100644
--- a/lib/utils.ts
+++ b/lib/utils.ts
@@ -1,7 +1,7 @@
import { type ClassValue, clsx } from 'clsx';
import { Room } from 'livekit-client';
import { twMerge } from 'tailwind-merge';
-import { ReceivedChatMessage, TextStreamData } from '@livekit/components-react';
+import { type ReceivedChatMessage, type TextStreamData } from '@livekit/components-react';
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 4f5184c..4315a9a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -49,7 +49,7 @@ importers:
version: 2.13.1
motion:
specifier: ^12.16.0
- version: 12.16.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 12.23.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
next:
specifier: 15.3.5
version: 15.3.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
@@ -1866,8 +1866,8 @@ packages:
resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
engines: {node: '>= 0.4'}
- framer-motion@12.16.0:
- resolution: {integrity: sha512-xryrmD4jSBQrS2IkMdcTmiS4aSKckbS7kLDCuhUn9110SQKG1w3zlq1RTqCblewg+ZYe+m3sdtzQA6cRwo5g8Q==}
+ framer-motion@12.23.6:
+ resolution: {integrity: sha512-dsJ389QImVE3lQvM8Mnk99/j8tiZDM/7706PCqvkQ8sSCnpmWxsgX+g0lj7r5OBVL0U36pIecCTBoIWcM2RuKw==}
peerDependencies:
'@emotion/is-prop-valid': '*'
react: ^18.0.0 || ^19.0.0
@@ -2364,14 +2364,14 @@ packages:
engines: {node: '>=10'}
hasBin: true
- motion-dom@12.16.0:
- resolution: {integrity: sha512-Z2nGwWrrdH4egLEtgYMCEN4V2qQt1qxlKy/uV7w691ztyA41Q5Rbn0KNGbsNVDZr9E8PD2IOQ3hSccRnB6xWzw==}
+ motion-dom@12.23.6:
+ resolution: {integrity: sha512-G2w6Nw7ZOVSzcQmsdLc0doMe64O/Sbuc2bVAbgMz6oP/6/pRStKRiVRV4bQfHp5AHYAKEGhEdVHTM+R3FDgi5w==}
- motion-utils@12.12.1:
- resolution: {integrity: sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w==}
+ motion-utils@12.23.6:
+ resolution: {integrity: sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==}
- motion@12.16.0:
- resolution: {integrity: sha512-P3HA83fnPMEGBLfKdD5vDdjH1Aa3wM3jT3+HX3fCVpy/4/lJiqvABajLgZenBu+rzkFzmeaPkvT7ouf9Tq5tVQ==}
+ motion@12.23.6:
+ resolution: {integrity: sha512-6U55IW5i6Vut2ryKEhrZKg55490k9d6qdGXZoNSf98oQgDj5D7bqTnVJotQ6UW3AS6QfbW6KSLa7/e1gy+a07g==}
peerDependencies:
'@emotion/is-prop-valid': '*'
react: ^18.0.0 || ^19.0.0
@@ -4980,10 +4980,10 @@ snapshots:
dependencies:
is-callable: 1.2.7
- framer-motion@12.16.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
+ framer-motion@12.23.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
- motion-dom: 12.16.0
- motion-utils: 12.12.1
+ motion-dom: 12.23.6
+ motion-utils: 12.23.6
tslib: 2.8.1
optionalDependencies:
react: 19.1.0
@@ -5434,15 +5434,15 @@ snapshots:
mkdirp@3.0.1: {}
- motion-dom@12.16.0:
+ motion-dom@12.23.6:
dependencies:
- motion-utils: 12.12.1
+ motion-utils: 12.23.6
- motion-utils@12.12.1: {}
+ motion-utils@12.23.6: {}
- motion@12.16.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
+ motion@12.23.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
- framer-motion: 12.16.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ framer-motion: 12.23.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
tslib: 2.8.1
optionalDependencies:
react: 19.1.0