Skip to content

Commit c021083

Browse files
committed
chore(deps): update dependency @softwareventures/semantic-release-config to v2.0.2
1 parent 01b45ff commit c021083

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@softwareventures/eslint-config": "5.1.1",
4040
"@softwareventures/prettier-config": "3.0.0",
41-
"@softwareventures/semantic-release-config": "2.0.0",
41+
"@softwareventures/semantic-release-config": "2.0.2",
4242
"@softwareventures/tsconfig": "5.1.1",
4343
"@types/node": "16.11.26",
4444
"ava": "4.1.0",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -511,12 +511,13 @@
511511
dependencies:
512512
tslib "2.3.1"
513513

514-
"@softwareventures/[email protected].0":
515-
version "2.0.0"
516-
resolved "https://registry.yarnpkg.com/@softwareventures/semantic-release-config/-/semantic-release-config-2.0.0.tgz#7eafffd91a232314994223dba32cd5b099b141b4"
517-
integrity sha512-KD57OY1zCIzGExlqEQG4hzAiWAOtF/H74JgML8UoJRWaRFRVHafHDTTdcU3IIOpaItrysWtfH1zCnPtuuB6ZSg==
514+
"@softwareventures/[email protected].2":
515+
version "2.0.2"
516+
resolved "https://registry.yarnpkg.com/@softwareventures/semantic-release-config/-/semantic-release-config-2.0.2.tgz#bca32fdc11623ba2d5589fce40e6a43fae0ac81d"
517+
integrity sha512-K3PR6fUkSdjV2HPVYUuK2bpsNztq2Mm4tJYWOtWH0hRsfqPY90D+WaQ1S6/tU20pMFtL5ltdWm4NWjDdbh8wNA==
518518
dependencies:
519-
tslib "2.3.0"
519+
conventional-changelog-conventionalcommits "^4.6.3"
520+
tslib "2.3.1"
520521

521522
"@softwareventures/[email protected]":
522523
version "5.1.1"
@@ -1552,6 +1553,15 @@ conventional-changelog-angular@^5.0.0:
15521553
compare-func "^2.0.0"
15531554
q "^1.5.1"
15541555

1556+
conventional-changelog-conventionalcommits@^4.6.3:
1557+
version "4.6.3"
1558+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz#0765490f56424b46f6cb4db9135902d6e5a36dc2"
1559+
integrity sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==
1560+
dependencies:
1561+
compare-func "^2.0.0"
1562+
lodash "^4.17.15"
1563+
q "^1.5.1"
1564+
15551565
conventional-changelog-writer@^4.0.0:
15561566
version "4.1.0"
15571567
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.1.0.tgz#1ca7880b75aa28695ad33312a1f2366f4b12659f"
@@ -5249,11 +5259,6 @@ tsconfig-paths@^3.12.0:
52495259
minimist "^1.2.0"
52505260
strip-bom "^3.0.0"
52515261

5252-
5253-
version "2.3.0"
5254-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
5255-
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
5256-
52575262
[email protected], tslib@^2.3.1:
52585263
version "2.3.1"
52595264
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"

0 commit comments

Comments
 (0)