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..3c5cfac 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -116,7 +116,7 @@ importers:
version: 3.6.2
prettier-plugin-tailwindcss:
specifier: ^0.6.11
- version: 0.6.13(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.6.2))(prettier@3.6.2)
+ version: 0.6.14(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.6.2))(prettier@3.6.2)
style-loader:
specifier: ^4.0.0
version: 4.0.0(webpack@5.100.1)
@@ -2591,11 +2591,13 @@ packages:
resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==}
engines: {node: '>=6.0.0'}
- prettier-plugin-tailwindcss@0.6.13:
- resolution: {integrity: sha512-uQ0asli1+ic8xrrSmIOaElDu0FacR4x69GynTh2oZjFY10JUt6EEumTQl5tB4fMeD6I1naKd+4rXQQ7esT2i1g==}
+ prettier-plugin-tailwindcss@0.6.14:
+ resolution: {integrity: sha512-pi2e/+ZygeIqntN+vC573BcW5Cve8zUB0SSAGxqpB4f96boZF4M3phPVoOFCeypwkpRYdi7+jQ5YJJUwrkGUAg==}
engines: {node: '>=14.21.3'}
peerDependencies:
'@ianvs/prettier-plugin-sort-imports': '*'
+ '@prettier/plugin-hermes': '*'
+ '@prettier/plugin-oxc': '*'
'@prettier/plugin-pug': '*'
'@shopify/prettier-plugin-liquid': '*'
'@trivago/prettier-plugin-sort-imports': '*'
@@ -2615,6 +2617,10 @@ packages:
peerDependenciesMeta:
'@ianvs/prettier-plugin-sort-imports':
optional: true
+ '@prettier/plugin-hermes':
+ optional: true
+ '@prettier/plugin-oxc':
+ optional: true
'@prettier/plugin-pug':
optional: true
'@shopify/prettier-plugin-liquid':
@@ -5651,7 +5657,7 @@ snapshots:
dependencies:
fast-diff: 1.3.0
- prettier-plugin-tailwindcss@0.6.13(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.6.2))(prettier@3.6.2):
+ prettier-plugin-tailwindcss@0.6.14(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.6.2))(prettier@3.6.2):
dependencies:
prettier: 3.6.2
optionalDependencies: