diff --git a/biome.jsonc b/biome.jsonc index a4ef098a3..239ef4c74 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.1/schema.json", "root": true, "formatter": { "enabled": true, diff --git a/packages/bot/src/transformers/component.ts b/packages/bot/src/transformers/component.ts index c848f57fd..e03feff19 100644 --- a/packages/bot/src/transformers/component.ts +++ b/packages/bot/src/transformers/component.ts @@ -1,12 +1,12 @@ import { type DiscordActionRow, type DiscordButtonComponent, + type DiscordChannelSelectComponent, + type DiscordChannelSelectInteractionResponseFromModal, type DiscordCheckboxComponent, type DiscordCheckboxGroupComponent, type DiscordCheckboxGroupInteractionResponse, type DiscordCheckboxInteractionResponse, - type DiscordChannelSelectComponent, - type DiscordChannelSelectInteractionResponseFromModal, type DiscordContainerComponent, type DiscordFileComponent, type DiscordFileUploadComponent, diff --git a/packages/bot/src/transformers/reverse/component.ts b/packages/bot/src/transformers/reverse/component.ts index f195cc1d3..cac59aae9 100644 --- a/packages/bot/src/transformers/reverse/component.ts +++ b/packages/bot/src/transformers/reverse/component.ts @@ -2,10 +2,10 @@ import { type ButtonStyles, type DiscordActionRow, type DiscordButtonComponent, - type DiscordCheckboxComponent, - type DiscordCheckboxGroupComponent, type DiscordChannelSelectComponent, type DiscordChannelSelectInteractionResponseFromModal, + type DiscordCheckboxComponent, + type DiscordCheckboxGroupComponent, type DiscordContainerComponent, type DiscordFileComponent, type DiscordFileUploadComponent,