|
64 | 64 | "space-separated-tokens": "^2.0.0"
|
65 | 65 | },
|
66 | 66 | "devDependencies": {
|
67 |
| - "@types/node": "^18.0.0", |
| 67 | + "@types/node": "^20.0.0", |
68 | 68 | "acorn-jsx": "^5.0.0",
|
69 |
| - "c8": "^7.0.0", |
| 69 | + "c8": "^8.0.0", |
70 | 70 | "esast-util-from-js": "^1.0.0",
|
71 | 71 | "estree-util-build-jsx": "^2.0.0",
|
72 | 72 | "estree-util-to-js": "^1.0.0",
|
73 |
| - "prettier": "^2.0.0", |
| 73 | + "prettier": "^3.0.0", |
74 | 74 | "remark-cli": "^11.0.0",
|
75 | 75 | "remark-preset-wooorm": "^9.0.0",
|
76 | 76 | "svg-tag-names": "^3.0.0",
|
77 |
| - "tsd": "^0.25.0", |
| 77 | + "tsd": "^0.28.0", |
78 | 78 | "type-coverage": "^2.0.0",
|
79 |
| - "typescript": "^4.0.0", |
| 79 | + "typescript": "^5.0.0", |
80 | 80 | "unist-builder": "^3.0.0",
|
81 |
| - "xo": "^0.54.0" |
| 81 | + "xo": "^0.55.0" |
82 | 82 | },
|
83 | 83 | "scripts": {
|
84 | 84 | "prepack": "npm run build && npm run format",
|
85 | 85 | "build": "tsc --build --clean && tsc --build && tsd && type-coverage",
|
86 | 86 | "generate": "node script/generate-jsx.js && node script/build.js",
|
87 |
| - "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix", |
| 87 | + "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix", |
88 | 88 | "test-api": "node --conditions development test/index.js",
|
89 | 89 | "test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
|
90 | 90 | "test": "npm run build && npm run generate && npm run format && npm run test-coverage"
|
|
0 commit comments