|
32 | 32 | "build:0": "run-s clean", |
33 | 33 | "build:1-declaration": "tsc -p declaration.tsconfig.json", |
34 | 34 | "build": "run-s build:*", |
35 | | - "check:installed-check": "installed-check -i eslint-plugin-jsdoc -i knip", |
| 35 | + "check:installed-check": "installed-check -i eslint-plugin-jsdoc -i knip -i installed-check", |
36 | 36 | "check:knip": "knip", |
37 | 37 | "check:lint": "eslint --report-unused-disable-directives .", |
38 | 38 | "check:tsc": "tsc", |
|
47 | 47 | "test": "run-s check test:*" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@types/chai": "^4.3.5", |
51 | | - "@types/chai-as-promised": "^7.1.5", |
52 | | - "@types/chai-quantifiers": "^1.0.1", |
53 | | - "@types/mocha": "^10.0.1", |
54 | | - "@types/node": "^16.18.31", |
55 | | - "@types/sinon": "^10.0.15", |
56 | | - "@types/sinon-chai": "^3.2.9", |
| 50 | + "@types/chai": "^4.3.9", |
| 51 | + "@types/chai-as-promised": "^7.1.7", |
| 52 | + "@types/chai-quantifiers": "^1.0.3", |
| 53 | + "@types/mocha": "^10.0.3", |
| 54 | + "@types/node": "^16.18.59", |
| 55 | + "@types/sinon": "^10.0.20", |
| 56 | + "@types/sinon-chai": "^3.2.11", |
57 | 57 | "@voxpelli/eslint-config": "^19.0.0", |
58 | 58 | "@voxpelli/tsconfig": "^9.0.0", |
59 | | - "c8": "^7.14.0", |
60 | | - "chai": "^4.3.7", |
| 59 | + "c8": "^8.0.1", |
| 60 | + "chai": "^4.3.10", |
61 | 61 | "chai-as-promised": "^7.1.1", |
62 | 62 | "chai-quantifiers": "^1.0.17", |
63 | 63 | "eslint": "^8.51.0", |
|
71 | 71 | "eslint-plugin-sort-destructure-keys": "^1.5.0", |
72 | 72 | "eslint-plugin-unicorn": "^48.0.1", |
73 | 73 | "husky": "^8.0.3", |
74 | | - "installed-check": "^7.1.1", |
75 | | - "knip": "^2.12.2", |
| 74 | + "installed-check": "^8.0.0", |
| 75 | + "knip": "^2.35.0", |
76 | 76 | "mocha": "^10.2.0", |
77 | 77 | "npm-run-all2": "^6.0.6", |
78 | | - "sinon": "^15.2.0", |
| 78 | + "sinon": "^17.0.0", |
79 | 79 | "sinon-chai": "^3.7.0", |
80 | 80 | "type-coverage": "^2.27.0", |
81 | 81 | "typescript": "~5.2.2" |
|
0 commit comments