From 3d1311bd44d6e671447a9bf5d07108c0a94d1bac Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 1 Jan 2019 18:34:53 +0100 Subject: Update dependancies --- package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index db64a85..2229bd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-line-input", - "version": "0.4.0", + "version": "0.5.0", "description": "A remark plugin to parse line input syntax", "main": "dist/index.js", "scripts": { @@ -9,7 +9,7 @@ "test": "ava" }, "dependencies": { - "md-attr-parser": "^1.0.0" + "md-attr-parser": "^1.2.0" }, "author": "ache", "license": "GPL-3.0-or-later", @@ -19,21 +19,21 @@ "remark" ], "devDependencies": { - "@babel/cli": "^7.1.5", - "@babel/core": "^7.1.5", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/preset-env": "^7.1.5", - "ava": "^0.25.0", - "cross-env": "^5.2.0", - "del-cli": "^1.1.0", - "dom5": "^3.0.0", - "parse5": "^5.0.0", - "rehype-raw": "^3.0.0", - "rehype-stringify": "^4.0.0", - "remark-parse": "^6.0.1", - "remark-rehype": "^3.0.1", - "unified": "^7.0.1", - "xo": "^0.23.0" + "@babel/cli": "7.x", + "@babel/core": "7.x", + "@babel/plugin-proposal-object-rest-spread": "7.x", + "@babel/preset-env": "7.x", + "ava": "1.x", + "cross-env": "5.x", + "del-cli": "1.x", + "dom5": "3.x", + "parse5": "5.x", + "rehype-raw": "4.x", + "rehype-stringify": "5.x", + "remark-parse": "6.x", + "remark-rehype": "4.x", + "unified": "7.x", + "xo": "0.23.x" }, "xo": { "space": true, -- cgit v1.2.3