|
2 | 2 | "name": "bumpp",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "10.0.3",
|
5 |
| - "packageManager": "pnpm@10.2.0", |
| 5 | + "packageManager": "pnpm@10.6.2", |
6 | 6 | "description": "Bump version, commit changes, tag, and push to Git",
|
7 | 7 | "authors": [
|
8 | 8 | {
|
|
55 | 55 | "lint": "eslint .",
|
56 | 56 | "build": "unbuild",
|
57 | 57 | "stub": "unbuild --stub",
|
58 |
| - "start": "esno src/cli/run.ts", |
| 58 | + "start": "tsx src/cli/run.ts", |
59 | 59 | "test": "vitest",
|
60 |
| - "bumpp": "esno src/cli/run.ts", |
| 60 | + "bumpp": "tsx src/cli/run.ts", |
61 | 61 | "prepublishOnly": "pnpm run build",
|
62 | 62 | "release": "pnpm run bumpp && pnpm publish",
|
63 | 63 | "typecheck": "tsc --noEmit"
|
64 | 64 | },
|
65 | 65 | "dependencies": {
|
| 66 | + "ansis": "^3.17.0", |
66 | 67 | "args-tokenizer": "^0.3.0",
|
67 | 68 | "c12": "^3.0.2",
|
68 | 69 | "cac": "^6.7.14",
|
69 | 70 | "escalade": "^3.2.0",
|
70 |
| - "js-yaml": "^4.1.0", |
71 | 71 | "jsonc-parser": "^3.3.1",
|
72 |
| - "package-manager-detector": "^0.2.9", |
73 |
| - "prompts": "^2.4.2", |
| 72 | + "package-manager-detector": "^1.0.0", |
74 | 73 | "semver": "^7.7.1",
|
75 | 74 | "tinyexec": "^0.3.2",
|
76 |
| - "tinyglobby": "^0.2.10" |
| 75 | + "tinyglobby": "^0.2.12", |
| 76 | + "yaml": "^2.7.0" |
77 | 77 | },
|
78 | 78 | "devDependencies": {
|
79 |
| - "@antfu/eslint-config": "^4.1.1", |
80 |
| - "@types/js-yaml": "^4.0.9", |
81 |
| - "@types/node": "^22.13.1", |
| 79 | + "@antfu/eslint-config": "^4.8.1", |
| 80 | + "@types/node": "^22.13.10", |
82 | 81 | "@types/prompts": "^2.4.9",
|
83 | 82 | "@types/semver": "^7.5.8",
|
84 |
| - "ansis": "^3.12.0", |
85 |
| - "eslint": "^9.19.0", |
86 |
| - "esno": "^4.8.0", |
| 83 | + "eslint": "^9.22.0", |
| 84 | + "prompts": "^2.4.2", |
87 | 85 | "rimraf": "^6.0.1",
|
88 | 86 | "tiny-conventional-commits-parser": "^0.0.1",
|
89 |
| - "typescript": "^5.7.3", |
90 |
| - "unbuild": "^3.3.1", |
91 |
| - "vitest": "^3.0.5" |
| 87 | + "tsx": "^4.19.3", |
| 88 | + "typescript": "^5.8.2", |
| 89 | + "unbuild": "^3.5.0", |
| 90 | + "vitest": "^3.0.8" |
92 | 91 | }
|
93 | 92 | }
|
0 commit comments