Skip to content

Commit f045c7c

Browse files
committed
fixup! fix(deps): update dependency typedoc to ^0.27.0
1 parent 77af292 commit f045c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/src/commands/updateApiReadme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async function updateReadme(exportedTypes, exportedFunctions) {
173173
}
174174

175175
export async function updateApiReadme() {
176-
const { default: typedoc } = await import("typedoc");
176+
const typedoc = await import("typedoc");
177177

178178
const project = await parse(typedoc);
179179
const children = project?.children;

0 commit comments

Comments
 (0)