Skip to content

Commit e53c004

Browse files
committed
Update dev-dependencies
1 parent 84a8113 commit e53c004

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@
4242
"zwitch": "^1.0.0"
4343
},
4444
"devDependencies": {
45-
"browserify": "^16.0.0",
46-
"dtslint": "^3.0.0",
45+
"browserify": "^17.0.0",
46+
"dtslint": "^4.0.0",
4747
"hastscript": "^6.0.0",
4848
"nyc": "^15.0.0",
4949
"prettier": "^2.0.0",
5050
"rehype-stringify": "^8.0.0",
51-
"remark-cli": "^8.0.0",
52-
"remark-parse": "^8.0.0",
53-
"remark-preset-wooorm": "^7.0.0",
54-
"remark-rehype": "^7.0.0",
51+
"remark-cli": "^9.0.0",
52+
"remark-parse": "^9.0.0",
53+
"remark-preset-wooorm": "^8.0.0",
54+
"remark-rehype": "^8.0.0",
5555
"tape": "^5.0.0",
5656
"tinyify": "^3.0.0",
5757
"unified": "^9.0.0",
5858
"unist-builder": "^2.0.0",
59-
"xo": "^0.33.0"
59+
"xo": "^0.35.0"
6060
},
6161
"scripts": {
62-
"format": "remark . -qfo && prettier . --write && xo --fix",
63-
"build-bundle": "browserify index.js -s hastUtilRaw > hast-util-raw.js",
64-
"build-mangle": "browserify index.js -s hastUtilRaw -p tinyify > hast-util-raw.min.js",
62+
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
63+
"build-bundle": "browserify index.js -s hastUtilRaw -o hast-util-raw.js",
64+
"build-mangle": "browserify index.js -s hastUtilRaw -o hast-util-raw.min.js -p tinyify",
6565
"build": "npm run build-bundle && npm run build-mangle",
6666
"test-api": "node test",
6767
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)