Skip to content

Commit 92bd0b5

Browse files
committed
chore(deps): update dev dependencies
1 parent 8ec2828 commit 92bd0b5

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

.knip.jsonc

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"entry": [
44
"index.js!",
55
"benchmark/*.js"
6-
],
7-
"ignoreDependencies": ["@types/mocha"]
6+
]
87
}

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -47,29 +47,29 @@
4747
"test": "run-s check test:*"
4848
},
4949
"devDependencies": {
50-
"@types/chai": "^4.3.16",
50+
"@types/chai": "^4.3.19",
5151
"@types/chai-as-promised": "^7.1.8",
5252
"@types/chai-quantifiers": "^1.0.4",
53-
"@types/mocha": "^10.0.7",
54-
"@types/node": "^18.19.40",
53+
"@types/mocha": "^10.0.8",
54+
"@types/node": "^18.19.50",
5555
"@types/sinon": "^17.0.3",
5656
"@types/sinon-chai": "^3.2.12",
57-
"@voxpelli/eslint-config": "^20.0.0",
58-
"@voxpelli/tsconfig": "^12.0.1",
57+
"@voxpelli/eslint-config": "^21.0.0",
58+
"@voxpelli/tsconfig": "^14.0.0",
5959
"c8": "^10.1.2",
60-
"chai": "^4.4.1",
60+
"chai": "^4.5.0",
6161
"chai-as-promised": "^7.1.2",
6262
"chai-quantifiers": "^1.0.18",
63-
"eslint": "^9.7.0",
64-
"husky": "^9.0.11",
63+
"eslint": "^9.10.0",
64+
"husky": "^9.1.6",
6565
"installed-check": "^9.3.0",
66-
"knip": "^5.26.0",
67-
"mocha": "^10.6.0",
66+
"knip": "^5.30.2",
67+
"mocha": "^10.7.3",
6868
"npm-run-all2": "^6.2.2",
69-
"sinon": "^18.0.0",
69+
"sinon": "^19.0.2",
7070
"sinon-chai": "^3.7.0",
7171
"type-coverage": "^2.29.1",
7272
"typescript": "~5.5.3",
73-
"validate-conventional-commit": "^1.0.3"
73+
"validate-conventional-commit": "^1.0.4"
7474
}
7575
}

tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"benchmark/**/*.js",
88
"lib/**/*.js",
99
"test/**/*.js",
10-
]
10+
],
11+
"compilerOptions": {
12+
"types": ["node", "mocha"]
13+
}
1114
}

0 commit comments

Comments
 (0)