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 Jun 29, 2024
1 parent ab32fb7 commit 57ee2dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

node cli.js < .git/COMMIT_EDITMSG
1 change: 0 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm test
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"check:lint": "eslint --report-unused-disable-directives .",
"check:tsc": "tsc",
"check": "run-p check:*",
"prepare": "husky install",
"prepare": "husky",
"test": "run-s check"
},
"devDependencies": {
"@types/node": "^16.18.60",
"@types/node": "^16.18.101",
"@voxpelli/eslint-config": "^20.0.0-beta.4",
"@voxpelli/tsconfig": "^9.0.0",
"@voxpelli/tsconfig": "^12.0.1",
"eslint": "^9.6.0",
"husky": "^8.0.3",
"npm-run-all2": "^6.1.1",
"typescript": "~5.2.2"
"husky": "^9.0.11",
"npm-run-all2": "^6.2.0",
"typescript": "~5.5.2"
}
}

0 comments on commit 57ee2dc

Please sign in to comment.