Skip to content

Commit 001e937

Browse files
committed
Update dev-dependencies
1 parent 46dbdd8 commit 001e937

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
},
4545
"devDependencies": {
4646
"@types/unist": "^2.0.0",
47-
"browserify": "^16.0.0",
48-
"dtslint": "^3.0.0",
49-
"hastscript": "^5.0.0",
47+
"browserify": "^17.0.0",
48+
"dtslint": "^4.0.0",
49+
"hastscript": "^6.0.0",
5050
"nyc": "^15.0.0",
5151
"prettier": "^2.0.0",
52-
"remark-cli": "^8.0.0",
53-
"remark-preset-wooorm": "^7.0.0",
52+
"remark-cli": "^9.0.0",
53+
"remark-preset-wooorm": "^8.0.0",
5454
"tape": "^5.0.0",
55-
"tinyify": "^2.0.0",
55+
"tinyify": "^3.0.0",
5656
"unist-builder": "^2.0.0",
57-
"xo": "^0.32.0"
57+
"xo": "^0.34.0"
5858
},
5959
"scripts": {
60-
"format": "remark . -qfo && prettier . --write && xo --fix",
60+
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
6161
"build-bundle": "browserify . -s hastUtilToHtml > hast-util-to-html.js",
6262
"build-mangle": "browserify . -s hastUtilToHtml -p tinyify > hast-util-to-html.min.js",
6363
"build": "npm run build-bundle && npm run build-mangle",

types/tests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const node: Node = {
66
tagName: 'div'
77
}
88

9-
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
109
const result: string = toHtml(node)
1110

1211
toHtml(node, {

0 commit comments

Comments
 (0)