Skip to content

Commit

Permalink
chore(deps-dev): bump husky from 8.0.3 to 9.0.11 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
aikoven authored Mar 11, 2024
1 parent b311dff commit cff0fcb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn run --silent lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"test": "lerna run test",
"build": "lerna run build",
"prepare": "lerna run prepare && husky install"
"prepare": "lerna run prepare && husky"
},
"lint-staged": {
"*.{ts,js,md,json,yaml}": "prettier --write"
Expand All @@ -25,7 +25,7 @@
"@types/jest": "^29.2.4",
"abort-controller": "^3.0.0",
"conventional-changelog-conventionalcommits": "^6.1.0",
"husky": "^8.0.1",
"husky": "^9.0.11",
"jest": "^29.3.1",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5526,10 +5526,10 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@^8.0.1:
version "8.0.3"
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
husky@^9.0.11:
version "9.0.11"
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.11.tgz#fc91df4c756050de41b3e478b2158b87c1e79af9"
integrity sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==

iconv-lite@^0.4.24:
version "0.4.24"
Expand Down

0 comments on commit cff0fcb

Please sign in to comment.