Skip to content

Commit

Permalink
chore(deps-dev): bump the major-dev-dependencies group with 1 update (#…
Browse files Browse the repository at this point in the history
…301)

* chore(deps-dev): bump the major-dev-dependencies group with 1 update

Bumps the major-dev-dependencies group with 1 update: [husky](https://github.com/typicode/husky).


Updates `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
  dependency-group: major-dev-dependencies
...

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

* chore: update husky usage for v9

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dustin-jw <[email protected]>
  • Loading branch information
dependabot[bot] and dustin-jw authored Feb 5, 2024
1 parent 58f2c26 commit 2320a15
Showing 3 changed files with 8 additions and 11 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"

npm run 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"test:e2e": "cypress run --e2e",
"test:e2e:open": "cypress open --e2e",
"test:watch": "npm run test -- --watchAll",
"prepare": "husky install",
"prepare": "husky",
"lint-staged": "lint-staged"
},
"dependencies": {
@@ -43,7 +43,7 @@
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"husky": "^8.0.3",
"husky": "^9.0.10",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.1",

0 comments on commit 2320a15

Please sign in to comment.