Skip to content

Commit 5058d13

Browse files
committed
Update dev-dependencies
1 parent 7c5d580 commit 5058d13

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
@@ -29,20 +29,20 @@
2929
"vfile-location": "^3.0.0"
3030
},
3131
"devDependencies": {
32-
"browserify": "^16.0.0",
32+
"browserify": "^17.0.0",
3333
"nyc": "^15.0.0",
3434
"prettier": "^2.0.0",
35-
"remark": "^12.0.0",
36-
"remark-cli": "^8.0.0",
37-
"remark-preset-wooorm": "^7.0.0",
35+
"remark": "^13.0.0",
36+
"remark-cli": "^9.0.0",
37+
"remark-preset-wooorm": "^8.0.0",
3838
"tape": "^5.0.0",
39-
"tinyify": "^2.0.0",
40-
"xo": "^0.32.0"
39+
"tinyify": "^3.0.0",
40+
"xo": "^0.34.0"
4141
},
4242
"scripts": {
43-
"format": "remark . -qfo && prettier . --write && xo --fix",
44-
"build-bundle": "browserify . -s unistUtilSource > unist-util-source.js",
45-
"build-mangle": "browserify . -s unistUtilSource -p tinyify > unist-util-source.min.js",
43+
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
44+
"build-bundle": "browserify . -s unistUtilSource -o unist-util-source.js",
45+
"build-mangle": "browserify . -s unistUtilSource -o unist-util-source.min.js -p tinyify",
4646
"build": "npm run build-bundle && npm run build-mangle",
4747
"test-api": "node test",
4848
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)