Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 26, 2025
1 parent 8187dfe commit a45f816
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"commit"
],
"dependencies": {
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"chalk-template": "^1.1.0",
"cosmiconfig": "^8.3.6",
"del": "^8.0.0",
Expand All @@ -45,7 +45,7 @@
"hosted-git-info": "^8.0.2",
"ignore-walk": "^7.0.0",
"import-local": "^3.2.0",
"inquirer": "^9.2.15",
"inquirer": "^12.3.2",
"is-installed-globally": "^1.0.0",
"is-interactive": "^2.0.0",
"is-scoped": "^3.0.0",
Expand All @@ -59,7 +59,7 @@
"onetime": "^7.0.0",
"open": "^10.0.4",
"p-memoize": "^7.1.1",
"p-timeout": "^6.1.3",
"p-timeout": "^6.1.4",
"path-exists": "^5.0.0",
"pkg-dir": "^8.0.0",
"read-package-up": "^11.0.0",
Expand All @@ -75,14 +75,14 @@
"@types/semver": "^7.5.8",
"ava": "^6.2.0",
"common-tags": "^1.8.2",
"esmock": "^2.6.9",
"fs-extra": "^11.2.0",
"esmock": "^2.7.0",
"fs-extra": "^11.3.0",
"map-obj": "^5.0.2",
"sinon": "^19.0.2",
"strip-ansi": "^7.1.0",
"tempy": "^3.1.0",
"write-package": "^7.1.0",
"xo": "^0.59.3"
"xo": "^0.60.0"
},
"ava": {
"files": [
Expand Down
1 change: 1 addition & 0 deletions source/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ const ui = async ({packageManager, ...options}, {package_, rootDirectory}) => {
type: 'list',
message: 'Select SemVer increment or specify new version',
pageSize: SEMVER_INCREMENTS.length + 2,
default: 0,
choices: [
...SEMVER_INCREMENTS.map(increment => ({ // TODO: prerelease prefix here too
name: `${increment} ${new Version(oldVersion, increment).format()}`,
Expand Down

0 comments on commit a45f816

Please sign in to comment.