|
31 | 31 | "build:0": "run-s clean",
|
32 | 32 | "build:1-declaration": "tsc -p declaration.tsconfig.json",
|
33 | 33 | "build": "run-s build:*",
|
34 |
| - "check:dependency-check": "dependency-check *.js 'lib/**/*.js' 'test/**/*.js' --no-dev", |
35 |
| - "check:installed-check": "installed-check -i eslint-plugin-jsdoc", |
| 34 | + "check:installed-check": "installed-check -i eslint-plugin-jsdoc -i knip", |
| 35 | + "check:knip": "knip", |
36 | 36 | "check:lint": "eslint --report-unused-disable-directives .",
|
37 | 37 | "check:tsc": "tsc",
|
38 | 38 | "check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'benchmark/*' --ignore-files 'benchmark/*/*'",
|
|
60 | 60 | "@types/chai-as-promised": "^7.1.5",
|
61 | 61 | "@types/chai-quantifiers": "^1.0.1",
|
62 | 62 | "@types/mocha": "^10.0.1",
|
63 |
| - "@types/node": "^16.18.30", |
| 63 | + "@types/node": "^16.18.31", |
64 | 64 | "@types/sinon": "^10.0.15",
|
65 | 65 | "@types/sinon-chai": "^3.2.9",
|
66 |
| - "@voxpelli/eslint-config": "^17.0.2", |
| 66 | + "@voxpelli/eslint-config": "^17.0.3", |
67 | 67 | "@voxpelli/tsconfig": "^7.0.0",
|
68 | 68 | "0x": "^5.5.0",
|
69 | 69 | "c8": "^7.13.0",
|
70 | 70 | "chai": "^4.3.7",
|
71 | 71 | "chai-as-promised": "^7.1.1",
|
72 | 72 | "chai-quantifiers": "^1.0.17",
|
73 |
| - "dependency-check": "^5.0.0-7", |
74 | 73 | "eslint": "^8.40.0",
|
75 |
| - "eslint-plugin-es-x": "^6.1.0", |
| 74 | + "eslint-plugin-es-x": "^7.0.0", |
76 | 75 | "eslint-plugin-import": "^2.27.5",
|
77 | 76 | "eslint-plugin-jsdoc": "^44.2.4",
|
78 | 77 | "eslint-plugin-mocha": "^10.1.0",
|
|
82 | 81 | "eslint-plugin-sort-destructure-keys": "^1.5.0",
|
83 | 82 | "eslint-plugin-unicorn": "^47.0.0",
|
84 | 83 | "husky": "^8.0.3",
|
85 |
| - "installed-check": "^7.0.0", |
| 84 | + "installed-check": "^7.1.0", |
| 85 | + "knip": "^2.11.0", |
86 | 86 | "mocha": "^10.2.0",
|
87 | 87 | "npm-run-all2": "^6.0.5",
|
88 |
| - "sinon": "^15.0.4", |
| 88 | + "sinon": "^15.1.0", |
89 | 89 | "sinon-chai": "^3.7.0",
|
90 | 90 | "type-coverage": "^2.25.3",
|
91 | 91 | "typescript": "~5.0.4"
|
|
0 commit comments