|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 | 41 | "@types/rimraf": "^3.0.0",
|
42 |
| - "@types/tape": "^4.0.0", |
43 |
| - "c8": "^7.0.0", |
| 42 | + "@types/tape": "^5.0.0", |
| 43 | + "c8": "^8.0.0", |
44 | 44 | "nlcst-to-string": "^3.0.0",
|
45 |
| - "prettier": "^2.0.0", |
46 |
| - "remark-cli": "^10.0.0", |
| 45 | + "prettier": "^3.0.0", |
| 46 | + "remark-cli": "^11.0.0", |
47 | 47 | "remark-preset-wooorm": "^9.0.0",
|
48 | 48 | "retext-english": "^4.0.0",
|
49 | 49 | "retext-stringify": "^3.0.0",
|
50 | 50 | "rimraf": "^3.0.0",
|
51 | 51 | "tape": "^5.0.0",
|
52 | 52 | "to-vfile": "^7.0.0",
|
53 | 53 | "type-coverage": "^2.0.0",
|
54 |
| - "typescript": "^4.0.0", |
| 54 | + "typescript": "^5.0.0", |
55 | 55 | "unified": "^10.0.0",
|
56 | 56 | "unist-util-visit": "^4.0.0",
|
57 |
| - "xo": "^0.50.0" |
| 57 | + "xo": "^0.56.0" |
58 | 58 | },
|
59 | 59 | "scripts": {
|
60 | 60 | "build": "rimraf \"*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage",
|
61 |
| - "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix", |
| 61 | + "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix", |
62 | 62 | "test-api": "node --conditions development test/index.js",
|
63 | 63 | "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node --conditions development test/index.js",
|
64 | 64 | "test": "npm run build && npm run format && npm run test-coverage"
|
|
0 commit comments