From 113aeb141672369b0e2b2bed6b9dabe52fe4b2bc Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 6 May 2020 08:06:57 +0200 Subject: Update package then source code --- package.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'package.json') 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 ", "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, -- cgit v1.2.3