Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Mar 17, 2024
1 parent f041660 commit 1771cca
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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 -i installed-check",
"check:installed-check": "installed-check",
"check:knip": "knip",
"check:lint": "eslint --report-unused-disable-directives .",
"check:tsc": "tsc",
Expand All @@ -47,19 +47,19 @@
"test": "run-s check test:*"
},
"devDependencies": {
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.7",
"@types/chai-quantifiers": "^1.0.3",
"@types/mocha": "^10.0.3",
"@types/chai": "^4.3.12",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-quantifiers": "^1.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.24",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.11",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@voxpelli/eslint-config": "^19.0.0",
"@voxpelli/tsconfig": "^11.0.0",
"c8": "^8.0.1",
"chai": "^4.3.10",
"c8": "^9.1.0",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"chai-quantifiers": "^1.0.17",
"chai-quantifiers": "^1.0.18",
"eslint": "^8.57.0",
"eslint-plugin-es-x": "^7.5.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -71,11 +71,11 @@
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-unicorn": "^48.0.1",
"husky": "^9.0.11",
"installed-check": "^8.0.0",
"installed-check": "^8.0.1",
"knip": "^5.1.1",
"mocha": "^10.2.0",
"npm-run-all2": "^6.0.6",
"sinon": "^17.0.0",
"mocha": "^10.3.0",
"npm-run-all2": "^6.1.2",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"type-coverage": "^2.27.1",
"typescript": "~5.4.2"
Expand Down

0 comments on commit 1771cca

Please sign in to comment.