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..10ab1af 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -80,7 +80,7 @@ importers:
version: 5.2.2(prettier@3.6.2)
'@types/node':
specifier: ^22.0.0
- version: 22.16.0
+ version: 22.16.4
'@types/react':
specifier: ^19
version: 19.1.8
@@ -1043,8 +1043,8 @@ packages:
'@types/json5@0.0.29':
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
- '@types/node@22.16.0':
- resolution: {integrity: sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==}
+ '@types/node@22.16.4':
+ resolution: {integrity: sha512-PYRhNtZdm2wH/NT2k/oAJ6/f2VD2N2Dag0lGlx2vWgMSJXGNmlce5MiTQzoWAiIJtso30mjnfQCOKVH+kAQC/g==}
'@types/react-dom@19.1.6':
resolution: {integrity: sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==}
@@ -3988,7 +3988,7 @@ snapshots:
'@types/json5@0.0.29': {}
- '@types/node@22.16.0':
+ '@types/node@22.16.4':
dependencies:
undici-types: 6.21.0
@@ -5246,7 +5246,7 @@ snapshots:
jest-worker@27.5.1:
dependencies:
- '@types/node': 22.16.0
+ '@types/node': 22.16.4
merge-stream: 2.0.0
supports-color: 8.1.1