Skip to content

Commit 1d191ee

Browse files
committed
Update dev-dependencies
1 parent bdbd1b6 commit 1d191ee

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
@@ -47,14 +47,14 @@
4747
"c8": "^7.0.0",
4848
"prettier": "^2.0.0",
4949
"remark-cli": "^10.0.0",
50-
"remark-preset-wooorm": "^8.0.0",
50+
"remark-preset-wooorm": "^9.0.0",
5151
"rimraf": "^3.0.0",
5252
"tape": "^5.0.0",
53-
"tsd": "^0.17.0",
53+
"tsd": "^0.20.0",
5454
"type-coverage": "^2.0.0",
5555
"typescript": "^4.0.0",
5656
"unist-builder": "^3.0.0",
57-
"xo": "^0.42.0"
57+
"xo": "^0.49.0"
5858
},
5959
"scripts": {
6060
"prepack": "npm run build && npm run format",
@@ -73,7 +73,10 @@
7373
"trailingComma": "none"
7474
},
7575
"xo": {
76-
"prettier": true
76+
"prettier": true,
77+
"rules": {
78+
"@typescript-eslint/ban-types": "off"
79+
}
7780
},
7881
"remarkConfig": {
7982
"plugins": [

0 commit comments

Comments
 (0)