Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent c94af8e commit 2dde640
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json

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

2 changes: 1 addition & 1 deletion packages/projen-project/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export class Project extends BaseProject {

this.husky = new Husky(this, huskyOptions)

this.package?.addDevDeps('husky@9.1.0')
this.package?.addDevDeps('husky@9.1.2')
this.package?.setScript('prepare', 'husky')
this.tryFindObjectFile('package.json')?.addDeletionOverride('pnpm')
}
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 2dde640

Please sign in to comment.