mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-23 03:29:11 +02:00
chore: upgrade minor dependencies (#10610)
This commit is contained in:
parent
4892f3ac4a
commit
28f6a4907a
13 changed files with 3041 additions and 2843 deletions
|
@ -28,7 +28,9 @@ declare module 'unist' {
|
|||
}
|
||||
|
||||
declare module 'mdast' {
|
||||
interface HeadingData {
|
||||
interface Data {
|
||||
id?: string;
|
||||
hName?: string;
|
||||
hProperties?: Record<string, unknown>;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue