aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-05-27 21:36:29 +0200
committerache <ache@ache.one>2018-05-27 21:36:29 +0200
commit6b57a23a30dce49590d94e6e9b1a4ab46bafd8db (patch)
treeed06d942b3156aa84825c429523a736f1ca95e67
parentAdd more tests with parse5 (diff)
Update deps and version
-rw-r--r--package.json11
1 files 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,