Skip to content

Commit 1c53482

Browse files
chore(deps): lock file maintenance (#824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vlad Frangu <[email protected]>
1 parent 13b479d commit 1c53482

File tree

3 files changed

+1323
-1186
lines changed

3 files changed

+1323
-1186
lines changed

scripts/documentation-renderer/doc-building.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
registerCommandForHelpGeneration,
77
selectiveRenderHelpForCommand,
88
} from '../../src/lib/command-framework/help.js';
9-
import type { BaseCommandRenderer } from '../../src/lib/command-framework/help/_BaseCommandRenderer';
9+
import type { BaseCommandRenderer } from '../../src/lib/command-framework/help/_BaseCommandRenderer.js';
1010
import { Commands } from './commands.js';
1111

1212
export interface CommandsInCategory extends Partial<Parameters<BaseCommandRenderer['selectiveRender']>[0]> {

0 commit comments

Comments
 (0)