fix(deps): Update dependency marked to v4

This commit is contained in:
Joachim Van Herwegen
2022-02-01 11:23:46 +01:00
parent 5e0f2e1e95
commit 0d28f45c79
3 changed files with 38 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
import marked from 'marked';
import { marked } from 'marked';
import { BasicRepresentation } from '../../http/representation/BasicRepresentation';
import type { Representation } from '../../http/representation/Representation';
import { TEXT_HTML, TEXT_MARKDOWN } from '../../util/ContentTypes';