aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 10 insertions, 9 deletions
diff --git a/package.json b/package.json
index 4de5555..ff9fc4e 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,8 @@
"dependencies": {
"html-element-attributes": "^2.0.0",
"is-whitespace-character": "^1.0.4",
- "md-attr-parser": "^1.3.0"
+ "md-attr-parser": "^1.3.0",
+ "remark-footnotes": "^1.0.0"
},
"author": "ache <ache@ache.one>",
"license": "MIT",
@@ -30,17 +31,17 @@
"@babel/core": "7.x",
"@babel/plugin-proposal-object-rest-spread": "7.x",
"@babel/preset-env": "7.x",
- "ava": "2.x",
- "cross-env": "6.x",
+ "ava": "3.x",
+ "cross-env": "7.x",
"del-cli": "x",
- "parse5": "5.x",
+ "parse5": "6.x",
"rehype-raw": "4.x",
- "rehype-stringify": "6.x",
- "remark-parse": "7.x",
- "remark-rehype": "5.x",
+ "rehype-stringify": "7.x",
+ "remark-parse": "8.x",
+ "remark-rehype": "6.x",
"tap-nyan": "1.1.0",
- "unified": "8.x",
- "xo": "0.24.x"
+ "unified": "9.x",
+ "xo": "0.30.x"
},
"xo": {
"space": true,