Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Aug 14, 2024
1 parent 071f27c commit 1bcb500
Show file tree
Hide file tree
Showing 2 changed files with 784 additions and 312 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nbump",
"type": "module",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.7.0",
"homepage": "https://github.com/Innei/bump-version",
"bin": {
"bump": "dist/index.mjs",
Expand Down Expand Up @@ -51,19 +51,19 @@
"@types/inquirer": "9.0.7",
"@types/semver": "7.5.8",
"@vercel/ncc": "0.38.1",
"husky": "9.0.11",
"inquirer": "^9.2.22",
"lint-staged": "15.2.5",
"semver": "^7.6.2",
"tsup": "^8.0.2",
"typescript": "5.3.3",
"vite": "5.1.7",
"vitest": "1.3.1",
"husky": "9.1.4",
"inquirer": "^9.3.6",
"lint-staged": "15.2.9",
"semver": "^7.6.3",
"tsup": "^8.2.4",
"typescript": "5.5.4",
"vite": "5.4.0",
"vitest": "1.6.0",
"zx": "^7.2.3"
},
"dependencies": {
"c12": "^1.10.0",
"c12": "^1.11.1",
"conventional-changelog": "6.0.0",
"slugify": "^1.6.6"
}
}
}
Loading

0 comments on commit 1bcb500

Please sign in to comment.