Skip to content

Commit 57cf606

Browse files
committed
Update dev dependencies
1 parent be37b13 commit 57cf606

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"build:0": "run-s clean",
3333
"build:1-declaration": "tsc -p declaration.tsconfig.json",
3434
"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",
3636
"check:knip": "knip",
3737
"check:lint": "eslint --report-unused-disable-directives .",
3838
"check:tsc": "tsc",
@@ -47,17 +47,17 @@
4747
"test": "run-s check test:*"
4848
},
4949
"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",
5757
"@voxpelli/eslint-config": "^19.0.0",
5858
"@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",
6161
"chai-as-promised": "^7.1.1",
6262
"chai-quantifiers": "^1.0.17",
6363
"eslint": "^8.51.0",
@@ -71,11 +71,11 @@
7171
"eslint-plugin-sort-destructure-keys": "^1.5.0",
7272
"eslint-plugin-unicorn": "^48.0.1",
7373
"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",
7676
"mocha": "^10.2.0",
7777
"npm-run-all2": "^6.0.6",
78-
"sinon": "^15.2.0",
78+
"sinon": "^17.0.0",
7979
"sinon-chai": "^3.7.0",
8080
"type-coverage": "^2.27.0",
8181
"typescript": "~5.2.2"

0 commit comments

Comments
 (0)