Skip to content

Commit

Permalink
feat: migrate to tinyexec
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 8, 2024
1 parent 95b8af3 commit 780b7cc
Show file tree
Hide file tree
Showing 7 changed files with 557 additions and 827 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bumpp",
"version": "9.8.1",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"description": "Bump version, commit changes, tag, and push to Git",
"author": {
"name": "James Messinger",
Expand Down Expand Up @@ -60,30 +60,30 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@jsdevtools/ez-spawn": "^3.0.4",
"c12": "^1.11.2",
"c12": "^2.0.1",
"cac": "^6.7.14",
"escalade": "^3.2.0",
"js-yaml": "^4.1.0",
"jsonc-parser": "^3.3.1",
"prompts": "^2.4.2",
"semver": "^7.6.3",
"tinyexec": "^0.3.1",
"tinyglobby": "^0.2.10"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/eslint-config": "^3.11.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.8.1",
"@types/node": "^22.10.1",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"eslint": "^9.13.0",
"eslint": "^9.16.0",
"esno": "^4.8.0",
"log-symbols": "^6.0.0",
"log-symbols": "^7.0.0",
"npm-check": "^6.0.1",
"picocolors": "^1.1.1",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 780b7cc

Please sign in to comment.