Skip to content

Commit

Permalink
chore: Update TypeScript dependency to version 5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EvarinDev committed Jul 22, 2024
1 parent 61c7b6e commit b431854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.5.3"
},
"dependencies": {
"discord.js": "^14.15.3",
Expand Down
2 changes: 1 addition & 1 deletion src/structures/Manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class Manager extends TypedEmitter<ManagerEvents> {
shards: 1,
autoPlay: true,
usePriority: false,
clientName: "Magmastream",
clientName: "Sunday.ts",
defaultSearchPlatform: "youtube",
useNode: "leastPlayers",
...options,
Expand Down

0 comments on commit b431854

Please sign in to comment.