chore: bump dependencies (#10967)

This commit is contained in:
Almeida
2025-07-13 20:39:47 +01:00
committed by GitHub
parent 8bdea6232b
commit de2b2dd330
50 changed files with 6301 additions and 7049 deletions

View File

@@ -1,5 +1,5 @@
import { ButtonStyle, ChannelType, ComponentType, SelectMenuDefaultValueType } from 'discord-api-types/v10';
import { z } from 'zod/v4';
import { z } from 'zod';
import { customIdPredicate } from '../Assertions.js';
const labelPredicate = z.string().min(1).max(80);

View File

@@ -1,5 +1,5 @@
import { ComponentType, TextInputStyle } from 'discord-api-types/v10';
import { z } from 'zod/v4';
import { z } from 'zod';
import { customIdPredicate } from '../../Assertions.js';
export const textInputPredicate = z.object({

View File

@@ -1,5 +1,5 @@
import { ComponentType, SeparatorSpacingSize } from 'discord-api-types/v10';
import { z } from 'zod/v4';
import { z } from 'zod';
import { actionRowPredicate } from '../Assertions.js';
const unfurledMediaItemPredicate = z.object({