Update dependency next to v14.2.33 (#160)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Zhao <dz@livekit.io>
This commit is contained in:
renovate[bot] 2025-11-28 21:55:35 -08:00 committed by GitHub
parent 3ac7bbe233
commit 9ee64fc7d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6912 additions and 8307 deletions

View File

@ -30,7 +30,7 @@ You can try out a demo of the playground with [KITT](https://kitt.livekit.io) or
1. Install dependencies
```bash
npm install
pnpm install
```
2. Copy and rename the `.env.example` file to `.env.local` and fill in the necessary environment variables.
@ -44,7 +44,7 @@ NEXT_PUBLIC_LIVEKIT_URL=wss://<Your Cloud URL>
3. Run the development server:
```bash
npm run dev
pnpm run dev
```
4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

8302
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
"livekit-client": "^2.9.5",
"livekit-server-sdk": "^2.13.0",
"lodash": "^4.17.21",
"next": "^16.0.0",
"next": "^15.5.6",
"next-plugin-preval": "^1.2.6",
"qrcode.react": "^4.1.0",
"react": "^19.0.0",
@ -32,10 +32,10 @@
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint": "^9.0.0",
"eslint-config-next": "16.0.5",
"postcss": "^8.4.49",
"tailwindcss": "^4.0.0",
"tailwindcss": "^3.4.18",
"typescript": "^5.7.2",
"prettier": "^3.4.2"
}

6907
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff