Skip to content

Commit bb60617

Browse files
committed
chore: update husky
1 parent 3f95470 commit bb60617

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
yarn lint-staged

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"update-license": "licensor --width 72",
1818
"build-and-update-license": "yarn run update-license",
1919
"test": "jest",
20-
"postinstall": "husky install",
20+
"postinstall": "husky",
2121
"prepack": "pinst --disable",
2222
"postpack": "pinst --enable"
2323
},
@@ -43,7 +43,7 @@
4343
"eslint-config-simenb-base": "^15.0.1",
4444
"express": "^4.17.1",
4545
"html-webpack-plugin": "^5.2.0",
46-
"husky": "^8.0.0",
46+
"husky": "^9.0.0",
4747
"jest": "^29.5.0",
4848
"jest-watch-typeahead": "^2.2.2",
4949
"licensor": "^4.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ __metadata:
18841884
express: ^4.17.1
18851885
globby: ^11.1.0
18861886
html-webpack-plugin: ^5.2.0
1887-
husky: ^8.0.0
1887+
husky: ^9.0.0
18881888
jest: ^29.5.0
18891889
jest-watch-typeahead: ^2.2.2
18901890
licensor: ^4.0.0
@@ -4948,12 +4948,12 @@ __metadata:
49484948
languageName: node
49494949
linkType: hard
49504950

4951-
"husky@npm:^8.0.0":
4952-
version: 8.0.3
4953-
resolution: "husky@npm:8.0.3"
4951+
"husky@npm:^9.0.0":
4952+
version: 9.0.11
4953+
resolution: "husky@npm:9.0.11"
49544954
bin:
4955-
husky: lib/bin.js
4956-
checksum: 837bc7e4413e58c1f2946d38fb050f5d7324c6f16b0fd66411ffce5703b294bd21429e8ba58711cd331951ee86ed529c5be4f76805959ff668a337dbfa82a1b0
4955+
husky: bin.mjs
4956+
checksum: 1aebc3334dc7ac6288ff5e1fb72cfb447cfa474e72cf7ba692e8c5698c573ab725c28c6a5088c9f8e6aca5f47d40fa7261beffbc07a4d307ca21656dc4571f07
49574957
languageName: node
49584958
linkType: hard
49594959

0 commit comments

Comments
 (0)