Skip to content

Commit

Permalink
Bump husky from 8.0.3 to 9.0.7 (#88)
Browse files Browse the repository at this point in the history
* Bump husky from 8.0.3 to 9.0.7

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.7.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.0.7)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updating lint-staged command

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ollie Curtis <[email protected]>
  • Loading branch information
dependabot[bot] and olliecurtis authored Jan 31, 2024
1 parent 049152c commit d49d888
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

./node_modules/lint-staged/bin/lint-staged.js
npm run lint-staged
18 changes: 9 additions & 9 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"lint:js": "eslint . --ext js",
"lint:js:fix": "eslint . --ext js --fix",
"prettier": "prettier --config .prettierrc --write \"**/*.{js,jsx}\"",
"prepare": "husky install"
"prepare": "husky install",
"lint-staged": "lint-staged"
},
"license": "Apache-2.0",
"dependencies": {
Expand All @@ -33,7 +34,7 @@
},
"devDependencies": {
"@skyscanner/eslint-config-skyscanner": "^17.4.0",
"husky": "^8.0.3",
"husky": "^9.0.7",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"stylelint": "^15.11.0"
Expand Down

0 comments on commit d49d888

Please sign in to comment.