updated depenencies and tsconfig to fix docker build

This commit is contained in:
kevkevinpal 2025-03-31 14:45:16 -04:00
parent 71eecfd5ff
commit d2e0d4ae9b
No known key found for this signature in database
GPG Key ID: B4346A15246A925D
5 changed files with 11408 additions and 2594 deletions

9763
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
"@livekit/components-react": "2.6.0",
"@livekit/components-styles": "1.1.2",
"@livekit/krisp-noise-filter": "^0.2.8",
"livekit-client": "2.8.1",
"livekit-client": "^2.8.1",
"livekit-server-sdk": "2.9.7",
"material-symbols": "^0.28.2",
"next": "14.2.12",
@ -29,7 +29,7 @@
"eslint": "9.9.1",
"eslint-config-next": "14.2.7",
"source-map-loader": "^5.0.0",
"typescript": "5.5.4"
"typescript": "5.7.2"
},
"engines": {
"node": ">=18"

2515
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"lib": ["dom", "dom.iterable", "ES2020"],
"target": "ES2021",
"lib": ["dom", "dom.iterable", "ES2021", "DOM"],
"allowJs": true,
"skipLibCheck": false,
"strict": true,

1716
yarn.lock

File diff suppressed because it is too large Load Diff