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:
parent
3ac7bbe233
commit
9ee64fc7d1
@ -30,7 +30,7 @@ You can try out a demo of the playground with [KITT](https://kitt.livekit.io) or
|
|||||||
1. Install dependencies
|
1. Install dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
pnpm install
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Copy and rename the `.env.example` file to `.env.local` and fill in the necessary environment variables.
|
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:
|
3. Run the development server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run dev
|
pnpm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
||||||
|
|||||||
8302
package-lock.json
generated
8302
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
|||||||
"livekit-client": "^2.9.5",
|
"livekit-client": "^2.9.5",
|
||||||
"livekit-server-sdk": "^2.13.0",
|
"livekit-server-sdk": "^2.13.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"next": "^16.0.0",
|
"next": "^15.5.6",
|
||||||
"next-plugin-preval": "^1.2.6",
|
"next-plugin-preval": "^1.2.6",
|
||||||
"qrcode.react": "^4.1.0",
|
"qrcode.react": "^4.1.0",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
@ -32,10 +32,10 @@
|
|||||||
"@types/react": "^19.0.0",
|
"@types/react": "^19.0.0",
|
||||||
"@types/react-dom": "^19.0.0",
|
"@types/react-dom": "^19.0.0",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"eslint": "^8.57.1",
|
"eslint": "^9.0.0",
|
||||||
"eslint-config-next": "16.0.5",
|
"eslint-config-next": "16.0.5",
|
||||||
"postcss": "^8.4.49",
|
"postcss": "^8.4.49",
|
||||||
"tailwindcss": "^4.0.0",
|
"tailwindcss": "^3.4.18",
|
||||||
"typescript": "^5.7.2",
|
"typescript": "^5.7.2",
|
||||||
"prettier": "^3.4.2"
|
"prettier": "^3.4.2"
|
||||||
}
|
}
|
||||||
|
|||||||
6907
pnpm-lock.yaml
generated
Normal file
6907
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user