Skip to content

Commit 976bca3

Browse files
Update npm dependency markmap-lib to ^0.9.3
Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
1 parent 192698b commit 976bca3

File tree

3 files changed

+221
-43
lines changed

3 files changed

+221
-43
lines changed

package-lock.json

Lines changed: 218 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"markdown-it-sup": "~1.0.0",
167167
"markdownlint": "^0.27.0",
168168
"markdownlint-rule-helpers": "^0.13.0",
169-
"markmap-lib": "^0.6.3",
169+
"markmap-lib": "^0.9.3",
170170
"mathjax": "~2.7.5",
171171
"mermaid": "~8.10.2",
172172
"mini-css-extract-plugin": "~0.4.1",

public/js/extra.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import unescapeHTML from 'lodash/unescape'
1111

1212
import isURL from 'validator/lib/isURL'
1313

14-
import { transform } from 'markmap-lib/dist/transform.common'
15-
import { markmap } from 'markmap-lib/dist/view.common'
14+
import { transform } from 'markmap-lib/dist/transform'
15+
import { markmap } from 'markmap-lib/dist/view'
1616

1717
import { stripTags } from '../../utils/string'
1818

0 commit comments

Comments
 (0)