Skip to content

Commit

Permalink
update husky dependencies (#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jun 7, 2024
1 parent fa80fac commit ed8a908
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generators/react-native/generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ export default class extends BaseApplicationGenerator {
preparingPatchInFile() {
this.patchInFile = patchInFile.bind(this);
},
husky({ application }) {
application.nodeDependencies.husky = '9.0.11';
application.nodeDependencies['lint-staged'] = '15.2.5';
},
});
}

Expand Down

0 comments on commit ed8a908

Please sign in to comment.