Skip to content

Commit 2b0551b

Browse files
committed
Update dev-dependencies
1 parent cae6468 commit 2b0551b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
"esmangle": "^1.0.1",
3333
"is-hidden": "^1.0.1",
3434
"negate": "^1.0.0",
35-
"nyc": "^10.0.0",
35+
"nyc": "^11.0.0",
3636
"parse-dutch": "^4.0.0",
3737
"parse-english": "^4.0.0",
3838
"parse-latin": "^4.0.0",
3939
"remark": "^7.0.0",
4040
"remark-cli": "^3.0.0",
41-
"remark-preset-wooorm": "^2.0.0",
41+
"remark-preset-wooorm": "^3.0.0",
4242
"tape": "^4.0.0",
4343
"vfile": "^2.0.0",
44-
"xo": "^0.17.0"
44+
"xo": "^0.18.0"
4545
},
4646
"scripts": {
4747
"build-md": "remark *.md -qfo",
@@ -61,6 +61,7 @@
6161
},
6262
"xo": {
6363
"space": true,
64+
"esnext": false,
6465
"rules": {
6566
"max-params": "off"
6667
},
@@ -69,6 +70,8 @@
6970
]
7071
},
7172
"remarkConfig": {
72-
"plugins": ["preset-wooorm"]
73+
"plugins": [
74+
"preset-wooorm"
75+
]
7376
}
7477
}

0 commit comments

Comments
 (0)