|
45 | 45 | "unist-util-visit": "^4.0.0"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@types/node": "^18.0.0", |
49 |
| - "c8": "^7.0.0", |
| 48 | + "@types/node": "^20.0.0", |
| 49 | + "c8": "^8.0.0", |
50 | 50 | "hast-util-to-html": "^8.0.4",
|
51 | 51 | "hastscript": "^7.0.0",
|
52 | 52 | "mdast-util-from-markdown": "^1.0.0",
|
53 | 53 | "mdast-util-gfm": "^2.0.0",
|
54 | 54 | "micromark-extension-gfm": "^2.0.0",
|
55 |
| - "prettier": "^2.0.0", |
| 55 | + "prettier": "^3.0.0", |
56 | 56 | "remark-cli": "^11.0.0",
|
57 | 57 | "remark-preset-wooorm": "^9.0.0",
|
58 | 58 | "type-coverage": "^2.0.0",
|
59 |
| - "typescript": "^4.0.0", |
60 |
| - "xo": "^0.53.0" |
| 59 | + "typescript": "^5.0.0", |
| 60 | + "xo": "^0.55.0" |
61 | 61 | },
|
62 | 62 | "scripts": {
|
63 | 63 | "prepack": "npm run build && npm run format",
|
64 | 64 | "build": "tsc --build --clean && tsc --build && type-coverage",
|
65 |
| - "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix", |
| 65 | + "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix", |
66 | 66 | "test-api": "node --conditions development test/index.js",
|
67 | 67 | "test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
|
68 | 68 | "test": "npm run build && npm run format && npm run test-coverage"
|
|
78 | 78 | "xo": {
|
79 | 79 | "prettier": true,
|
80 | 80 | "rules": {
|
| 81 | + "import/no-cycle": "error", |
81 | 82 | "max-depth": "off",
|
82 |
| - "import/no-cycle": "error" |
| 83 | + "unicorn/prefer-at": "off", |
| 84 | + "unicorn/prefer-string-replace-all": "off" |
83 | 85 | }
|
84 | 86 | },
|
85 | 87 | "remarkConfig": {
|
|
0 commit comments