Skip to content

Commit

Permalink
build: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Oct 25, 2024
1 parent b6f6d5e commit beee0d2
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 360 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint-staged
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^20.9.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.4",
"@types/node": "^22.8.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"nock": "^13.5.5",
"prettier": "^2.7.1",
"typescript": "^5.6.2",
"vitest": "^2.1.2"
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
},
"scripts": {
"build": "tsc",
Expand All @@ -27,7 +27,7 @@
"start": "DEBUG=* probot run ./lib/index.js",
"test": "vitest run",
"test:watch": "vitest watch",
"prepare": "husky install"
"prepare": "husky"
},
"lint-staged": {
"*.ts": [
Expand Down
Loading

0 comments on commit beee0d2

Please sign in to comment.