Skip to content

Commit

Permalink
Merge pull request #868 from westonruter/dependabot/npm_and_yarn/husk…
Browse files Browse the repository at this point in the history
…y-9.1.4

Bump husky from 9.0.11 to 9.1.4
  • Loading branch information
westonruter authored Jul 30, 2024
2 parents ffe950f + d4a8907 commit da5a82a
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"

npx lint-staged
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"grunt": "1.6.1",
"grunt-wp-deploy": "2.1.2",
"highlight.js": "git+https://github.com/highlightjs/highlight.js.git#9.18.1",
"husky": "9.0.11",
"husky": "9.1.4",
"lint-staged": "15.2.7",
"lodash": "4.17.21",
"npm-run-all": "4.1.5",
Expand Down Expand Up @@ -66,7 +66,7 @@
"lint:pkg-json": "wp-scripts lint-pkg-json . --ignorePath .gitignore",
"md5sum:check": "md5sum -c block-library.md5",
"md5sum:update": "md5sum node_modules/@wordpress/block-library/src/code/edit.js > block-library.md5",
"prepare": "husky install",
"prepare": "husky",
"start": "wp-scripts start src/index.js src/customize-controls.js --output-path=build",
"symlink-wp-env-install-paths": "bin/symlink-wp-env-install-paths.sh",
"wp-env": "wp-env"
Expand Down

0 comments on commit da5a82a

Please sign in to comment.