Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Oct 20, 2023
1 parent be37b13 commit 57cf606
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"build:0": "run-s clean",
"build:1-declaration": "tsc -p declaration.tsconfig.json",
"build": "run-s build:*",
"check:installed-check": "installed-check -i eslint-plugin-jsdoc -i knip",
"check:installed-check": "installed-check -i eslint-plugin-jsdoc -i knip -i installed-check",
"check:knip": "knip",
"check:lint": "eslint --report-unused-disable-directives .",
"check:tsc": "tsc",
Expand All @@ -47,17 +47,17 @@
"test": "run-s check test:*"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-quantifiers": "^1.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.31",
"@types/sinon": "^10.0.15",
"@types/sinon-chai": "^3.2.9",
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.7",
"@types/chai-quantifiers": "^1.0.3",
"@types/mocha": "^10.0.3",
"@types/node": "^16.18.59",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.11",
"@voxpelli/eslint-config": "^19.0.0",
"@voxpelli/tsconfig": "^9.0.0",
"c8": "^7.14.0",
"chai": "^4.3.7",
"c8": "^8.0.1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-quantifiers": "^1.0.17",
"eslint": "^8.51.0",
Expand All @@ -71,11 +71,11 @@
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-unicorn": "^48.0.1",
"husky": "^8.0.3",
"installed-check": "^7.1.1",
"knip": "^2.12.2",
"installed-check": "^8.0.0",
"knip": "^2.35.0",
"mocha": "^10.2.0",
"npm-run-all2": "^6.0.6",
"sinon": "^15.2.0",
"sinon": "^17.0.0",
"sinon-chai": "^3.7.0",
"type-coverage": "^2.27.0",
"typescript": "~5.2.2"
Expand Down

0 comments on commit 57cf606

Please sign in to comment.