diff --git a/.husky/pre-commit b/.husky/pre-commit index 7d0de5da..cb2c84d5 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -lint-staged +pnpm lint-staged diff --git a/package.json b/package.json index 42df9875..7e6a7d0c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/react": "18.2.48", "@types/react-dom": "18.2.18", "@vitejs/plugin-react": "4.2.1", - "husky": "8.0.3", + "husky": "9.0.6", "jsdom": "24.0.0", "lint-staged": "15.2.0", "sass": "1.70.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 499d0433..155a678a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -50,8 +50,8 @@ devDependencies: specifier: 4.2.1 version: 4.2.1(vite@5.0.12) husky: - specifier: 8.0.3 - version: 8.0.3 + specifier: 9.0.6 + version: 9.0.6 jsdom: specifier: 24.0.0 version: 24.0.0 @@ -3073,9 +3073,9 @@ packages: engines: {node: '>=16.17.0'} dev: true - /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} - engines: {node: '>=14'} + /husky@9.0.6: + resolution: {integrity: sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==} + engines: {node: '>=18'} hasBin: true dev: true