Skip to content

Commit

Permalink
chore(deps): dependencies update (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-markan authored Nov 25, 2024
2 parents 57b3b4d + 54d32d2 commit 9aef8b6
Show file tree
Hide file tree
Showing 9 changed files with 4,515 additions and 3,293 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UKEF
.env
.env.prod
.env*

# compiled output
/dist
Expand All @@ -14,6 +14,8 @@ pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
**/generated_reports
**/coverage

# OS
.DS_Store
Expand All @@ -37,3 +39,5 @@ lerna-debug.log*
.vscode/tasks.json
.vscode/launch.json
.vscode/extensions.json

mssql/
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx commitlint --color --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
Loading

0 comments on commit 9aef8b6

Please sign in to comment.