|
14 | 14 | "url": "https://github.com/bcomnes/domstack/issues" |
15 | 15 | }, |
16 | 16 | "engines": { |
17 | | - "node": ">=22.0.0" |
| 17 | + "node": "^22.0.0 || >=24.0.0" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | 20 | "@11ty/dependency-tree-typescript": "^1.0.0", |
|
57 | 57 | "write-package": "^7.0.1" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "c8": "^11.0.0", |
61 | | - "cheerio": "^1.0.0-rc.10", |
62 | 60 | "@types/browser-sync": "^2.29.0", |
63 | 61 | "@types/js-yaml": "^4.0.9", |
64 | 62 | "@types/markdown-it": "^14.1.1", |
65 | 63 | "@types/markdown-it-footnote": "^3.0.4", |
66 | 64 | "@types/node": "^25.3.0", |
67 | 65 | "@voxpelli/tsconfig": "^16.0.0", |
68 | 66 | "auto-changelog": "^2.4.0", |
| 67 | + "cheerio": "^1.0.0-rc.10", |
69 | 68 | "gh-release": "^7.0.2", |
70 | 69 | "installed-check": "^10.0.1", |
71 | 70 | "jsonfeed-to-atom": "^1.2.5", |
|
89 | 88 | "test": "npm run clean && run-s test:*", |
90 | 89 | "test:installed-check": "installed-check --ignore-dev", |
91 | 90 | "test:neostandard": "eslint . --ignore-pattern 'test-cases/build-errors/src/**/*.js' --ignore-pattern 'test-cases/page-build-errors/src/**/*.js'", |
92 | | - "test:node-test": "c8 --reporter=lcov --reporter=text node --test --test-reporter spec", |
| 91 | + "test:node-test": "node --test --experimental-test-coverage --test-reporter=spec", |
93 | 92 | "test:tsc": "tsc", |
94 | 93 | "build-examples": "run-p example:*", |
95 | 94 | "clean": "run-p clean:*", |
|
0 commit comments