Skip to content

Commit

Permalink
Merge pull request #25 from iamchathu/chore/update-dependencies
Browse files Browse the repository at this point in the history
chore: ⬆️ upgrade husky
  • Loading branch information
iamchathu authored May 23, 2024
2 parents 404feb9 + 87726b8 commit e6d6675
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
npx --no-install commitlint --edit "$1"
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"

npx lint-staged
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"prepublishOnly": "pnpm clean && pnpm build",
"semantic-release": "semantic-release",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"prepare": "husky"
},
"dependencies": {
"jsbarcode": "^3.11.5"
Expand All @@ -60,7 +61,7 @@
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^7.0.4",
"husky": "^9.0.11",
"lint-staged": "^12.3.5",
"prettier": "^2.5.1",
"react": "^18.3.1",
Expand Down
12 changes: 6 additions & 6 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 e6d6675

Please sign in to comment.