|
2 | 2 | "name": "cac", |
3 | 3 | "type": "module", |
4 | 4 | "version": "7.0.0", |
5 | | - "packageManager": "pnpm@10.30.3", |
| 5 | + "packageManager": "pnpm@10.32.1", |
6 | 6 | "description": "Simple yet powerful framework for building command-line apps.", |
7 | 7 | "author": "egoist <0x142857@gmail.com>", |
8 | 8 | "maintainers": [ |
|
38 | 38 | "release": "bumpp", |
39 | 39 | "prepublishOnly": "pnpm build" |
40 | 40 | }, |
| 41 | + "inlinedDependencies": { |
| 42 | + "mri": "1.2.0" |
| 43 | + }, |
41 | 44 | "devDependencies": { |
42 | | - "@sxzz/eslint-config": "^7.8.2", |
| 45 | + "@sxzz/eslint-config": "^7.8.3", |
43 | 46 | "@sxzz/prettier-config": "^2.3.1", |
44 | | - "@types/bun": "^1.3.9", |
| 47 | + "@types/bun": "^1.3.10", |
45 | 48 | "@types/deno": "^2.5.0", |
46 | | - "@types/node": "^25.3.2", |
47 | | - "@typescript/native-preview": "7.0.0-dev.20260227.1", |
| 49 | + "@types/node": "^25.4.0", |
| 50 | + "@typescript/native-preview": "7.0.0-dev.20260311.1", |
48 | 51 | "@vitest/coverage-v8": "^4.0.18", |
49 | 52 | "bumpp": "^10.4.1", |
50 | | - "eslint": "^10.0.2", |
51 | | - "lint-staged": "^16.2.7", |
| 53 | + "eslint": "^10.0.3", |
| 54 | + "lint-staged": "^16.3.3", |
52 | 55 | "mri": "^1.2.0", |
53 | 56 | "prettier": "^3.8.1", |
54 | 57 | "simple-git-hooks": "^2.13.1", |
55 | 58 | "tinyexec": "^1.0.2", |
56 | | - "tsdown": "^0.21.0-beta.2", |
57 | | - "tsdown-preset-sxzz": "^0.4.0", |
| 59 | + "tsdown": "^0.21.2", |
| 60 | + "tsdown-preset-sxzz": "^0.4.2", |
58 | 61 | "typescript": "^5.9.3", |
59 | 62 | "vitest": "^4.0.18" |
60 | 63 | }, |
|
0 commit comments