aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-01-01 18:34:53 +0100
committerache <ache@ache.one>2019-01-01 18:34:53 +0100
commit3d1311bd44d6e671447a9bf5d07108c0a94d1bac (patch)
tree4a0c34ecb6b15d0ab2f02c6ad8a515833519360b
parentAdd distribution file (diff)
Update dependancies
-rw-r--r--package.json34
1 files 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,