Skip to content
Merged
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 @@ -30,7 +30,7 @@
},
"devDependencies": {
"@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "16.2.4",
"@commitlint/config-conventional": "17.1.0",
"@commitlint/cz-commitlint": "16.3.0",
"@softwareventures/eslint-config": "5.1.5",
"@softwareventures/precise-commits": "2.0.22",
Expand Down
25 changes: 18 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/config-conventional@npm:16.2.4":
version: 16.2.4
resolution: "@commitlint/config-conventional@npm:16.2.4"
"@commitlint/config-conventional@npm:17.1.0":
version: 17.1.0
resolution: "@commitlint/config-conventional@npm:17.1.0"
dependencies:
conventional-changelog-conventionalcommits: ^4.3.1
checksum: 211a322967c1eeee961eb0be9752782d16c025213520b7ada173d6b16050efe477778103f32b62361ad595b79ff6703694569d99705469cb2be0ac5ffba6465e
conventional-changelog-conventionalcommits: ^5.0.0
checksum: 8209f6b105ff0cd5239e3c0211be875fa17e02552927979faeba51d3797c8258df9bd1eb064f886e13aedf890d2da2083f6d41727d49d57bcc12520011d723a4
languageName: node
linkType: hard

Expand Down Expand Up @@ -1029,7 +1029,7 @@ __metadata:
resolution: "@softwareventures/template-webpack-project@workspace:."
dependencies:
"@commitlint/cli": 16.3.0
"@commitlint/config-conventional": 16.2.4
"@commitlint/config-conventional": 17.1.0
"@commitlint/cz-commitlint": 16.3.0
"@softwareventures/eslint-config": 5.1.5
"@softwareventures/precise-commits": 2.0.22
Expand Down Expand Up @@ -3651,7 +3651,7 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^4.3.1, conventional-changelog-conventionalcommits@npm:^4.6.3":
"conventional-changelog-conventionalcommits@npm:^4.6.3":
version: 4.6.3
resolution: "conventional-changelog-conventionalcommits@npm:4.6.3"
dependencies:
Expand All @@ -3662,6 +3662,17 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^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-writer@npm:^5.0.0":
version: 5.0.1
resolution: "conventional-changelog-writer@npm:5.0.1"
Expand Down