|
12 | 12 | "test": "turbo run test --parallel", |
13 | 13 | "format": "prettier --write .", |
14 | 14 | "lint": "eslint .", |
15 | | - "prepare": "husky install", |
16 | | - "plop": "node ./packages/plop/bin/plop.js" |
| 15 | + "plop": "node ./packages/plop/bin/plop.js", |
| 16 | + "prepare": "husky" |
17 | 17 | }, |
18 | 18 | "bugs": { |
19 | 19 | "url": "https://github.com/plopjs/plop/issues" |
|
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | 31 | "@changesets/changelog-github": "^0.5.1", |
32 | | - "@changesets/cli": "^2.29.6", |
33 | | - "@eslint/js": "^9.34.0", |
34 | | - "@vitest/eslint-plugin": "^1.3.8", |
35 | | - "eslint": "^9.34.0", |
36 | | - "globals": "^16.3.0", |
37 | | - "husky": "^8.0.3", |
38 | | - "lint-staged": "^15.2.0", |
| 32 | + "@changesets/cli": "^2.29.7", |
| 33 | + "@eslint/js": "^9.36.0", |
| 34 | + "@vitest/eslint-plugin": "^1.3.12", |
| 35 | + "eslint": "^9.36.0", |
| 36 | + "globals": "^16.4.0", |
| 37 | + "husky": "^9.1.7", |
| 38 | + "lint-staged": "^16.1.6", |
39 | 39 | "prettier": "^3.6.2", |
40 | | - "turbo": "^1.11.2", |
41 | | - "typescript": "^5.3.3", |
42 | | - "typescript-eslint": "^8.42.0" |
| 40 | + "turbo": "^2.5.6", |
| 41 | + "typescript": "^5.9.2", |
| 42 | + "typescript-eslint": "^8.44.0" |
43 | 43 | }, |
44 | 44 | "lint-staged": { |
45 | | - "*.js": "eslint --cache --fix" |
| 45 | + "*.{ts,tsx,js,jsx}": [ |
| 46 | + "prettier --write", |
| 47 | + "eslint --cache --fix" |
| 48 | + ] |
46 | 49 | }, |
47 | 50 | "packageManager": "[email protected]" |
48 | 51 | } |
0 commit comments