aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index ab61dc9..0cae7e9 100644
--- a/package.json
+++ b/package.json
@@ -20,13 +20,13 @@
20 "gulp-terser": "^1.2.0", 20 "gulp-terser": "^1.2.0",
21 "html-minifier": "^4.0.0", 21 "html-minifier": "^4.0.0",
22 "http-server": "^0.11.1", 22 "http-server": "^0.11.1",
23 "markdown-it": "^9.1.0", 23 "markdown-it": "^10.0.0",
24 "markdown-it-anchor": "^5.2.4", 24 "markdown-it-anchor": "^5.2.5",
25 "markdown-it-checkbox": "^1.1.0", 25 "markdown-it-checkbox": "^1.1.0",
26 "markdown-it-deflist": "^2.0.3", 26 "markdown-it-deflist": "^2.0.3",
27 "markdown-it-footnote": "^3.0.2", 27 "markdown-it-footnote": "^3.0.2",
28 "markdown-it-prism": "^2.0.3", 28 "markdown-it-prism": "^2.0.3",
29 "nunjucks": "^3.2.0", 29 "nunjucks": "^3.2.0",
30 "yaml": "^1.6.0" 30 "yaml": "^1.7.2"
31 } 31 }
32} 32}