Skip to content

Commit e5f0631

Browse files
committed
chore: update deps
1 parent e05fac1 commit e5f0631

File tree

2 files changed

+831
-386
lines changed

2 files changed

+831
-386
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bumpp",
33
"version": "9.7.1",
4-
"packageManager": "[email protected].1",
4+
"packageManager": "[email protected].3",
55
"description": "Bump version, commit changes, tag, and push to Git",
66
"author": {
77
"name": "James Messinger",
@@ -68,22 +68,22 @@
6868
"jsonc-parser": "^3.3.1",
6969
"prompts": "^2.4.2",
7070
"semver": "^7.6.3",
71-
"tinyglobby": "^0.2.9"
71+
"tinyglobby": "^0.2.10"
7272
},
7373
"devDependencies": {
74-
"@antfu/eslint-config": "^3.7.3",
74+
"@antfu/eslint-config": "^3.8.0",
7575
"@types/js-yaml": "^4.0.9",
76-
"@types/node": "^22.7.5",
76+
"@types/node": "^22.8.1",
7777
"@types/prompts": "^2.4.9",
7878
"@types/semver": "^7.5.8",
79-
"eslint": "^9.12.0",
79+
"eslint": "^9.13.0",
8080
"esno": "^4.8.0",
8181
"log-symbols": "^6.0.0",
8282
"npm-check": "^6.0.1",
83-
"picocolors": "^1.1.0",
83+
"picocolors": "^1.1.1",
8484
"rimraf": "^6.0.1",
85-
"tsup": "^8.3.0",
85+
"tsup": "^8.3.5",
8686
"typescript": "^5.6.3",
87-
"vitest": "^2.1.2"
87+
"vitest": "^2.1.4"
8888
}
8989
}

0 commit comments

Comments
 (0)