Skip to content

Commit

Permalink
feat: update conventional-changelog and conventional-recommended-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed May 15, 2024
1 parent 4c29290 commit 5546eb8
Show file tree
Hide file tree
Showing 2 changed files with 862 additions and 919 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "release-it-pnpm",
"type": "module",
"version": "4.5.1",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.1",
"description": "Run release-it with pnpm",
"author": "Stephen Zhou <hi@hyoban.cc>",
"license": "MIT",
Expand Down Expand Up @@ -71,19 +71,19 @@
"dependencies": {
"bumpp": "^9.4.1",
"changelogithub": "^0.13.7",
"conventional-changelog": "^5.1.0",
"conventional-recommended-bump": "^9.0.0",
"conventional-changelog": "^6.0.0",
"conventional-recommended-bump": "^10.0.0",
"kolorist": "^1.8.0",
"semver": "^7.6.0"
"semver": "^7.6.2"
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/node": "20.12.12",
"@types/semver": "^7.5.8",
"bunchee": "^5.1.3",
"eslint": "^9.1.1",
"eslint-config-hyoban": "^2.1.1",
"bunchee": "^5.1.5",
"eslint": "^9.2.0",
"eslint-config-hyoban": "^2.3.1",
"release-it": "^17.2.1",
"typescript": "^5.4.5",
"vitest": "^1.5.2"
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 5546eb8

Please sign in to comment.