Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 3, 2024
1 parent 27c5879 commit e36d0b4
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 263 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "bumpp",
"version": "9.3.0",
"packageManager": "pnpm@8.14.2",
"packageManager": "pnpm@8.15.4",
"description": "Bump version, commit changes, tag, and push to Git",
"author": {
"name": "James Messinger",
Expand Down Expand Up @@ -58,28 +58,28 @@
},
"dependencies": {
"@jsdevtools/ez-spawn": "^3.0.4",
"c12": "^1.6.1",
"c12": "^1.9.0",
"cac": "^6.7.14",
"fast-glob": "^3.3.2",
"js-yaml": "^4.1.0",
"prompts": "^2.4.2",
"semver": "^7.5.4"
"semver": "^7.6.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@antfu/eslint-config": "^2.7.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.11.5",
"@types/node": "^20.11.24",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
"@types/semver": "^7.5.8",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"esno": "^4.0.0",
"log-symbols": "^6.0.0",
"npm-check": "^6.0.1",
"picocolors": "^1.0.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
}

0 comments on commit e36d0b4

Please sign in to comment.