Skip to content

Commit 8fb4cd5

Browse files
committed
Update dev-dependencies
1 parent 490d357 commit 8fb4cd5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@
3434
"unist-util-visit": "^2.0.0"
3535
},
3636
"devDependencies": {
37-
"browserify": "^16.0.0",
38-
"hastscript": "^5.0.0",
37+
"browserify": "^17.0.0",
38+
"hastscript": "^6.0.0",
3939
"nyc": "^15.0.0",
4040
"prettier": "^2.0.0",
41-
"remark-cli": "^8.0.0",
42-
"remark-preset-wooorm": "^7.0.0",
41+
"remark-cli": "^9.0.0",
42+
"remark-preset-wooorm": "^8.0.0",
4343
"tape": "^5.0.0",
44-
"tinyify": "^2.0.0",
45-
"xo": "^0.32.0"
44+
"tinyify": "^3.0.0",
45+
"xo": "^0.34.0"
4646
},
4747
"scripts": {
48-
"format": "remark . -qfo && prettier . --write && xo --fix",
49-
"build-bundle": "browserify . -s hastUtilShiftHeading > hast-util-shift-heading.js",
50-
"build-mangle": "browserify . -s hastUtilShiftHeading -p tinyify > hast-util-shift-heading.min.js",
48+
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
49+
"build-bundle": "browserify . -s hastUtilShiftHeading -o hast-util-shift-heading.js",
50+
"build-mangle": "browserify . -s hastUtilShiftHeading -o hast-util-shift-heading.min.js -p tinyify",
5151
"build": "npm run build-bundle && npm run build-mangle",
5252
"test-api": "node test",
5353
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)