From 6b57a23a30dce49590d94e6e9b1a4ab46bafd8db Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 27 May 2018 21:36:29 +0200 Subject: Update deps and version --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7199794..0ab672e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-line-input", - "version": "0.3.1", + "version": "0.3.2", "description": "A remark plugin to parse line input syntax", "main": "app.js", "scripts": { @@ -9,8 +9,7 @@ "start": "node app.js" }, "dependencies": { - "md-attr-parser": "^1.0.0", - "unist-util-visit": "^1.1.3" + "md-attr-parser": "^1.0.0" }, "author": "ache", "license": "MIT", @@ -22,13 +21,13 @@ "devDependencies": { "ava": "^0.25.0", "dom5": "^3.0.0", - "parse5": "^4.0.0", + "parse5": "^5.0.0", "rehype-raw": "^2.0.0", "rehype-stringify": "^3.0.0", "remark-parse": "^5.0.0", "remark-rehype": "^3.0.0", - "unified": "^6.1.6", - "xo": "^0.18.2" + "unified": "^7.0.0", + "xo": "^0.21.1" }, "xo": { "space": true, -- cgit v1.2.3