Skip to content

Commit d39698c

Browse files
committed
fix: update lock file
1 parent d010c82 commit d39698c

File tree

2 files changed

+170
-458
lines changed

2 files changed

+170
-458
lines changed

packages/pluggableWidgets/rich-text-web/src/components/ModalDialog/ViewCodeDialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface ViewCodeDialogProps {
1313
onClose(): void;
1414
}
1515

16-
const BEAUTIFY_OPTIONS: js_beautify.HTMLBeautifyOptions = {
16+
const BEAUTIFY_OPTIONS: beautify.HTMLBeautifyOptions = {
1717
indent_size: 4,
1818
indent_char: " ",
1919
max_preserve_newlines: 5,
@@ -47,7 +47,7 @@ export default function ViewCodeDialog(props: ViewCodeDialogProps): ReactElement
4747
value={formState.src}
4848
extensions={[EditorView.lineWrapping, html()]}
4949
onChange={onCodeChange}
50-
basicSetup={true}
50+
basicSetup
5151
theme={githubLight}
5252
maxHeight="70vh"
5353
/>

0 commit comments

Comments
 (0)