Skip to content

Commit

Permalink
fix(semver): 馃悶 bump commitlint monorepo to v16.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Apr 28, 2022
1 parent 73071cf commit 49cb396
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/semver/src/generators/install/utils/dependencies.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { readJson, type Tree } from '@nrwl/devkit';
import { addDependenciesToPackageJson } from '@nrwl/devkit';
import { updateJson } from '@nrwl/devkit';
import { addDependenciesToPackageJson, readJson, updateJson, type Tree } from '@nrwl/devkit';
import { constants } from 'fs';

import type { SchemaOptions } from '../schema';


const PACKAGE_JSON = 'package.json';

export interface PackageJson {
Expand Down Expand Up @@ -32,8 +30,8 @@ function _addDevDependencies(tree: Tree, options: SchemaOptions) {
tree,
{},
{
'@commitlint/cli': '^16.2.1',
[_getCommitlintConfig(options)]: '^16.2.1',
'@commitlint/cli': '^16.2.4',
[_getCommitlintConfig(options)]: '^16.2.4',
husky: '^7.0.4',
}
);
Expand Down

0 comments on commit 49cb396

Please sign in to comment.