diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-29 14:12:07 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-29 15:06:28 +0800 |
commit | 88201b62764931868f0bc3cae978edb3fd307485 (patch) | |
tree | 84300275f6e9a56ac47f5adcc287cfcbf5050504 /package.json | |
parent | c3f47cff4a7fb897f802558f85ac79e10297b95b (diff) |
feat(mapclay): add callback to indicate rendering progress
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0204eed..6af2368 100644 --- a/package.json +++ b/package.json | |||
@@ -51,7 +51,7 @@ | |||
51 | "dependencies": { | 51 | "dependencies": { |
52 | "easymde": "^2.18.0", | 52 | "easymde": "^2.18.0", |
53 | "leader-line": "^1.0.7", | 53 | "leader-line": "^1.0.7", |
54 | "mapclay": "^0.8.2", | 54 | "mapclay": "^0.8.3", |
55 | "markdown-it": "^14.1.0", | 55 | "markdown-it": "^14.1.0", |
56 | "markdown-it-anchor": "^9.2.0", | 56 | "markdown-it-anchor": "^9.2.0", |
57 | "markdown-it-footnote": "^4.0.0", | 57 | "markdown-it-footnote": "^4.0.0", |