|
16 | 16 | "check-update": "turbo run check-update"
|
17 | 17 | },
|
18 | 18 | "devDependencies": {
|
19 |
| - "@commitlint/cli": "^19.3.0", |
20 |
| - "@commitlint/config-conventional": "^19.2.2", |
| 19 | + "@commitlint/cli": "^19.8.1", |
| 20 | + "@commitlint/config-conventional": "^19.8.1", |
21 | 21 | "@favware/cliff-jumper": "^3.0.3",
|
22 | 22 | "@favware/colorette-spinner": "^1.0.1",
|
23 | 23 | "@favware/npm-deprecate": "^1.0.7",
|
24 | 24 | "@joshdb/eslint-config": "2.0.0-next.fb00a2d.0",
|
25 | 25 | "@joshdb/map": "2.0.0-next.f471ef7.0",
|
26 | 26 | "@joshdb/prettier-config": "2.0.0-next.fb00a2d.0",
|
27 | 27 | "@joshdb/ts-config": "2.0.0-next.fb00a2d.0",
|
28 |
| - "@swc/core": "^1.6.1", |
29 |
| - "@types/node": "^20.14.2", |
| 28 | + "@swc/core": "^1.13.3", |
| 29 | + "@types/node": "^20.19.9", |
30 | 30 | "@types/prompts": "^2.4.9",
|
31 |
| - "@typescript-eslint/eslint-plugin": "^7.13.0", |
32 |
| - "@typescript-eslint/parser": "^7.13.0", |
33 |
| - "@vitest/coverage-v8": "^1.6.0", |
| 31 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 32 | + "@typescript-eslint/parser": "^7.18.0", |
| 33 | + "@vitest/coverage-v8": "^1.6.1", |
34 | 34 | "colorette": "^2.0.20",
|
35 | 35 | "esbuild-plugin-version-injector": "^1.2.1",
|
36 |
| - "eslint": "^8.57.0", |
37 |
| - "eslint-config-prettier": "^9.1.0", |
38 |
| - "eslint-plugin-prettier": "^5.1.3", |
39 |
| - "lint-staged": "^15.2.7", |
40 |
| - "prettier": "^3.3.2", |
| 36 | + "eslint": "^8.57.1", |
| 37 | + "eslint-config-prettier": "^9.1.2", |
| 38 | + "eslint-plugin-prettier": "^5.5.4", |
| 39 | + "lint-staged": "^15.5.2", |
| 40 | + "prettier": "^3.6.2", |
41 | 41 | "prompts": "^2.4.2",
|
42 |
| - "tslib": "^2.6.3", |
43 |
| - "tsup": "^8.1.0", |
| 42 | + "tslib": "^2.8.1", |
| 43 | + "tsup": "^8.5.0", |
44 | 44 | "turbo": "^1.13.4",
|
45 |
| - "typescript": "^5.4.5", |
46 |
| - "vitest": "^1.6.0" |
| 45 | + "typescript": "^5.9.2", |
| 46 | + "vitest": "^1.6.1" |
47 | 47 | },
|
48 | 48 | "repository": {
|
49 | 49 | "type": "git",
|
|
0 commit comments