Skip to content

Commit

Permalink
Update husky to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jul 25, 2022
1 parent 8ed9285 commit b22d25b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Install dependencies
run: yarn --immutable
env:
HUSKY: 0

- name: Run tests
run: yarn lint
Expand All @@ -44,6 +46,8 @@ jobs:

- name: Install dependencies
run: yarn --immutable
env:
HUSKY: 0

- name: Run tests
run: yarn jest
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@testing-library/react": "^12.1.0",
"eslint": "^8.5.0",
"eslint-config-wojtekmaj": "^0.6.5",
"husky": "^7.0.0",
"husky": "^8.0.0",
"jest": "^27.0.0",
"jest-canvas-mock": "^2.3.1",
"prettier": "^2.5.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4108,12 +4108,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^7.0.0":
version: 7.0.4
resolution: "husky@npm:7.0.4"
"husky@npm:^8.0.0":
version: 8.0.1
resolution: "husky@npm:8.0.1"
bin:
husky: lib/bin.js
checksum: c6ec4af63da2c9522da8674a20ad9b48362cc92704896cc8a58c6a2a39d797feb2b806f93fbd83a6d653fbdceb2c3b6e0b602c6b2e8565206ffc2882ef7db9e9
checksum: 943a73a13d0201318fd30e83d299bb81d866bd245b69e6277804c3b462638dc1921694cb94c2b8c920a4a187060f7d6058d3365152865406352e934c5fff70dc
languageName: node
linkType: hard

Expand Down Expand Up @@ -6069,7 +6069,7 @@ __metadata:
eslint: ^8.5.0
eslint-config-wojtekmaj: ^0.6.5
file-loader: ^6.0.0
husky: ^7.0.0
husky: ^8.0.0
jest: ^27.0.0
jest-canvas-mock: ^2.3.1
make-cancellable-promise: ^1.0.0
Expand Down

0 comments on commit b22d25b

Please sign in to comment.