Skip to content

Commit

Permalink
feat(semver): ✅ bump install generator dependencies
Browse files Browse the repository at this point in the history
Note that those packages now require Node.js version 12 minimum.
  • Loading branch information
edbzn committed Sep 16, 2021
1 parent a5b6e01 commit 9de8f17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/semver/src/generators/install/utils/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ function _addDevDependencies(tree: Tree, options: SchemaOptions) {
{
commitizen: '^4.2.4',
'cz-conventional-changelog': '^3.3.0',
'@commitlint/cli': '^12.1.4',
'@commitlint/config-conventional': '^12.1.4',
husky: '^6.0.0',
'@commitlint/cli': '^13.1.0',
'@commitlint/config-conventional': '^13.1.0',
husky: '^7.0.2',
}
);
}
Expand Down

0 comments on commit 9de8f17

Please sign in to comment.