Merge pull request #15 from kevkevinpal/developDepends

updated depenencies and tsconfig to fix docker build
This commit is contained in:
Tom 2025-03-31 16:34:02 -03:00 committed by GitHub
commit 27ceab26ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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