We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6757d0 commit 5bd2742Copy full SHA for 5bd2742
package.json
@@ -10,6 +10,7 @@
10
},
11
"dependencies": {
12
"rollup": "^3.28.0",
13
+ "@rollup/plugin-node-resolve": "^15.0.0",
14
"acorn": "^8.0.0",
15
"acorn-walk": "^8.0.0",
16
"@codemirror/view": "^6.20.0",
@@ -23,9 +24,9 @@
23
24
"@lezer/common": "^1.1.0",
25
"@lezer/highlight": "^1.1.0",
26
"jszip": "^3.10.0",
- "markdown-it": "^13.0.0",
27
- "markdown-it-sub": "^1.0.0",
28
- "markdown-it-sup": "^1.0.0",
+ "markdown-it": "^14.0.0",
+ "markdown-it-sub": "^2.0.0",
29
+ "markdown-it-sup": "^2.0.0",
30
"mime": "^2.3.1",
31
"mold-template": "^2.0.1"
32
0 commit comments