Skip to content

Commit

Permalink
build: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed May 13, 2021
1 parent 965e0c3 commit bb3772a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@mach/prettier-config": "*",
"@types/jest": "^26.0.8",
"@types/node": "^15.0.1",
"conventional-changelog-conventionalcommits": "^4.6.0",
"jest": "^26.2.2",
"lerna": "^4.0.0",
"ts-jest": "^26.1.4",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4734,6 +4734,15 @@ conventional-changelog-angular@^5.0.12:
compare-func "^2.0.0"
q "^1.5.1"

conventional-changelog-conventionalcommits@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.0.tgz#7fc17211dbca160acf24687bd2fdd5fd767750eb"
integrity sha512-sj9tj3z5cnHaSJCYObA9nISf7eq/YjscLPoq6nmew4SiOjxqL2KRpK20fjnjVbpNDjJ2HR3MoVcWKXwbVvzS0A==
dependencies:
compare-func "^2.0.0"
lodash "^4.17.15"
q "^1.5.1"

conventional-changelog-core@^4.2.2:
version "4.2.2"
resolved "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.2.tgz#f0897df6d53b5d63dec36b9442bd45354f8b3ce5"
Expand Down

0 comments on commit bb3772a

Please sign in to comment.