-
Notifications
You must be signed in to change notification settings - Fork 285
chore: regenerate examples from updated skills #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,5 +32,13 @@ | |
| "@types/react": "latest", | ||
| "babel-plugin-module-resolver": "latest", | ||
| "typescript": "latest" | ||
| }, | ||
| "overrides": { | ||
| "livekit-client": "2.16.1" | ||
| }, | ||
| "pnpm": { | ||
| "overrides": { | ||
| "livekit-client": "2.16.1" | ||
| } | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Outdated livekit-client version pinMedium Severity The new Reviewed by Cursor Bugbot for commit 7dc4881. Configure here. |
||
| } | ||
| } | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Livekit shouldn't need to be pinned anymore. Double check the version of this example and why agent thought this needed to be done.