Skip to content

Commit

Permalink
Merge pull request #1899 from serverless-heaven/dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/husky-9.1.5

build(deps-dev): bump husky from 8.0.3 to 9.1.5
  • Loading branch information
j0k3r authored Aug 20, 2024
2 parents 08ee7c5 + 364ee3d commit b8d8bea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 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"

npx lint-staged
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"scripts": {
"test": "jest --verbose",
"test-coverage": "jest --coverage",
"eslint": "eslint .",
"prepare": "husky install"
"eslint": "eslint ."
},
"dependencies": {
"archiver": "^7.0.1",
Expand All @@ -56,7 +55,7 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-yml": "^1.14.0",
"husky": "^8.0.3",
"husky": "^9.1.5",
"jest": "^29.7.0",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
Expand Down

0 comments on commit b8d8bea

Please sign in to comment.