Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 1, 2024
1 parent 1480d6e commit 9e4fb2c
Show file tree
Hide file tree
Showing 5 changed files with 1,239 additions and 920 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bumpp",
"version": "9.4.1",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.6.0",
"description": "Bump version, commit changes, tag, and push to Git",
"author": {
"name": "James Messinger",
Expand Down Expand Up @@ -60,30 +60,30 @@
},
"dependencies": {
"@jsdevtools/ez-spawn": "^3.0.4",
"c12": "^1.10.0",
"c12": "^1.11.1",
"cac": "^6.7.14",
"escalade": "^3.1.2",
"fast-glob": "^3.3.2",
"js-yaml": "^4.1.0",
"prompts": "^2.4.2",
"semver": "^7.6.0"
"semver": "^7.6.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.0",
"@antfu/eslint-config": "^2.24.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.7",
"@types/node": "^22.0.2",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.1",
"eslint": "^9.1.1",
"eslint": "^9.8.0",
"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.4.5",
"vitest": "^1.5.2"
"picocolors": "^1.0.1",
"rimraf": "^6.0.1",
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
}
Loading

0 comments on commit 9e4fb2c

Please sign in to comment.