Skip to content

Commit

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

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>

* Bump husky from 8.0.3 to 9.0.10

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>

* Update Husky Settings

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Tedman <dbtedman@gmail.com>
  • Loading branch information
dependabot[bot] and dbtedman committed Feb 5, 2024
1 parent c50f2d9 commit da23769
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"private": true,
"scripts": {
"format": "sort-package-json && prettier . --write",
"lint": "sort-package-json --check && prettier . --check"
"lint": "sort-package-json --check && prettier . --check",
"prepare": "husky"
},
"devDependencies": {
"@prettier/plugin-xml": "3.2.2",
"husky": "8.0.3",
"husky": "9.0.10",
"prettier": "3.2.5",
"sort-package-json": "2.7.0"
}
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit da23769

Please sign in to comment.