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.9.0",
"@softwareventures/precise-commits": "3.0.35",
"@softwareventures/prettier-config": "4.0.0",
"@softwareventures/semantic-release-config": "3.1.0",
"@softwareventures/semantic-release-config": "5.1.1",
"@softwareventures/tsconfig": "7.3.0",
"@types/node": "17.0.45",
"@typescript-eslint/eslint-plugin": "5.62.0",
Expand Down
36 changes: 11 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ __metadata:
"@softwareventures/ordered": ^2.0.0
"@softwareventures/precise-commits": 3.0.35
"@softwareventures/prettier-config": 4.0.0
"@softwareventures/semantic-release-config": 3.1.0
"@softwareventures/semantic-release-config": 5.1.1
"@softwareventures/tsconfig": 7.3.0
"@types/node": 17.0.45
"@typescript-eslint/eslint-plugin": 5.62.0
Expand Down Expand Up @@ -1036,13 +1036,17 @@ __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:5.1.1":
version: 5.1.1
resolution: "@softwareventures/semantic-release-config@npm:5.1.1"
dependencies:
conventional-changelog-conventionalcommits: ^4.6.3 || ^5.0.0
tslib: 2.4.1
checksum: eec919e062f0672fc04fd8aabf182714d645d263a8b77f535ddbf29b7be30e03198fca737bbe36e4ccc0cb3fcac787eb5f7b012c3a238a84454eeb8b2c18dd1b
tslib: 2.8.1
peerDependencies:
conventional-changelog-conventionalcommits: ^4.6.3 || ^5.0.0 || ^6.0.0 || ^7.0.0
pinst: ">= 2.1.6"
semantic-release: ^17.0.7 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0 || ^23.0.0
semantic-release-pinst: ^1.0.0
checksum: 741ef4d41a87c4424bde3feca5bf663361f5f91d707a2a85f1a7bfb1ef16ee688a2be3c7f937989e1f8ba365c1bf40ad8df48ce6180a0d5de71fce9d3de5003e
languageName: node
linkType: hard

Expand Down Expand Up @@ -2335,17 +2339,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 @@ -7697,13 +7690,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