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 e9129c2 commit 0e4d8ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
1 change: 0 additions & 1 deletion .knip.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignoreDependencies": ["@types/mocha"],
"entry": [
"index.js!",
"index.d.ts!",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,26 @@
"@types/chai-as-promised": "^7.1.8",
"@types/is-glob": "^4.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.29",
"@types/node": "^18.19.50",
"@types/picomatch": "^2.3.3",
"@types/semver": "^7.5.8",
"@voxpelli/eslint-config": "^21.0.0",
"@voxpelli/tsconfig": "^12.0.1",
"c8": "^9.1.0",
"@voxpelli/tsconfig": "^14.0.0",
"c8": "^10.1.2",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"desm": "^1.3.1",
"eslint": "^9.10.0",
"expect-type": "^0.19.0",
"husky": "^9.0.11",
"installed-check": "^9.1.2",
"knip": "^5.8.0",
"husky": "^9.1.6",
"installed-check": "^9.3.0",
"knip": "^5.30.2",
"mocha": "^10.4.0",
"npm-run-all2": "^6.1.2",
"npm-run-all2": "^6.2.2",
"read-pkg": "^9.0.1",
"tempy": "^3.1.0",
"type-coverage": "^2.28.1",
"typescript": "~5.4.4",
"type-coverage": "^2.29.1",
"typescript": "~5.5.4",
"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 @@ -6,5 +6,8 @@
"include": [
"lib/**/*",
"test/**/*",
]
],
"compilerOptions": {
"types": ["node", "mocha"]
}
}

0 comments on commit 0e4d8ad

Please sign in to comment.