Skip to content

Commit

Permalink
Bump husky from 8.0.3 to 9.0.10 (#213)
Browse files Browse the repository at this point in the history
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.10.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent fe52972 commit fa0e2fd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
npm run eslint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"eslint:fix": "npm run eslint:fix --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"format": "prettier --write \"./**/*.{ts,js,tsx,jsx,json}\"",
"prepare": "husky install"
"prepare": "husky"
},
"devDependencies": {
"@mediamonks/eslint-config": "*",
"@mediamonks/prettier-config": "^1.0.1",
"eslint": "^8.28.0",
"husky": "^8.0.2",
"husky": "^9.0.10",
"lerna": "^8.0.0",
"lint-staged": "^15.2.0",
"prettier": "^3.0.3"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"prettier": "@mediamonks/prettier-config",
"eslintConfig": {
Expand Down

0 comments on commit fa0e2fd

Please sign in to comment.