|
13 | 13 | ],
|
14 | 14 | "scripts": {
|
15 | 15 | "build": "build-ts app",
|
| 16 | + "check-all": "yarn cleanup && yarn typecheck && yarn test", |
16 | 17 | "cleanup": "yarn format && yarn lint-fix",
|
17 | 18 | "format": "sort-package-json && yarn prettify",
|
18 | 19 | "postinstall": "husky || true",
|
|
55 | 56 | "@types/micromatch": "4.0.9",
|
56 | 57 | "@types/node": "22.13.8",
|
57 | 58 | "@types/yargs": "17.0.33",
|
58 |
| - "@typescript-eslint/eslint-plugin": "8.25.0", |
59 |
| - "@typescript-eslint/parser": "8.25.0", |
| 59 | + "@typescript-eslint/eslint-plugin": "8.26.0", |
| 60 | + "@typescript-eslint/parser": "8.26.0", |
60 | 61 | "@willbooster/eslint-config-ts": "10.6.1",
|
61 | 62 | "@willbooster/prettier-config": "9.1.3",
|
62 | 63 | "@yarnpkg/core": "4.2.0",
|
|
68 | 69 | "eslint-plugin-import": "2.31.0",
|
69 | 70 | "eslint-plugin-sort-class-members": "1.21.0",
|
70 | 71 | "eslint-plugin-sort-destructure-keys": "2.0.0",
|
71 |
| - "eslint-plugin-unicorn": "56.0.1", |
| 72 | + "eslint-plugin-unicorn": "57.0.0", |
72 | 73 | "husky": "9.1.7",
|
73 | 74 | "jest": "29.7.0",
|
74 | 75 | "lint-staged": "15.4.3",
|
75 | 76 | "micromatch": "4.0.8",
|
76 | 77 | "pinst": "3.0.0",
|
77 |
| - "prettier": "3.5.2", |
| 78 | + "prettier": "3.5.3", |
78 | 79 | "semantic-release": "24.2.3",
|
79 |
| - "sort-package-json": "2.15.1", |
| 80 | + "sort-package-json": "3.0.0", |
80 | 81 | "ts-node": "10.9.2",
|
81 | 82 | "type-fest": "4.36.0",
|
82 | 83 | "typescript": "5.8.2",
|
83 | 84 | "vitest": "3.0.7"
|
84 | 85 | },
|
85 |
| - "packageManager": "yarn@4.6.0", |
| 86 | + "packageManager": "yarn@4.7.0", |
86 | 87 | "engines": {
|
87 | 88 | "node": ">=18"
|
88 | 89 | },
|
|
0 commit comments