Skip to content

Commit

Permalink
Merge pull request #17 from lifeomic/PHC-3951-build-and-publish-3
Browse files Browse the repository at this point in the history
Add missing npm lib for commit-analyzer preset
  • Loading branch information
markdlv authored Feb 3, 2023
2 parents 25cc615 + 6525a98 commit 29787d7
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 @@ -23,6 +23,7 @@
"@types/jest": "^29.4.0",
"@types/react": "^18.0.27",
"@types/react-native": "^0.71.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.33.0",
"jest": "^29.4.1",
"metro-react-native-babel-preset": "^0.74.1",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3335,6 +3335,15 @@ conventional-changelog-angular@^5.0.0:
compare-func "^2.0.0"
q "^1.5.1"

conventional-changelog-conventionalcommits@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
dependencies:
compare-func "^2.0.0"
lodash "^4.17.15"
q "^1.5.1"

conventional-changelog-writer@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz#e0757072f045fe03d91da6343c843029e702f359"
Expand Down

0 comments on commit 29787d7

Please sign in to comment.