|
2 | 2 | "name": "bumpp", |
3 | 3 | "type": "module", |
4 | 4 | "version": "10.1.0", |
5 | | - "packageManager": "pnpm@10.6.2", |
| 5 | + "packageManager": "pnpm@10.11.0", |
6 | 6 | "description": "Bump version, commit changes, tag, and push to Git", |
7 | 7 | "authors": [ |
8 | 8 | { |
|
63 | 63 | "typecheck": "tsc --noEmit" |
64 | 64 | }, |
65 | 65 | "dependencies": { |
66 | | - "ansis": "^3.17.0", |
| 66 | + "ansis": "^4.0.0", |
67 | 67 | "args-tokenizer": "^0.3.0", |
68 | | - "c12": "^3.0.2", |
| 68 | + "c12": "^3.0.3", |
69 | 69 | "cac": "^6.7.14", |
70 | 70 | "escalade": "^3.2.0", |
71 | 71 | "jsonc-parser": "^3.3.1", |
72 | | - "package-manager-detector": "^1.0.0", |
73 | | - "semver": "^7.7.1", |
74 | | - "tinyexec": "^0.3.2", |
75 | | - "tinyglobby": "^0.2.12", |
76 | | - "yaml": "^2.7.0" |
| 72 | + "package-manager-detector": "^1.3.0", |
| 73 | + "semver": "^7.7.2", |
| 74 | + "tinyexec": "^1.0.1", |
| 75 | + "tinyglobby": "^0.2.13", |
| 76 | + "yaml": "^2.8.0" |
77 | 77 | }, |
78 | 78 | "devDependencies": { |
79 | | - "@antfu/eslint-config": "^4.8.1", |
80 | | - "@types/node": "^22.13.10", |
| 79 | + "@antfu/eslint-config": "^4.13.0", |
| 80 | + "@types/node": "^22.15.18", |
81 | 81 | "@types/prompts": "^2.4.9", |
82 | | - "@types/semver": "^7.5.8", |
83 | | - "eslint": "^9.22.0", |
| 82 | + "@types/semver": "^7.7.0", |
| 83 | + "eslint": "^9.26.0", |
84 | 84 | "prompts": "^2.4.2", |
85 | 85 | "rimraf": "^6.0.1", |
86 | 86 | "tiny-conventional-commits-parser": "^0.0.1", |
87 | | - "tsx": "^4.19.3", |
88 | | - "typescript": "^5.8.2", |
| 87 | + "tsx": "^4.19.4", |
| 88 | + "typescript": "^5.8.3", |
89 | 89 | "unbuild": "^3.5.0", |
90 | | - "vitest": "^3.0.8" |
| 90 | + "vitest": "^3.1.3" |
91 | 91 | } |
92 | 92 | } |
0 commit comments