aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-10-18 09:14:26 +0200
committerache <ache@ache.one>2018-10-18 09:14:26 +0200
commit5d24ef57d75b09309ffd28191fae52c007f87803 (patch)
tree255112dfd0da447d60b712a4d5eef401dc1ccf05
parentImprove repo architecture to use babel (diff)
0.7.0
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index c3465cd..a845b45 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "remark-attr",
- "version": "0.6.3",
+ "version": "0.7.0",
"description": "Add support of custom attributes to Markdown syntax.",
"main": "dist/index.js",
"scripts": {
@@ -28,12 +28,12 @@
"cross-env": "^5.1.4",
"del-cli": "^1.1.0",
"parse5": "^5.0.0",
- "rehype-raw": "^2.0.0",
- "rehype-stringify": "^3.0.0",
+ "rehype-raw": "^3.0.0",
+ "rehype-stringify": "^4.0.0",
"remark-parse": "^5.0.0",
- "remark-rehype": "^3.0.0",
+ "remark-rehype": "^3.0.1",
"unified": "^7.0.0",
- "xo": "^0.21.0"
+ "xo": "^0.23.0"
},
"xo": {
"space": true,
@@ -45,7 +45,7 @@
}
},
"dependencies": {
- "html-element-attributes": "^1.3.1",
- "md-attr-parser": "^1.1.5"
+ "html-element-attributes": "^2.0.0",
+ "md-attr-parser": "^1.1.6"
}
}