Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@softwareventures/eslint-config": "7.10.0",
"@softwareventures/precise-commits": "3.0.36",
"@softwareventures/prettier-config": "4.0.0",
"@softwareventures/semantic-release-config": "3.1.0",
"@softwareventures/semantic-release-config": "9.0.0",
"@softwareventures/tsconfig": "7.3.0",
"@types/node": "17.0.45",
"@typescript-eslint/eslint-plugin": "5.62.0",
Expand Down
39 changes: 14 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ __metadata:
"@softwareventures/ordered": ^2.0.0
"@softwareventures/precise-commits": 3.0.36
"@softwareventures/prettier-config": 4.0.0
"@softwareventures/semantic-release-config": 3.1.0
"@softwareventures/semantic-release-config": 9.0.0
"@softwareventures/tsconfig": 7.3.0
"@types/node": 17.0.45
"@typescript-eslint/eslint-plugin": 5.62.0
Expand Down Expand Up @@ -1050,13 +1050,20 @@ __metadata:
languageName: node
linkType: hard

"@softwareventures/semantic-release-config@npm:3.1.0":
version: 3.1.0
resolution: "@softwareventures/semantic-release-config@npm:3.1.0"
"@softwareventures/semantic-release-config@npm:9.0.0":
version: 9.0.0
resolution: "@softwareventures/semantic-release-config@npm:9.0.0"
dependencies:
conventional-changelog-conventionalcommits: ^4.6.3 || ^5.0.0
tslib: 2.4.1
checksum: eec919e062f0672fc04fd8aabf182714d645d263a8b77f535ddbf29b7be30e03198fca737bbe36e4ccc0cb3fcac787eb5f7b012c3a238a84454eeb8b2c18dd1b
tslib: 2.8.1
peerDependencies:
"@semantic-release/commit-analyzer": ^13.0.1
"@semantic-release/github": ^12.0.6
"@semantic-release/npm": ^13.1.5
"@semantic-release/release-notes-generator": ^14.1.0
conventional-changelog-conventionalcommits: ^9.0.0
semantic-release: ^25.0.0
semantic-release-pinst: ^1.1.0
checksum: a69269878912b22b696ce6af3ade17521a83c47f9f89b9c0eaac05f209755c6944a244435c1ce684044893991ac83c7a2408fbed3bb3fbca249d04f07ec3f037
languageName: node
linkType: hard

Expand Down Expand Up @@ -2391,17 +2398,6 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^4.6.3 || ^5.0.0":
version: 5.0.0
resolution: "conventional-changelog-conventionalcommits@npm:5.0.0"
dependencies:
compare-func: ^2.0.0
lodash: ^4.17.15
q: ^1.5.1
checksum: b67d12e4e0fdde5baa32c3d77af472de38646a18657b26f5543eecce041a318103092fbfcef247e2319a16957c9ac78c6ea78acc11a5db6acf74be79a28c561f
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^6.1.0":
version: 6.1.0
resolution: "conventional-changelog-conventionalcommits@npm:6.1.0"
Expand Down Expand Up @@ -7996,13 +7992,6 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.4.1":
version: 2.4.1
resolution: "tslib@npm:2.4.1"
checksum: 19480d6e0313292bd6505d4efe096a6b31c70e21cf08b5febf4da62e95c265c8f571f7b36fcc3d1a17e068032f59c269fab3459d6cd3ed6949eafecf64315fca
languageName: node
linkType: hard

"tslib@npm:2.5.0":
version: 2.5.0
resolution: "tslib@npm:2.5.0"
Expand Down
Loading