Skip to content

Commit 95690bf

Browse files
committed
chore: update deps
1 parent de3cc00 commit 95690bf

File tree

2 files changed

+172
-260
lines changed

2 files changed

+172
-260
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bumpp",
33
"type": "module",
44
"version": "10.0.1",
5-
"packageManager": "pnpm@9.15.4",
5+
"packageManager": "pnpm@10.2.0",
66
"description": "Bump version, commit changes, tag, and push to Git",
77
"authors": [
88
{
@@ -69,16 +69,16 @@
6969
"escalade": "^3.2.0",
7070
"js-yaml": "^4.1.0",
7171
"jsonc-parser": "^3.3.1",
72-
"package-manager-detector": "^0.2.8",
72+
"package-manager-detector": "^0.2.9",
7373
"prompts": "^2.4.2",
74-
"semver": "^7.6.3",
74+
"semver": "^7.7.1",
7575
"tinyexec": "^0.3.2",
7676
"tinyglobby": "^0.2.10"
7777
},
7878
"devDependencies": {
79-
"@antfu/eslint-config": "^4.0.0",
79+
"@antfu/eslint-config": "^4.1.1",
8080
"@types/js-yaml": "^4.0.9",
81-
"@types/node": "^22.10.10",
81+
"@types/node": "^22.13.1",
8282
"@types/prompts": "^2.4.9",
8383
"@types/semver": "^7.5.8",
8484
"eslint": "^9.19.0",
@@ -88,6 +88,6 @@
8888
"tiny-conventional-commits-parser": "^0.0.1",
8989
"typescript": "^5.7.3",
9090
"unbuild": "^3.3.1",
91-
"vitest": "^3.0.4"
91+
"vitest": "^3.0.5"
9292
}
9393
}

0 commit comments

Comments
 (0)