Skip to content

Commit

Permalink
chore(deps-dev): [email protected], latest others
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl committed Sep 9, 2024
1 parent 10c32ff commit e9a0c55
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 57 deletions.
106 changes: 53 additions & 53 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"prettier": "^3.3.3",
"typescript": "~5.5.4",
"typescript-eslint": "^8.4.0"
"typescript": "~5.6.2",
"typescript-eslint": "^8.5.0"
},
"files": [
"bin",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/cli-progress-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export function createCliProgressBar({
postfix = ']',
message = numberAsPercent,
}: CliProgressBarOptions = {}): {
update: (current: number, messageText?: string | undefined) => void;
done: (messageText?: string | undefined) => void;
update: (current: number, messageText?: string) => void;
done: (messageText?: string) => void;
} {
update(0);

Expand Down

0 comments on commit e9a0c55

Please sign in to comment.