Skip to content

Commit 7c2e567

Browse files
committed
Update dev-dependencies
1 parent dd17f29 commit 7c2e567

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
"devDependencies": {
3333
"browserify": "^16.0.0",
3434
"hastscript": "^5.0.0",
35-
"nyc": "^13.0.0",
36-
"prettier": "^1.13.5",
37-
"rehype-stringify": "^4.0.0",
35+
"nyc": "^14.0.0",
36+
"prettier": "^1.0.0",
37+
"rehype-stringify": "^5.0.0",
3838
"remark-cli": "^6.0.0",
3939
"remark-parse": "^6.0.0",
40-
"remark-preset-wooorm": "^4.0.0",
41-
"remark-rehype": "^3.0.0",
40+
"remark-preset-wooorm": "^5.0.0",
41+
"remark-rehype": "^4.0.0",
4242
"tape": "^4.0.0",
43-
"tinyify": "^2.4.3",
43+
"tinyify": "^2.0.0",
4444
"unified": "^7.0.0",
45-
"unist-builder": "^1.0.2",
46-
"xo": "^0.23.0"
45+
"unist-builder": "^1.0.0",
46+
"xo": "^0.24.0"
4747
},
4848
"scripts": {
4949
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",

0 commit comments

Comments
 (0)