Skip to content

Commit

Permalink
chore(deps): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Sep 13, 2024
1 parent 8ec2828 commit 92bd0b5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"entry": [
"index.js!",
"benchmark/*.js"
],
"ignoreDependencies": ["@types/mocha"]
]
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,29 @@
"test": "run-s check test:*"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-quantifiers": "^1.0.4",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.40",
"@types/mocha": "^10.0.8",
"@types/node": "^18.19.50",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@voxpelli/eslint-config": "^20.0.0",
"@voxpelli/tsconfig": "^12.0.1",
"@voxpelli/eslint-config": "^21.0.0",
"@voxpelli/tsconfig": "^14.0.0",
"c8": "^10.1.2",
"chai": "^4.4.1",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"chai-quantifiers": "^1.0.18",
"eslint": "^9.7.0",
"husky": "^9.0.11",
"eslint": "^9.10.0",
"husky": "^9.1.6",
"installed-check": "^9.3.0",
"knip": "^5.26.0",
"mocha": "^10.6.0",
"knip": "^5.30.2",
"mocha": "^10.7.3",
"npm-run-all2": "^6.2.2",
"sinon": "^18.0.0",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"type-coverage": "^2.29.1",
"typescript": "~5.5.3",
"validate-conventional-commit": "^1.0.3"
"validate-conventional-commit": "^1.0.4"
}
}
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"benchmark/**/*.js",
"lib/**/*.js",
"test/**/*.js",
]
],
"compilerOptions": {
"types": ["node", "mocha"]
}
}

0 comments on commit 92bd0b5

Please sign in to comment.