Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 9, 2019
1 parent 4b2c61f commit 7710e36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"bail": "^1.0.0",
"browserify": "^16.0.0",
"execa": "^2.0.0",
"execa": "^3.0.0",
"hast-util-assert": "^1.0.0",
"lerna": "^3.0.0",
"mdast-zone": "^3.0.0",
Expand All @@ -18,9 +18,9 @@
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"to-vfile": "^6.0.0",
"unist-builder": "^1.0.0",
"unist-builder": "^2.0.0",
"unist-util-remove-position": "^1.0.0",
"xo": "^0.24.0"
"xo": "^0.25.0"
},
"scripts": {
"postinstall": "lerna bootstrap --no-ci",
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"hast-util-from-parse5": "^5.0.0",
"parse5": "^5.0.0",
"xtend": "^4.0.1"
"xtend": "^4.0.0"
},
"xo": false
}
2 changes: 1 addition & 1 deletion packages/rehype-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"dependencies": {
"hast-util-to-html": "^6.0.0",
"xtend": "^4.0.1"
"xtend": "^4.0.0"
},
"xo": false
}

0 comments on commit 7710e36

Please sign in to comment.