|
48 | 48 | "@types/xast": "^1.0.0" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@types/node": "^18.0.0", |
52 | | - "c8": "^7.0.0", |
| 51 | + "@types/node": "^20.0.0", |
| 52 | + "c8": "^8.0.0", |
53 | 53 | "esast-util-from-js": "^1.0.0", |
54 | 54 | "estree-util-build-jsx": "^2.0.0", |
55 | 55 | "estree-util-to-js": "^1.0.0", |
56 | | - "prettier": "^2.0.0", |
| 56 | + "prettier": "^3.0.0", |
57 | 57 | "remark-cli": "^11.0.0", |
58 | 58 | "remark-preset-wooorm": "^9.0.0", |
59 | | - "tsd": "^0.25.0", |
| 59 | + "tsd": "^0.28.0", |
60 | 60 | "type-coverage": "^2.0.0", |
61 | | - "typescript": "^4.0.0", |
| 61 | + "typescript": "^5.0.0", |
62 | 62 | "unist-builder": "^3.0.0", |
63 | | - "xo": "^0.53.0" |
| 63 | + "xo": "^0.55.0" |
64 | 64 | }, |
65 | 65 | "scripts": { |
66 | 66 | "prepack": "npm run build && npm run format", |
67 | 67 | "generate": "node script/generate-jsx.js", |
68 | 68 | "build": "tsc --build --clean && tsc --build && tsd && type-coverage", |
69 | | - "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix", |
| 69 | + "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix", |
70 | 70 | "test-api": "node --conditions development test/index.js", |
71 | 71 | "test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api", |
72 | 72 | "test": "npm run generate && npm run build && npm run format && npm run test-coverage" |
|
80 | 80 | "trailingComma": "none" |
81 | 81 | }, |
82 | 82 | "xo": { |
83 | | - "prettier": true |
| 83 | + "prettier": true, |
| 84 | + "rules": { |
| 85 | + "n/file-extension-in-import": "off" |
| 86 | + } |
84 | 87 | }, |
85 | 88 | "remarkConfig": { |
86 | 89 | "plugins": [ |
|
0 commit comments