Skip to content

Commit 3aa18c9

Browse files
committed
chore: update deps
1 parent 08137b7 commit 3aa18c9

File tree

2 files changed

+1110
-819
lines changed

2 files changed

+1110
-819
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bumpp",
33
"type": "module",
44
"version": "10.2.0",
5-
"packageManager": "pnpm@10.12.1",
5+
"packageManager": "pnpm@10.13.1",
66
"description": "Bump version, commit changes, tag, and push to Git",
77
"authors": [
88
{
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"ansis": "^4.1.0",
6767
"args-tokenizer": "^0.3.0",
68-
"c12": "^3.0.4",
68+
"c12": "^3.1.0",
6969
"cac": "^6.7.14",
7070
"escalade": "^3.2.0",
7171
"jsonc-parser": "^3.3.1",
@@ -76,17 +76,17 @@
7676
"yaml": "^2.8.0"
7777
},
7878
"devDependencies": {
79-
"@antfu/eslint-config": "^4.14.1",
80-
"@types/node": "^24.0.3",
79+
"@antfu/eslint-config": "^5.0.0",
80+
"@types/node": "^24.1.0",
8181
"@types/prompts": "^2.4.9",
8282
"@types/semver": "^7.7.0",
83-
"eslint": "^9.29.0",
83+
"eslint": "^9.32.0",
8484
"prompts": "^2.4.2",
8585
"rimraf": "^6.0.1",
8686
"tiny-conventional-commits-parser": "^0.0.1",
8787
"tsx": "^4.20.3",
8888
"typescript": "^5.8.3",
89-
"unbuild": "^3.5.0",
90-
"vitest": "^3.2.3"
89+
"unbuild": "^3.6.0",
90+
"vitest": "^3.2.4"
9191
}
9292
}

0 commit comments

Comments
 (0)