Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 780b7cc

Browse files
committed
feat: migrate to tinyexec
1 parent 95b8af3 commit 780b7cc

File tree

7 files changed

+557
-827
lines changed

7 files changed

+557
-827
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bumpp",
33
"version": "9.8.1",
4-
"packageManager": "pnpm@9.12.3",
4+
"packageManager": "pnpm@9.15.0",
55
"description": "Bump version, commit changes, tag, and push to Git",
66
"author": {
77
"name": "James Messinger",
@@ -60,30 +60,30 @@
6060
"typecheck": "tsc --noEmit"
6161
},
6262
"dependencies": {
63-
"@jsdevtools/ez-spawn": "^3.0.4",
64-
"c12": "^1.11.2",
63+
"c12": "^2.0.1",
6564
"cac": "^6.7.14",
6665
"escalade": "^3.2.0",
6766
"js-yaml": "^4.1.0",
6867
"jsonc-parser": "^3.3.1",
6968
"prompts": "^2.4.2",
7069
"semver": "^7.6.3",
70+
"tinyexec": "^0.3.1",
7171
"tinyglobby": "^0.2.10"
7272
},
7373
"devDependencies": {
74-
"@antfu/eslint-config": "^3.8.0",
74+
"@antfu/eslint-config": "^3.11.2",
7575
"@types/js-yaml": "^4.0.9",
76-
"@types/node": "^22.8.1",
76+
"@types/node": "^22.10.1",
7777
"@types/prompts": "^2.4.9",
7878
"@types/semver": "^7.5.8",
79-
"eslint": "^9.13.0",
79+
"eslint": "^9.16.0",
8080
"esno": "^4.8.0",
81-
"log-symbols": "^6.0.0",
81+
"log-symbols": "^7.0.0",
8282
"npm-check": "^6.0.1",
8383
"picocolors": "^1.1.1",
8484
"rimraf": "^6.0.1",
8585
"tsup": "^8.3.5",
86-
"typescript": "^5.6.3",
87-
"vitest": "^2.1.4"
86+
"typescript": "^5.7.2",
87+
"vitest": "^2.1.8"
8888
}
8989
}

0 commit comments

Comments
 (0)