Skip to content

Commit 0ab7299

Browse files
committed
chore(deps): update dev dependencies
1 parent 32f2f81 commit 0ab7299

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.knip.jsonc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"entry": [
44
"index.js",
55
"index.d.ts"
6-
],
7-
"ignoreDependencies": ["@types/mocha"]
6+
]
87
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"@types/mocha": "^10.0.7",
4949
"@types/node": "^18.19.39",
5050
"@voxpelli/eslint-config": "^21.0.0",
51-
"@voxpelli/tsconfig": "^13.0.0",
51+
"@voxpelli/tsconfig": "^14.0.0",
5252
"c8": "^10.1.2",
5353
"chai": "^4.5.0",
54-
"eslint": "^9.9.1",
54+
"eslint": "^9.10.0",
5555
"husky": "^9.1.5",
5656
"installed-check": "^9.3.0",
57-
"knip": "^5.26.0",
57+
"knip": "^5.30.0",
5858
"mocha": "^10.6.0",
5959
"npm-run-all2": "^6.2.2",
6060
"type-coverage": "^2.29.1",

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"include": [
77
"lib/**/*",
88
"test/**/*",
9-
]
9+
],
10+
"compilerOptions": {
11+
"types": ["node", "mocha"]
12+
}
1013
}

0 commit comments

Comments
 (0)