mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-28 09:38:07 -05:00
6
.changeset/great-comics-clap.md
Normal file
6
.changeset/great-comics-clap.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-installation": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Better support for light themed terminals by the `pnpm update --interactive` command [#7439](https://github.com/pnpm/pnpm/issues/7439).
|
||||
@@ -238,9 +238,9 @@ async function interactiveUpdate (
|
||||
return this.styles.primary(this.selected.name)
|
||||
},
|
||||
styles: {
|
||||
dark: chalk.white,
|
||||
dark: chalk.reset,
|
||||
em: chalk.bgBlack.whiteBright,
|
||||
success: chalk.white,
|
||||
success: chalk.reset,
|
||||
},
|
||||
type: 'multiselect',
|
||||
validate (value: string[]) {
|
||||
|
||||
Reference in New Issue
Block a user