Skip to content

Commit 498717b

Browse files
committed
chore: update deps
1 parent a090137 commit 498717b

File tree

3 files changed

+471
-1293
lines changed

3 files changed

+471
-1293
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bumpp",
33
"type": "module",
44
"version": "10.1.1",
5-
"packageManager": "pnpm@10.11.0",
5+
"packageManager": "pnpm@10.12.1",
66
"description": "Bump version, commit changes, tag, and push to Git",
77
"authors": [
88
{
@@ -63,30 +63,30 @@
6363
"typecheck": "tsc --noEmit"
6464
},
6565
"dependencies": {
66-
"ansis": "^4.0.0",
66+
"ansis": "^4.1.0",
6767
"args-tokenizer": "^0.3.0",
68-
"c12": "^3.0.3",
68+
"c12": "^3.0.4",
6969
"cac": "^6.7.14",
7070
"escalade": "^3.2.0",
7171
"jsonc-parser": "^3.3.1",
7272
"package-manager-detector": "^1.3.0",
7373
"semver": "^7.7.2",
7474
"tinyexec": "^1.0.1",
75-
"tinyglobby": "^0.2.13",
75+
"tinyglobby": "^0.2.14",
7676
"yaml": "^2.8.0"
7777
},
7878
"devDependencies": {
79-
"@antfu/eslint-config": "^4.13.0",
80-
"@types/node": "^22.15.18",
79+
"@antfu/eslint-config": "^4.14.1",
80+
"@types/node": "^24.0.3",
8181
"@types/prompts": "^2.4.9",
8282
"@types/semver": "^7.7.0",
83-
"eslint": "^9.26.0",
83+
"eslint": "^9.29.0",
8484
"prompts": "^2.4.2",
8585
"rimraf": "^6.0.1",
8686
"tiny-conventional-commits-parser": "^0.0.1",
87-
"tsx": "^4.19.4",
87+
"tsx": "^4.20.3",
8888
"typescript": "^5.8.3",
8989
"unbuild": "^3.5.0",
90-
"vitest": "^3.1.3"
90+
"vitest": "^3.2.3"
9191
}
9292
}

0 commit comments

Comments
 (0)