Skip to content

Commit 29f2833

Browse files
committed
Update dev-dependencies
1 parent c89ab1d commit 29f2833

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@
3131
},
3232
"devDependencies": {
3333
"browserify": "^16.0.0",
34-
"hastscript": "^4.0.0",
35-
"nyc": "^12.0.0",
34+
"hastscript": "^5.0.0",
35+
"nyc": "^13.0.0",
3636
"prettier": "^1.13.5",
3737
"rehype-stringify": "^4.0.0",
38-
"remark-cli": "^5.0.0",
39-
"remark-parse": "^5.0.0",
38+
"remark-cli": "^6.0.0",
39+
"remark-parse": "^6.0.0",
4040
"remark-preset-wooorm": "^4.0.0",
4141
"remark-rehype": "^3.0.0",
4242
"tape": "^4.0.0",
4343
"tinyify": "^2.4.3",
4444
"unified": "^7.0.0",
4545
"unist-builder": "^1.0.2",
46-
"xo": "^0.21.0"
46+
"xo": "^0.23.0"
4747
},
4848
"scripts": {
4949
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",

0 commit comments

Comments
 (0)