Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v2.8.2
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v2.8.2

* style: prettier

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
  • Loading branch information
renovate[bot] and Create or Update Pull Request Action authored Jan 7, 2023
1 parent c9d6a9d commit 92b662f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 @@ -53,7 +53,7 @@
"express": "^4.17.1",
"jest": "^29.0.0",
"node-fetch": "^2.6.7",
"prettier": "2.8.1",
"prettier": "2.8.2",
"prettier-plugin-packagejson": "^2.2.9",
"ts-jest": "^29.0.0",
"ts-node": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {
import { Logger } from "./createLogger";
import type { emitterEventNames } from "./generated/webhook-names";

export type EmitterWebhookEventName = typeof emitterEventNames[number];
export type EmitterWebhookEventName = (typeof emitterEventNames)[number];
export type EmitterWebhookEvent<
TEmitterEvent extends EmitterWebhookEventName = EmitterWebhookEventName
> = TEmitterEvent extends `${infer TWebhookEvent}.${infer TAction}`
Expand Down

0 comments on commit 92b662f

Please sign in to comment.