updated depenencies and tsconfig to fix docker build
This commit is contained in:
parent
71eecfd5ff
commit
d2e0d4ae9b
9763
package-lock.json
generated
Normal file
9763
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
2515
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user