|
42 | 42 | "unified-engine": "^10.0.0"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@types/tape": "^4.0.0", |
| 45 | + "@types/minimist": "^1.0.0", |
| 46 | + "@types/tape": "^5.0.0", |
46 | 47 | "@types/touch": "^3.0.0",
|
47 | 48 | "bail": "^2.0.0",
|
48 |
| - "c8": "^7.0.0", |
49 |
| - "execa": "^6.0.0", |
50 |
| - "prettier": "^2.0.0", |
| 49 | + "c8": "^8.0.0", |
| 50 | + "execa": "^7.0.0", |
| 51 | + "prettier": "^3.0.0", |
51 | 52 | "remark": "^14.0.0",
|
52 |
| - "remark-cli": "^10.0.0", |
| 53 | + "remark-cli": "^11.0.0", |
53 | 54 | "remark-preset-wooorm": "^9.0.0",
|
54 | 55 | "rimraf": "^3.0.0",
|
55 | 56 | "strip-ansi": "^7.0.0",
|
56 | 57 | "tape": "^5.0.0",
|
57 | 58 | "touch": "^3.0.0",
|
58 | 59 | "type-coverage": "^2.0.0",
|
59 |
| - "typescript": "^4.0.0", |
| 60 | + "typescript": "^5.0.0", |
60 | 61 | "unified": "^10.0.0",
|
61 | 62 | "vfile-reporter-json": "^3.0.0",
|
62 |
| - "xo": "^0.50.0" |
| 63 | + "xo": "^0.56.0" |
63 | 64 | },
|
64 | 65 | "scripts": {
|
65 | 66 | "build": "rimraf \"lib/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage",
|
66 |
| - "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix", |
| 67 | + "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix", |
67 | 68 | "test-api": "node --conditions development test/index.js",
|
68 | 69 | "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node --conditions development test/index.js",
|
69 | 70 | "test": "npm run build && npm run format && npm run test-coverage"
|
|
77 | 78 | "trailingComma": "none"
|
78 | 79 | },
|
79 | 80 | "xo": {
|
80 |
| - "prettier": true |
| 81 | + "prettier": true, |
| 82 | + "rules": { |
| 83 | + "unicorn/prefer-at": "off", |
| 84 | + "unicorn/prefer-string-replace-all": "off" |
| 85 | + } |
81 | 86 | },
|
82 | 87 | "remarkConfig": {
|
83 | 88 | "plugins": [
|
|
0 commit comments