From 5d24ef57d75b09309ffd28191fae52c007f87803 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 18 Oct 2018 09:14:26 +0200 Subject: 0.7.0 --- package.json | 14 +++++++------- 1 file 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" } } -- cgit v1.2.3