Skip to content

Commit

Permalink
Merge branch 'main' into mdonnalley/esm
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 9, 2023
2 parents 43584ef + a0d1178 commit 34e7e90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/lodash.throttle": "^4.1.6",
"@types/mocha": "^10",
"@types/node": "^18",
"@types/semver": "^7.5.0",
"@types/semver": "^7.5.3",
"@types/supports-color": "^7.2.0",
"@types/tar-fs": "^2.0.2",
"chai": "^4.3.7",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class UpdateCommand extends Command {
autoupdate: Flags.boolean({hidden: true}),
available: Flags.boolean({
char: 'a',
description: 'Install a specific version.',
description: 'See available versions.',
}),
force: Flags.boolean({
description: 'Force a re-download of the requested version.',
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@
dependencies:
"@types/node" "*"

"@types/semver@^7.5.0":
"@types/semver@^7.5.0", "@types/semver@^7.5.3":
version "7.5.3"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
Expand Down

0 comments on commit 34e7e90

Please sign in to comment.