diff --git a/package.json b/package.json index 5957f93..118b1b2 100644 --- a/package.json +++ b/package.json @@ -35,11 +35,11 @@ "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "globals": "^16.0.0", + "husky": "^9.1.7", + "lint-staged": "^15.4.3", "prettier": "3.5.3", "typescript": "^5.5.3", - "typescript-eslint": "^8.26.0", - "husky": ">=7", - "lint-staged": ">=10" + "typescript-eslint": "^8.26.0" }, "private": true, "lint-staged": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a56972..fa1d869 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,10 +21,10 @@ importers: specifier: ^16.0.0 version: 16.0.0 husky: - specifier: '>=7' + specifier: ^9.1.7 version: 9.1.7 lint-staged: - specifier: '>=10' + specifier: ^15.4.3 version: 15.4.3 prettier: specifier: 3.5.3