Skip to content

Commit 2e143f1

Browse files
committed
chore(deps): update dev dependencies
1 parent a7f2b8f commit 2e143f1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if (commitMessage.trim() === '') {
1717
process.exit(1);
1818
}
1919

20+
// eslint-disable-next-line regexp/no-unused-capturing-group
2021
const conventionalCommitMessage = /^(?<type>\w+)(?:\((?<scope>\w+)\))?(?<breaking>!?): (?<description>[^\n]+)/;
2122

2223
if (!conventionalCommitMessage.test(commitMessage)) {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"test": "run-s check"
3636
},
3737
"devDependencies": {
38-
"@types/node": "^16.18.102",
39-
"@voxpelli/eslint-config": "^20.0.0-beta.4",
40-
"@voxpelli/tsconfig": "^12.0.1",
41-
"eslint": "^9.6.0",
42-
"husky": "^9.0.11",
38+
"@types/node": "^16.18.115",
39+
"@voxpelli/eslint-config": "^22.0.0",
40+
"@voxpelli/tsconfig": "^15.0.0",
41+
"eslint": "^9.13.0",
42+
"husky": "^9.1.6",
4343
"npm-run-all2": "^6.2.0",
44-
"typescript": "~5.5.3"
44+
"typescript": "~5.6.2"
4545
}
4646
}

0 commit comments

Comments
 (0)