Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolutionX-10 committed Jul 9, 2023
1 parent 6f682bf commit 8d66c7d
Show file tree
Hide file tree
Showing 6 changed files with 404 additions and 692 deletions.
449 changes: 225 additions & 224 deletions .yarn/releases/yarn-3.5.1.cjs → .yarn/releases/yarn-3.6.1.cjs
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,35 +60,35 @@
"@swc/helpers": "0.5.1",
"@types/colornames": "1.1.2",
"@types/gradient-string": "1.1.2",
"@types/node": "20.3.3",
"@types/node": "20.4.1",
"@types/string-similarity": "4.0.0",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"eslint": "8.43.0",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"prisma": "4.14.1",
"tsup": "6.7.0",
"prisma": "4.16.2",
"tsup": "7.1.0",
"typescript": "5.1.6"
},
"dependencies": {
"@devtomio/plugin-botlist": "1.3.0",
"@prisma/client": "4.14.1",
"@prisma/client": "4.16.2",
"@sapphire/decorators": "6.0.1",
"@sapphire/discord-utilities": "3.0.3",
"@sapphire/discord.js-utilities": "6.1.0",
"@sapphire/discord.js-utilities": "7.0.0",
"@sapphire/duration": "1.1.0",
"@sapphire/framework": "4.4.4",
"@sapphire/framework": "4.5.0",
"@sapphire/plugin-editable-commands": "3.0.2",
"@sapphire/plugin-logger": "3.0.4",
"@sapphire/plugin-scheduled-tasks": "7.1.0",
"@sapphire/stopwatch": "1.5.0",
"@sapphire/type": "2.4.0",
"@sapphire/utilities": "3.11.2",
"bullmq": "3.14.2",
"@sapphire/utilities": "3.12.0",
"bullmq": "4.2.0",
"colorette": "2.0.20",
"colornames": "1.1.1",
"confusables": "1.1.1",
Expand All @@ -98,6 +98,6 @@
"ioredis": "5.3.2",
"undici": "5.22.1"
},
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@3.6.1",
"prettier": "@sapphire/prettier-config"
}
1 change: 0 additions & 1 deletion src/lib/structures/classes/RadonPaginatedMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export class RadonPaginatedMessage extends PaginatedMessage {
if (option.value === `${handler.index}`) option.default = true;
else option.default = false;
}
// @ts-expect-error TS doesn't know it exists because it is not typed
page.components = interaction.message.components;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export class RadonPaginatedMessageEmbedFields extends PaginatedMessageEmbedField
if (option.value === `${handler.index}`) option.default = true;
else option.default = false;
}
// @ts-expect-error lol
page.components = interaction.message.components;
}
}
Loading

0 comments on commit 8d66c7d

Please sign in to comment.