Skip to content

Commit

Permalink
chore(deps): upgrade husky@9 (#5744)
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 authored Feb 15, 2024
1 parent 2f777d8 commit 8f3c44c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 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 lint-staged
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"example:example-studio": "cd examples/blog-studio && pnpm start",
"example:movies-studio": "cd examples/blog-studio && pnpm start",
"install:deps": "pnpm install",
"install:husky": "husky install",
"lint": "run-s check:lint",
"lint:fix": "run-s chore:lint:fix",
"list:deps-updates": "npm-check-updates --workspaces --root -m",
Expand All @@ -64,7 +63,7 @@
"perf:studio:build": "pnpm build --filter=perf-studio",
"perf:studio:dev": "cd perf/studio && pnpm dev",
"perf:test": "cd perf/tests && pnpm perf:test",
"postinstall": "run-s install:husky",
"postinstall": "husky",
"preinstall": "npx only-allow pnpm",
"prettier": "prettier --cache .",
"prettify": "lerna run clean && prettier --write .",
Expand Down Expand Up @@ -134,7 +133,7 @@
"execa": "^2.0.0",
"glob": "^7.2.0",
"globby": "^10.0.0",
"husky": "^7.0.4",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.1.0",
Expand Down
13 changes: 7 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 8f3c44c

Please sign in to comment.