Skip to content

Commit 09271c3

Browse files
committed
Update dev-dependencies
1 parent aff9ddb commit 09271c3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
"unist-util-visit-parents": "^3.0.0"
3333
},
3434
"devDependencies": {
35-
"browserify": "^16.0.0",
35+
"browserify": "^17.0.0",
3636
"hastscript": "^6.0.0",
3737
"nyc": "^15.0.0",
3838
"prettier": "^2.0.0",
39-
"remark-cli": "^8.0.0",
40-
"remark-preset-wooorm": "^7.0.0",
39+
"remark-cli": "^9.0.0",
40+
"remark-preset-wooorm": "^8.0.0",
4141
"tape": "^5.0.0",
42-
"tinyify": "^2.0.0",
43-
"xo": "^0.33.0"
42+
"tinyify": "^3.0.0",
43+
"xo": "^0.34.0"
4444
},
4545
"scripts": {
46-
"format": "remark . -qfo && prettier . --write && xo --fix",
47-
"build-bundle": "browserify . -s hastUtilFindAndReplace > hast-util-find-and-replace.js",
48-
"build-mangle": "browserify . -s hastUtilFindAndReplace -p tinyify > hast-util-find-and-replace.min.js",
46+
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
47+
"build-bundle": "browserify . -s hastUtilFindAndReplace -o hast-util-find-and-replace.js",
48+
"build-mangle": "browserify . -s hastUtilFindAndReplace -o hast-util-find-and-replace.min.js -p tinyify",
4949
"build": "npm run build-bundle && npm run build-mangle",
5050
"test-api": "node test",
5151
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)