summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1c91581..340f77b 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,11 @@
"build": "eleventy"
},
"devDependencies": {
- "@11ty/eleventy": "^3.0.0",
- "@11ty/eleventy-plugin-rss": "^2.0.2"
+ "@11ty/eleventy": "^3.1.2",
+ "@11ty/eleventy-plugin-rss": "^2.0.4"
+ },
+ "dependencies": {
+ "markdown-it": "^14.1.0",
+ "outdent": "^0.8.0"
}
}