Skip to content

Commit 1771cca

Browse files
committed
Update dev dependencies
1 parent f041660 commit 1771cca

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 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 -i installed-check",
35+
"check:installed-check": "installed-check",
3636
"check:knip": "knip",
3737
"check:lint": "eslint --report-unused-disable-directives .",
3838
"check:tsc": "tsc",
@@ -47,19 +47,19 @@
4747
"test": "run-s check test:*"
4848
},
4949
"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",
5454
"@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",
5757
"@voxpelli/eslint-config": "^19.0.0",
5858
"@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",
6161
"chai-as-promised": "^7.1.1",
62-
"chai-quantifiers": "^1.0.17",
62+
"chai-quantifiers": "^1.0.18",
6363
"eslint": "^8.57.0",
6464
"eslint-plugin-es-x": "^7.5.0",
6565
"eslint-plugin-import": "^2.29.1",
@@ -71,11 +71,11 @@
7171
"eslint-plugin-sort-destructure-keys": "^1.5.0",
7272
"eslint-plugin-unicorn": "^48.0.1",
7373
"husky": "^9.0.11",
74-
"installed-check": "^8.0.0",
74+
"installed-check": "^8.0.1",
7575
"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",
7979
"sinon-chai": "^3.7.0",
8080
"type-coverage": "^2.27.1",
8181
"typescript": "~5.4.2"

0 commit comments

Comments
 (0)