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 29, 2023
1 parent fd66bd7 commit 81eb572
Show file tree
Hide file tree
Showing 4 changed files with 921 additions and 855 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bumpp",
"version": "9.0.0",
"packageManager": "pnpm@7.2.1",
"packageManager": "pnpm@8.0.0",
"description": "Bump version, commit changes, tag, and push to Git",
"author": {
"name": "James Messinger",
Expand Down Expand Up @@ -58,26 +58,26 @@
},
"dependencies": {
"@jsdevtools/ez-spawn": "^3.0.4",
"c12": "^1.1.2",
"c12": "^1.2.0",
"cac": "^6.7.14",
"fast-glob": "^3.2.12",
"prompts": "^2.4.2",
"semver": "^7.3.8"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@types/node": "^18.14.0",
"@types/prompts": "^2.4.2",
"@antfu/eslint-config": "^0.38.0",
"@types/node": "^18.15.11",
"@types/prompts": "^2.4.3",
"@types/semver": "^7.3.13",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"eslint": "^8.34.0",
"eslint": "^8.37.0",
"esno": "^0.16.3",
"log-symbols": "^5.1.0",
"npm-check": "^6.0.1",
"picocolors": "^1.0.0",
"rimraf": "^4.1.2",
"tsup": "^6.6.3",
"typescript": "^4.9.5"
"rimraf": "^4.4.1",
"tsup": "^6.7.0",
"typescript": "^5.0.2"
}
}
Loading

0 comments on commit 81eb572

Please sign in to comment.