Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(): pin husky ^9.0.10 dev #218

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.7",
"husky": "^9.0.10",
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"jest-environment-node": "^29.7.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4325,12 +4325,12 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"husky@npm:^9.0.7":
version: 9.0.7
resolution: "husky@npm:9.0.7"
"husky@npm:^9.0.10":
version: 9.0.10
resolution: "husky@npm:9.0.10"
bin:
husky: bin.js
checksum: 42fc1b869a1f5778ba5088706e7280b28a725cc29abad42f8411c54e542890e5936020a8ba886996bde3e7c5573a5cbfd440a51817d0da7db14ce81e102267ed
husky: bin.mjs
checksum: 55f4b6db6706ff0bc181607d6a64f55310cbb18b4d7db2a5b85608c87a80abafc14ac3a8c4d0b44d6272f4a62d4c2d3d5491d6a13e2cc7ac4895309e5e5f0ec2
languageName: node
linkType: hard

Expand Down Expand Up @@ -5849,7 +5849,7 @@ fsevents@^2.3.2:
eslint-plugin-jsx-a11y: ^6.8.0
eslint-plugin-node: ^11.1.0
eslint-plugin-prettier: ^5.1.3
husky: ^9.0.7
husky: ^9.0.10
jest: ^29.7.0
jest-config: ^29.7.0
jest-environment-node: ^29.7.0
Expand Down