|
38 | 38 | "types": "types/index.d.ts",
|
39 | 39 | "dependencies": {},
|
40 | 40 | "devDependencies": {
|
41 |
| - "@types/unist": "^2.0.3", |
42 |
| - "browserify": "^16.0.0", |
| 41 | + "@types/unist": "^2.0.0", |
| 42 | + "browserify": "^17.0.0", |
43 | 43 | "chalk": "^4.0.0",
|
44 |
| - "dtslint": "^3.0.0", |
45 |
| - "hastscript": "^5.0.0", |
| 44 | + "dtslint": "^4.0.0", |
| 45 | + "hastscript": "^6.0.0", |
46 | 46 | "nyc": "^15.0.0",
|
47 | 47 | "prettier": "^2.0.0",
|
48 |
| - "remark-cli": "^8.0.0", |
49 |
| - "remark-preset-wooorm": "^7.0.0", |
| 48 | + "remark-cli": "^9.0.0", |
| 49 | + "remark-preset-wooorm": "^8.0.0", |
50 | 50 | "retext": "^7.0.0",
|
51 | 51 | "strip-ansi": "^6.0.0",
|
52 | 52 | "tape": "^5.0.0",
|
53 |
| - "tinyify": "^2.0.0", |
| 53 | + "tinyify": "^3.0.0", |
54 | 54 | "unist-builder": "^2.0.0",
|
55 |
| - "xastscript": "^1.0.0", |
| 55 | + "xastscript": "^2.0.0", |
56 | 56 | "xast-util-from-xml": "^1.0.0",
|
57 |
| - "xo": "^0.32.0" |
| 57 | + "xo": "^0.34.0" |
58 | 58 | },
|
59 | 59 | "scripts": {
|
60 |
| - "format": "remark . -qfo && prettier . --write && xo --fix", |
| 60 | + "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix", |
61 | 61 | "build-bundle": "browserify . -s unistUtilInspect > unist-util-inspect.js",
|
62 | 62 | "build-mangle": "browserify . -s unistUtilInspect -p tinyify > unist-util-inspect.min.js",
|
63 | 63 | "build": "npm run build-bundle && npm run build-mangle",
|
|
0 commit comments