Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#83)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency husky to v9

* chore(deps): update `husky`, other minor dep updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alejandro González <[email protected]>
  • Loading branch information
renovate[bot] and AlexTMjugador authored Feb 3, 2024
1 parent bceb0e1 commit 824f52c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 23 deletions.
4 changes: 1 addition & 3 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/sh -e
. "$(dirname -- "$0")/_/husky.sh"

# shellcheck shell=sh
npm run build
git add dist
4 changes: 2 additions & 2 deletions dist/main/index.js

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "npm run build && act --secret-file .act-secrets -W .github/workflows/test_empty_resource_pack.yml",
"test:pack-in-submodule": "npm run build && act --secret-file .act-secrets -W .github/workflows/test_pack_in_submodule.yml",
"test:pack-submodule": "npm run build && act --secret-file .act-secrets -W .github/workflows/test_pack_submodule.yml",
"prepare": "husky install"
"prepare": "husky"
},
"repository": {
"type": "git",
Expand All @@ -31,13 +31,13 @@
"all-contributors-cli": "6.26.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"husky": "8.0.3",
"husky": "9.0.10",
"prettier": "3.2.4",
"typescript": "5.3.3"
},
"dependencies": {
"@actions/artifact": "2.1.0",
"@actions/cache": "3.2.3",
"@actions/artifact": "2.1.1",
"@actions/cache": "3.2.4",
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
Expand Down

0 comments on commit 824f52c

Please sign in to comment.