|
66 | 66 | "clean:declarations": "rm -rf $(find . -maxdepth 2 -type f -name '*.d.ts*')",
|
67 | 67 | "clean:esm-declarations": "rm -rf $(find . -maxdepth 2 -type f -name '*.d.mts*')",
|
68 | 68 | "clean": "run-p clean:*",
|
69 |
| - "prepare": "husky install", |
| 69 | + "prepare": "husky", |
70 | 70 | "prepublishOnly": "run-s build",
|
71 | 71 | "test:mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js'",
|
72 | 72 | "test-ci": "run-s test:*",
|
|
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 | 83 | "@skypack/package-check": "^0.2.2",
|
84 |
| - "@types/chai": "^4.3.5", |
85 |
| - "@types/chai-as-promised": "^7.1.5", |
86 |
| - "@types/mocha": "^10.0.1", |
| 84 | + "@types/chai": "^4.3.16", |
| 85 | + "@types/chai-as-promised": "^7.1.8", |
| 86 | + "@types/mocha": "^10.0.7", |
87 | 87 | "@types/node": "^18.19.40",
|
88 |
| - "@types/sinon": "^10.0.15", |
89 |
| - "@types/sinon-chai": "^3.2.9", |
| 88 | + "@types/sinon": "^17.0.3", |
| 89 | + "@types/sinon-chai": "^3.2.12", |
90 | 90 | "@voxpelli/eslint-config": "^20.0.0",
|
91 |
| - "@voxpelli/tsconfig": "^8.0.0", |
92 |
| - "c8": "^8.0.0", |
93 |
| - "chai": "^4.3.7", |
| 91 | + "@voxpelli/tsconfig": "^12.0.1", |
| 92 | + "c8": "^10.1.2", |
| 93 | + "chai": "^4.4.1", |
94 | 94 | "chai-as-promised": "^7.1.1",
|
95 | 95 | "eslint": "^9.7.0",
|
96 |
| - "husky": "^8.0.3", |
97 |
| - "installed-check": "^7.1.1", |
98 |
| - "knip": "^2.40.0", |
99 |
| - "linemod": "^1.1.0", |
100 |
| - "mocha": "^10.2.0", |
101 |
| - "nodemon": "^2.0.22", |
102 |
| - "npm-run-all2": "^6.0.5", |
103 |
| - "sinon": "^15.1.2", |
| 96 | + "husky": "^9.1.1", |
| 97 | + "installed-check": "^9.3.0", |
| 98 | + "knip": "^5.26.0", |
| 99 | + "linemod": "^2.0.0", |
| 100 | + "mocha": "^10.6.0", |
| 101 | + "nodemon": "^3.1.4", |
| 102 | + "npm-run-all2": "^6.2.2", |
| 103 | + "sinon": "^18.0.0", |
104 | 104 | "sinon-chai": "^3.7.0",
|
105 |
| - "tsd": "^0.28.1", |
106 |
| - "type-coverage": "^2.26.0", |
107 |
| - "typescript": "~5.1.3", |
| 105 | + "tsd": "^0.31.1", |
| 106 | + "type-coverage": "^2.29.1", |
| 107 | + "typescript": "~5.5.3", |
108 | 108 | "validate-conventional-commit": "^1.0.4"
|
109 | 109 | }
|
110 | 110 | }
|
0 commit comments