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

build: Update Husky #13606

Merged
merged 2 commits into from
Sep 24, 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
2 changes: 1 addition & 1 deletion frontend/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint": "8.57.0",
"eslint-plugin-import": "2.30.0",
"glob": "11.0.0",
"husky": "9.1.5",
"husky": "9.1.6",
"jsonpointer": "5.0.1",
"lint-staged": "15.2.10",
"prettier": "^3.0.3",
Expand Down
10 changes: 5 additions & 5 deletions frontend/scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ __metadata:
eslint: "npm:8.57.0"
eslint-plugin-import: "npm:2.30.0"
glob: "npm:11.0.0"
husky: "npm:9.1.5"
husky: "npm:9.1.6"
jsonpointer: "npm:5.0.1"
lint-staged: "npm:15.2.10"
prettier: "npm:^3.0.3"
Expand Down Expand Up @@ -1719,12 +1719,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:9.1.5":
version: 9.1.5
resolution: "husky@npm:9.1.5"
"husky@npm:9.1.6":
version: 9.1.6
resolution: "husky@npm:9.1.6"
bin:
husky: bin.js
checksum: 10/21a3036dd03141c41347693bde301c62502b4e3bffb87310e7e42b3011c2e55691af2e4a9a5f39bd94e6b1d69e3cfc26ec636d8e164e19737b26f11c556caf10
checksum: 10/421ccd8850378231aaefd70dbe9e4f1549b84ffe3a6897f93a202242bbc04e48bd498169aef43849411105d9fcf7c192b757d42661e28d06b934a609a4eb8771
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-testing-library": "6.3.0",
"glob": "11.0.0",
"husky": "9.1.5",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fail-on-console": "3.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8046,7 +8046,7 @@ __metadata:
eslint-plugin-react-hooks: "npm:4.6.2"
eslint-plugin-testing-library: "npm:6.3.0"
glob: "npm:11.0.0"
husky: "npm:9.1.5"
husky: "npm:9.1.6"
i18next: "npm:23.14.0"
identity-obj-proxy: "npm:3.0.0"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -13325,12 +13325,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:9.1.5":
version: 9.1.5
resolution: "husky@npm:9.1.5"
"husky@npm:9.1.6":
version: 9.1.6
resolution: "husky@npm:9.1.6"
bin:
husky: bin.js
checksum: 10/21a3036dd03141c41347693bde301c62502b4e3bffb87310e7e42b3011c2e55691af2e4a9a5f39bd94e6b1d69e3cfc26ec636d8e164e19737b26f11c556caf10
checksum: 10/421ccd8850378231aaefd70dbe9e4f1549b84ffe3a6897f93a202242bbc04e48bd498169aef43849411105d9fcf7c192b757d42661e28d06b934a609a4eb8771
languageName: node
linkType: hard

Expand Down