-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependencies #13
Conversation
enjikaka
commented
Jan 13, 2025
- Update dependencies
- Fix some issues from the new eslint-tidal-config version
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.
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- package.json: Language not supported
Comments suppressed due to low confidence (1)
src/client/js/message-bridge.js:51
- Removing the catch variable 'e' makes it harder to diagnose issues if JSON parsing fails. Consider keeping 'e' for potential future use.
catch {
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…player into dependency-management
package.json
Outdated
"typescript": "^5.7.3" | ||
}, | ||
"dependencies": { | ||
"chai": "^5.1.2" |
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.
chai
should probably be a devDep
?
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.
Fixed!