Skip to content

Commit

Permalink
chore(deps): upgraded husky (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
cTux authored Jan 31, 2024
1 parent b2f23a3 commit 2d2b599
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 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"

pnpm run lint
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint .",
"preinstall": "check-engine",
"prestart": "check-engine",
"prepare": "husky install",
"prepare": "husky",
"preview": "vite preview",
"serve": "vite serve",
"template:add:remote": "sh ./scripts/add-template-remote.sh",
Expand Down Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"husky": "^9.0.7",
"npm-check-updates": "^16.14.14",
"prettier": "^3.2.4",
"storybook": "^7.6.11",
Expand Down
10 changes: 5 additions & 5 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 2d2b599

Please sign in to comment.