Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 29, 2024
1 parent 3e90d13 commit 1a6c9f8
Show file tree
Hide file tree
Showing 3 changed files with 3,812 additions and 3,223 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bumpp",
"version": "9.4.0",
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@9.0.6",
"description": "Bump version, commit changes, tag, and push to Git",
"author": {
"name": "James Messinger",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@jsdevtools/ez-spawn": "^3.0.4",
"c12": "^1.9.0",
"c12": "^1.10.0",
"cac": "^6.7.14",
"escalade": "^3.1.2",
"fast-glob": "^3.3.2",
Expand All @@ -69,21 +69,21 @@
"semver": "^7.6.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.7.0",
"@antfu/eslint-config": "^2.16.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.11.24",
"@types/node": "^20.12.7",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.1",
"eslint": "^8.57.0",
"eslint": "^9.1.1",
"esno": "^4.7.0",
"log-symbols": "^6.0.0",
"npm-check": "^6.0.1",
"picocolors": "^1.0.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
"typescript": "^5.4.5",
"vitest": "^1.5.2"
}
}
Loading

0 comments on commit 1a6c9f8

Please sign in to comment.