Skip to content

Commit 573e472

Browse files
authored
update pnpm lockfile (#169)
1 parent 9ee64fc commit 573e472

File tree

7 files changed

+305
-354
lines changed

7 files changed

+305
-354
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
# LiveKit Agents Playground
1212

1313
<!--BEGIN_DESCRIPTION-->
14+
1415
The Agent Playground is designed for quickly prototyping with server side agents built with [LiveKit Agents Framework](https://github.com/livekit/agents). Easily tap into LiveKit WebRTC sessions and process or generate audio, video, and data streams.
15-
The playground includes components to fully interact with any LiveKit agent, through video, audio and chat.
16+
The playground includes components to fully interact with any LiveKit agent, through video, audio and chat.
17+
1618
<!--END_DESCRIPTION-->
1719

1820
## Docs and references
@@ -69,7 +71,9 @@ pnpm run dev
6971
- Mobile device sizes not supported currently
7072

7173
<!--BEGIN_REPO_NAV-->
74+
7275
<br/><table>
76+
7377
<thead><tr><th colspan="2">LiveKit Ecosystem</th></tr></thead>
7478
<tbody>
7579
<tr><td>LiveKit SDKs</td><td><a href="https://github.com/livekit/client-sdk-js">Browser</a> · <a href="https://github.com/livekit/client-sdk-swift">iOS/macOS/visionOS</a> · <a href="https://github.com/livekit/client-sdk-android">Android</a> · <a href="https://github.com/livekit/client-sdk-flutter">Flutter</a> · <a href="https://github.com/livekit/client-sdk-react-native">React Native</a> · <a href="https://github.com/livekit/rust-sdks">Rust</a> · <a href="https://github.com/livekit/node-sdks">Node.js</a> · <a href="https://github.com/livekit/python-sdks">Python</a> · <a href="https://github.com/livekit/client-sdk-unity">Unity</a> · <a href="https://github.com/livekit/client-sdk-unity-web">Unity (WebGL)</a> · <a href="https://github.com/livekit/client-sdk-esp32">ESP32</a></td></tr><tr></tr>

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@
1010
"format": "prettier --write ."
1111
},
1212
"dependencies": {
13+
"@livekit/components-core": "^0.12.11",
1314
"@livekit/components-react": "^2.9.3",
1415
"@livekit/components-styles": "^1.1.5",
16+
"@livekit/protocol": "^1.43.2",
1517
"@radix-ui/react-dropdown-menu": "^2.1.2",
1618
"cookies-next": "^6.0.0",
1719
"framer-motion": "^12.0.0",
1820
"js-yaml": "^4.1.0",
1921
"livekit-client": "^2.9.5",
20-
"livekit-server-sdk": "^2.13.0",
22+
"livekit-server-sdk": "^2.14.2",
2123
"lodash": "^4.17.21",
2224
"next": "^15.5.6",
2325
"next-plugin-preval": "^1.2.6",
@@ -33,10 +35,10 @@
3335
"@types/react-dom": "^19.0.0",
3436
"autoprefixer": "^10.4.20",
3537
"eslint": "^9.0.0",
36-
"eslint-config-next": "16.0.5",
38+
"eslint-config-next": "^15.0.0",
3739
"postcss": "^8.4.49",
40+
"prettier": "^3.4.2",
3841
"tailwindcss": "^3.4.18",
39-
"typescript": "^5.7.2",
40-
"prettier": "^3.4.2"
42+
"typescript": "^5.7.2"
4143
}
4244
}

0 commit comments

Comments
 (0)