aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-06 17:46:01 -0700
committerFuwn <[email protected]>2021-05-06 17:46:01 -0700
commit7ca354bfe995fb721326110d160f76ba3d189b9d (patch)
tree3b7878c0fdd8dbf6f5725e0a547eaeadc6c509cb
parentMerge branch 'main' of https://github.com/senpy-club/api (diff)
downloadapi-7ca354bfe995fb721326110d160f76ba3d189b9d.tar.xz
api-7ca354bfe995fb721326110d160f76ba3d189b9d.zip
fix(npm): use correct package
-rw-r--r--package.json2
-rw-r--r--yarn.lock18
2 files changed, 18 insertions, 2 deletions
diff --git a/package.json b/package.json
index 4cb0101..4ff61e6 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
},
"dependencies": {
"@commitlint/cli": "12.1.1",
- "@commitlint/lint": "12.1.1",
+ "@commitlint/config-conventional": "12.1.1",
"commitizen": "4.2.3",
"cz-conventional-commit": "1.0.6",
"husky": "6.0.0"
diff --git a/yarn.lock b/yarn.lock
index 6b761e5..484edd4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -39,6 +39,13 @@
resolve-global "1.0.0"
yargs "^16.2.0"
+"@commitlint/[email protected]":
+ version "12.1.1"
+ resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-12.1.1.tgz#73dd3b1a7912138420d248f334f15c94c250bc9e"
+ integrity sha512-15CqbXMsQiEb0qbzjEHe2OkzaXPYSp7RxaS6KoSVk/4W0QiigquavQ+M0huBZze92h0lMS6Pxoq4AJ5CQ3D+iQ==
+ dependencies:
+ conventional-changelog-conventionalcommits "^4.3.1"
+
"@commitlint/ensure@^12.1.1":
version "12.1.1"
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-12.1.1.tgz#bcefc85f7f8a41bb31f67d7a8966e322b47a6e43"
@@ -68,7 +75,7 @@
"@commitlint/types" "^12.1.1"
semver "7.3.5"
-"@commitlint/[email protected]", "@commitlint/lint@^12.1.1":
+"@commitlint/lint@^12.1.1":
version "12.1.1"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-12.1.1.tgz#cdd898af6eadba8f9e71d7f1255b5a479a757078"
integrity sha512-FFFPpku/E0svL1jaUVqosuZJDDWiNWYBlUw5ZEljh3MwWRcoaWtMIX5bseX+IvHpFZsCTAiBs1kCgNulCi0UvA==
@@ -468,6 +475,15 @@ conventional-changelog-angular@^5.0.11:
compare-func "^2.0.0"
q "^1.5.1"
+conventional-changelog-conventionalcommits@^4.3.1:
+ version "4.6.0"
+ resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.0.tgz#7fc17211dbca160acf24687bd2fdd5fd767750eb"
+ integrity sha512-sj9tj3z5cnHaSJCYObA9nISf7eq/YjscLPoq6nmew4SiOjxqL2KRpK20fjnjVbpNDjJ2HR3MoVcWKXwbVvzS0A==
+ dependencies:
+ compare-func "^2.0.0"
+ lodash "^4.17.15"
+ q "^1.5.1"
+
conventional-commit-types@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz#7c9214e58eae93e85dd66dbfbafe7e4fffa2365b"