|
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 -i installed-check", |
| 35 | + "check:installed-check": "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.9", |
51 | | - "@types/chai-as-promised": "^7.1.7", |
52 | | - "@types/chai-quantifiers": "^1.0.3", |
53 | | - "@types/mocha": "^10.0.3", |
| 50 | + "@types/chai": "^4.3.12", |
| 51 | + "@types/chai-as-promised": "^7.1.8", |
| 52 | + "@types/chai-quantifiers": "^1.0.4", |
| 53 | + "@types/mocha": "^10.0.6", |
54 | 54 | "@types/node": "^18.19.24", |
55 | | - "@types/sinon": "^10.0.20", |
56 | | - "@types/sinon-chai": "^3.2.11", |
| 55 | + "@types/sinon": "^17.0.3", |
| 56 | + "@types/sinon-chai": "^3.2.12", |
57 | 57 | "@voxpelli/eslint-config": "^19.0.0", |
58 | 58 | "@voxpelli/tsconfig": "^11.0.0", |
59 | | - "c8": "^8.0.1", |
60 | | - "chai": "^4.3.10", |
| 59 | + "c8": "^9.1.0", |
| 60 | + "chai": "^4.4.1", |
61 | 61 | "chai-as-promised": "^7.1.1", |
62 | | - "chai-quantifiers": "^1.0.17", |
| 62 | + "chai-quantifiers": "^1.0.18", |
63 | 63 | "eslint": "^8.57.0", |
64 | 64 | "eslint-plugin-es-x": "^7.5.0", |
65 | 65 | "eslint-plugin-import": "^2.29.1", |
|
71 | 71 | "eslint-plugin-sort-destructure-keys": "^1.5.0", |
72 | 72 | "eslint-plugin-unicorn": "^48.0.1", |
73 | 73 | "husky": "^9.0.11", |
74 | | - "installed-check": "^8.0.0", |
| 74 | + "installed-check": "^8.0.1", |
75 | 75 | "knip": "^5.1.1", |
76 | | - "mocha": "^10.2.0", |
77 | | - "npm-run-all2": "^6.0.6", |
78 | | - "sinon": "^17.0.0", |
| 76 | + "mocha": "^10.3.0", |
| 77 | + "npm-run-all2": "^6.1.2", |
| 78 | + "sinon": "^17.0.1", |
79 | 79 | "sinon-chai": "^3.7.0", |
80 | 80 | "type-coverage": "^2.27.1", |
81 | 81 | "typescript": "~5.4.2" |
|
0 commit comments