Skip to content

Commit

Permalink
chore(deps-dev): bump husky from 8.0.3 to 9.0.11 (#1700)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump husky from 8.0.3 to 9.0.11

* chore(husky): migrate from v8 to v9

---------

Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
dependabot[bot] and caugner authored Feb 28, 2024
1 parent 710aec7 commit 7a1e5e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 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
18 changes: 9 additions & 9 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 @@ -70,7 +70,7 @@
"jest": "cross-env JEST_PUPPETEER_CONFIG=jest-puppeteer.config.cjs NODE_OPTIONS=--experimental-vm-modules jest",
"perf": "bundlesize",
"webpack": "webpack",
"prepare": "husky install",
"prepare": "husky",
"clean": "rm lib/*.js lib/*.js.map editor/**/*.js editor/**/*.js.map"
},
"jest": {
Expand Down Expand Up @@ -100,7 +100,7 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.1.5",
"http-server": "14.1.1",
"husky": "^8.0.1",
"husky": "^9.0.11",
"jest": "29.7.0",
"jest-puppeteer": "10.0.1",
"lint-staged": "^15.0.2",
Expand Down

0 comments on commit 7a1e5e5

Please sign in to comment.