Skip to content

Commit

Permalink
Bump prettier from 3.0.3 to 3.2.5 (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Amoscato <nick@amoscato.com>
  • Loading branch information
dependabot[bot] and namoscato committed May 14, 2024
1 parent 009fa6a commit 3808b95
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.0.4"
}
Expand Down
4 changes: 2 additions & 2 deletions src/slack/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ type RemoveIndex<T> = {
[K in keyof T as string extends K
? never
: number extends K
? never
: K]: T[K]
? never
: K]: T[K]
}

0 comments on commit 3808b95

Please sign in to comment.