Skip to content

Commit

Permalink
Merge branch 'main' of github.com:namoscato/action-slack-deploy-pipel…
Browse files Browse the repository at this point in the history
…ine into dependabot/npm_and_yarn/actions/core-1.10.1

* 'main' of github.com:namoscato/action-slack-deploy-pipeline:
  Bump prettier from 3.0.3 to 3.2.5 (#107)
  • Loading branch information
namoscato committed May 14, 2024
2 parents 563b2c4 + 3808b95 commit 03e59bc
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 03e59bc

Please sign in to comment.