Skip to content

Commit 24a26ec

Browse files
chore(deps): update dependency husky to v9 (video-dev#6165)
* chore(deps): update dependency husky to v9 * Make changes for new husky --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tom Jenkinson <[email protected]>
1 parent 529fe15 commit 24a26ec

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

.husky/pre-commit

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
set -e
51
npm run lint:staged
62
npm run type-check

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"test:func:sauce": "SAUCE=1 UA=safari OS='OS X 10.15' BABEL_ENV=development mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exit",
5959
"type-check": "tsc --noEmit",
6060
"type-check:watch": "npm run type-check -- --watch",
61-
"prepare": "husky install"
61+
"prepare": "husky"
6262
},
6363
"devDependencies": {
6464
"@babel/core": "7.23.7",
@@ -101,7 +101,7 @@
101101
"eslint-plugin-promise": "6.1.1",
102102
"eventemitter3": "5.0.1",
103103
"http-server": "14.1.1",
104-
"husky": "8.0.3",
104+
"husky": "9.0.6",
105105
"jsonpack": "1.1.5",
106106
"karma": "6.4.2",
107107
"karma-chrome-launcher": "3.2.0",

0 commit comments

Comments
 (0)