Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 9, 2023
1 parent bf20fc7 commit 929b3ec
Show file tree
Hide file tree
Showing 3 changed files with 994 additions and 712 deletions.
8 changes: 0 additions & 8 deletions .eslintrc

This file was deleted.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bumpp",
"version": "9.2.0",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.12.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.4.2",
"c12": "^1.5.1",
"cac": "^6.7.14",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"prompts": "^2.4.2",
"semver": "^7.5.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.2",
"@types/node": "^20.5.1",
"@types/prompts": "^2.4.4",
"@types/semver": "^7.5.0",
"@antfu/eslint-config": "^2.4.3",
"@types/node": "^20.10.4",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"eslint": "^8.47.0",
"esno": "^0.17.0",
"log-symbols": "^5.1.0",
"detect-newline": "^4.0.1",
"eslint": "^8.55.0",
"esno": "^4.0.0",
"log-symbols": "^6.0.0",
"npm-check": "^6.0.1",
"picocolors": "^1.0.0",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 929b3ec

Please sign in to comment.