Skip to content

Commit

Permalink
Merge pull request #268 from balena-io/renovate/major-husky
Browse files Browse the repository at this point in the history
Update dependency husky to v9
  • Loading branch information
klutchell authored Feb 22, 2024
2 parents c273570 + 088ac4e commit 59edbf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -7,7 +7,7 @@
"lint": "balena-lint src/ typings/ && tsc --noEmit",
"start": "node build/app.js",
"test": "true",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\""
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module"
},
"author": "Heds Simons <[email protected]>",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/lodash": "4.14.202",
"@types/node": "^20.6.0",
"@types/request-promise": "4.1.51",
"husky": "^8.0.1",
"husky": "^9.0.0",
"lint-staged": "15.2.2",
"typescript": "5.3.3"
},
Expand Down

0 comments on commit 59edbf9

Please sign in to comment.