|
38 | 38 | "hast-util-truncate": "^1.0.0"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@types/node": "^18.0.0", |
42 |
| - "c8": "^7.0.0", |
| 41 | + "@types/node": "^20.0.0", |
| 42 | + "c8": "^8.0.0", |
43 | 43 | "hast-util-select": "^5.0.0",
|
44 | 44 | "hastscript": "^7.0.0",
|
45 | 45 | "mdast-util-from-markdown": "^1.0.0",
|
46 | 46 | "mdast-util-mdx": "^2.0.0",
|
47 | 47 | "mdast-util-to-hast": "^12.0.0",
|
48 | 48 | "micromark-extension-mdxjs": "^1.0.0",
|
49 |
| - "prettier": "^2.0.0", |
| 49 | + "prettier": "^3.0.0", |
50 | 50 | "remark-cli": "^11.0.0",
|
51 | 51 | "remark-preset-wooorm": "^9.0.0",
|
52 | 52 | "type-coverage": "^2.0.0",
|
53 |
| - "typescript": "^4.0.0", |
| 53 | + "typescript": "^5.0.0", |
54 | 54 | "unist-builder": "^3.0.0",
|
55 | 55 | "unist-util-remove-position": "^4.0.0",
|
56 |
| - "xo": "^0.53.0" |
| 56 | + "xo": "^0.55.0" |
57 | 57 | },
|
58 | 58 | "scripts": {
|
59 | 59 | "prepack": "npm run build && npm run format",
|
60 | 60 | "build": "tsc --build --clean && tsc --build && 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.js",
|
63 | 63 | "test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
|
64 | 64 | "test": "npm run build && npm run format && npm run test-coverage"
|
|
0 commit comments