Skip to content

Commit

Permalink
update and migrate execa
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani committed Nov 4, 2024
1 parent 2b1dba6 commit a944834
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 33 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"chalk": "5.2.0",
"commander": "^10.0.1",
"execa": "^7.2.0",
"execa": "^9.5.1",
"fs-extra": "^11.2.0",
"gradient-string": "^3.0.0",
"ora": "8.1.1",
Expand Down
4 changes: 2 additions & 2 deletions cli/src/helpers/installDependencies.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import chalk from "chalk";
import { execa, type StdioOption } from "execa";
import { execa, type StdoutStderrOption } from "execa";
import ora, { type Ora } from "ora";

import {
Expand All @@ -13,7 +13,7 @@ const execWithSpinner = async (
pkgManager: PackageManager,
options: {
args?: string[];
stdout?: StdioOption;
stdout?: StdoutStderrOption;
onDataHandle?: (spinner: Ora) => (data: Buffer) => void;
}
) => {
Expand Down
132 changes: 102 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a944834

Please sign in to comment.