chore: upgrade minor dependencies (#10610)

This commit is contained in:
Sébastien Lorber 2024-10-24 18:44:59 +02:00 committed by GitHub
parent 4892f3ac4a
commit 28f6a4907a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 3041 additions and 2843 deletions

View file

@ -28,7 +28,9 @@ declare module 'unist' {
}
declare module 'mdast' {
interface HeadingData {
interface Data {
id?: string;
hName?: string;
hProperties?: Record<string, unknown>;
}
}