Skip to content

Commit

Permalink
Merge pull request #49 from Boehringer-Ingelheim/feature/dev-dependen…
Browse files Browse the repository at this point in the history
…cies

chore(deps): update dev dependencies
  • Loading branch information
SimonGolms authored Jul 24, 2024
2 parents a467b4e + 5021572 commit 13d3f29
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
npx --no -- commitlint --edit "$1" || {
commitlint --edit "$1" || {
echo "Try \033[1;32mnpx git-cz --disable-emoji\033[0;37m to commit and be align with the conventions or use \033[1;33mgit commit -m \"yolo!\" --no-verify\033[0;37m to bypass the commit-msg hook."
exit 1
}
33 changes: 21 additions & 12 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 @@ -53,8 +53,8 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"dotenv-cli": "7.4.2",
"husky": "9.0.11",
"prettier": "3.3.2",
"husky": "9.1.1",
"prettier": "3.3.3",
"semantic-release": "24.0.0"
}
}

0 comments on commit 13d3f29

Please sign in to comment.